GENERIC.in revision 1.63
1#
2#	$NetBSD: GENERIC.in,v 1.63 2006/08/12 15:29:52 christos Exp $
3#
4# Generic atari
5#
6
7#if defined(TT030_KERNEL) || defined(FALCON_KERNEL)
8include "arch/atari/conf/std.atari"
9#elif defined (HADES_KERNEL)
10include "arch/atari/conf/std.hades"
11#elif defined (MILAN_KERNEL)
12include "arch/atari/conf/std.milan"
13#endif
14
15options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
16
17#
18# Add support for about 16 users. This variable is used to size
19# various kernel structures.
20#
21maxusers	16
22
23options 	HZ=64		# Set the clock-rate (48/64/96)
24
25# Standard system options
26options 	INSECURE	# disable kernel security levels
27#options 	NTP		# NTP phase/frequency locked loop
28
29# Enable experimental buffer queue strategy for better responsiveness under 
30# high disk I/O load. Use it with caution - it's not proven to be stable yet.
31#options 	BUFQ_READPRIO
32#options 	BUFQ_PRIOCSCAN
33
34#
35# (Co)processors this kernel should support
36#
37#if defined(TT030_KERNEL) || defined(FALCON_KERNEL)
38options 	M68030		# support for 030
39options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
40#if !defined(INSTALL_KERNEL)
41options 	M68040		# support for 040
42options 	FPSP		# 68040 Floatingpoint support
43#endif
44#else /* for the Hades & Milan: */
45options 	M68040		# support for 040
46options 	M68060		# support for 060
47options 	FPSP		# 68040 Floatingpoint support
48options 	M060SP		# MC68060 software support (Required for 060)
49#endif
50
51#
52# Networking options
53#
54options 	INET		# IP + ICMP + TCP + UDP
55
56#ifndef INSTALL_KERNEL
57options 	INET6		# IPV6
58#options 	IPSEC		# IP security
59#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
60#options 	IPSEC_NAT_T	# IPsec NAT traversal (NAT-T)
61#options 	IPSEC_DEBUG	# debug for IP security
62#options 	GATEWAY		# packet forwarding
63#options 	MROUTING	# IP multicast routing
64#options 	PIM		# Protocol Independent Multicast
65options 	NS		# XNS
66#options 	NSIP		# XNS tunneling over IP
67options 	ISO,TPIP	# OSI
68#options 	EON		# OSI tunneling over IP
69options 	CCITT,LLC,HDLC	# X.25
70#ifndef NO_PHYS_NETWORK
71options 	NETATALK	# AppleTalk networking protocols
72#endif
73#endif
74
75options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
76options 	PPP_DEFLATE	# Deflate compression support for PPP
77options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
78
79#ifndef INSTALL_KERNEL
80options 	PFIL_HOOKS	# pfil(9) packet filter hooks
81options 	IPFILTER_LOG	# ipmon(8) log support
82#options  	IPFILTER_DEFAULT_BLOCK	# block packages by default
83
84#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
85
86#options 	ALTQ		# Manipulate network interfaces' output queues
87#options 	ALTQ_BLUE	# Stochastic Fair Blue
88#options 	ALTQ_CBQ	# Class-Based Queueing
89#options 	ALTQ_CDNR	# Diffserv Traffic Conditioner
90#options 	ALTQ_FIFOQ	# First-In First-Out Queue
91#options 	ALTQ_FLOWVALVE	# RED/flow-valve (red-penalty-box)
92#options 	ALTQ_HFSC	# Hierarchical Fair Service Curve
93#options 	ALTQ_LOCALQ	# Local queueing discipline
94#options 	ALTQ_PRIQ	# Priority Queueing
95#options 	ALTQ_RED	# Random Early Detection
96#options 	ALTQ_RIO	# RED with IN/OUT
97#options 	ALTQ_WFQ	# Weighted Fair Queueing
98#endif
99
100# File systems
101file-system 	FFS		# Berkeley fast file system
102file-system 	MFS		# Memory based filesystem
103file-system 	KERNFS		# Kernel parameter filesystem
104file-system 	MSDOSFS		# MSDOS filesystem
105file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
106#file-system	PTYFS		# experimental - /dev/ptm support
107#file-system	TMPFS		# experimental - Efficient memory file-system
108#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
109
110#ifndef INSTALL_KERNEL
111file-system 	NFS		# Network File System client side code
112file-system 	PROCFS		# Process filesystem
113file-system 	FDESC		# /dev/fd
114file-system 	NULLFS		# Loopback filesystem
115file-system 	OVERLAY		# overlay filesystem
116file-system 	UNION		# union file system
117file-system 	UMAPFS		# null file system (with uid & gid remapping)
118file-system 	PORTAL		# portal file system
119file-system 	EXT2FS		# second extended file system (linux)
120file-system 	LFS		# log-structured file system
121file-system	PTYFS		# /dev/pts/N support
122#endif
123
124#ifndef INSTALL_KERNEL
125# File system options
126options 	QUOTA		# Disk quotas for local disks
127#options 	FFS_EI		# FFS Endian Independant support
128options 	SOFTDEP		# FFS soft updates support.
129#options	UFS_DIRHASH	# UFS Large Directory Hashing - Experimental
130options 	NFSSERVER	# Network File System server side code
131#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
132				# immutable) behave as system flags.
133#endif
134
135#
136# Misc. debugging options
137#
138options 	PANICWAIT	# Require keystroke to dump/reboot
139options 	DDB		# Kernel debugger
140#ifndef INSTALL_KERNEL
141options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
142#options 	DEBUG		# expensive debugging checks/support
143#endif
144
145#
146# Compatibility options for various existing systems
147#
148options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
149options 	COMPAT_10	# Compatibility with NetBSD 1.0
150options 	COMPAT_11	# Compatibility with NetBSD 1.1
151options 	COMPAT_12	# Compatibility with NetBSD 1.2
152options 	COMPAT_13	# Compatibility with NetBSD 1.3
153options 	COMPAT_14	# Compatibility with NetBSD 1.4
154options 	COMPAT_15	# Compatibility with NetBSD 1.5
155options 	COMPAT_16	# Compatibility with NetBSD 1.6
156options 	COMPAT_20	# Compatibility with NetBSD 2.0
157options 	COMPAT_30	# NetBSD 3.0 compatibility.
158#ifndef INSTALL_KERNEL
159#options 	COMPAT_09	# has no meaning on the atari
160#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
161#options 	COMPAT_SVR4	# Support to run SVR4 executables
162#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
163#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
164#endif
165options 	COMPAT_AOUT_M68K # Compatibility to a.out executables
166options 	EXEC_AOUT	# a.out format executables
167options		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
168
169#ifndef INSTALL_KERNEL
170#
171# Support for System V IPC facilities.
172#
173options 	SYSVSHM			# System V shared memory
174options 	SYSVMSG			# System V messages
175options 	SYSVSEM			# System V semaphores
176#options 	SEMMNI=10		# number of semaphore identifiers
177#options 	SEMUME=10		# max number of undo entries per proc.
178#options 	SEMMNU=30		# number of undo structures in system
179options 	P1003_1B_SEMAPHORE # p1003.1b semaphore support
180#endif
181
182#ifndef INSTALL_KERNEL
183#
184# Support for various kernel options
185#
186options 	KTRACE			# Add kernel tracing system call
187#options 	SYSTRACE		# system call vetting via systrace(1)
188#options 	DIAGNOSTIC		# Add additional error checking code
189options 	USERCONF		# userconf(4) support
190#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
191options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
192#else /* INSTALL_KERNEL */
193options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
194#endif
195
196# These options enable verbose messages for several subsystems.
197# Warning, these may compile large string tables into the kernel!
198#ifndef INSTALL_KERNEL
199options 	SCSIVERBOSE		# human readable SCSI error messages
200#endif
201#if defined(HADES_KERNEL) || defined(MILAN_KERNEL)
202options 	MIIVERBOSE		# verbose PHY autoconfig messages
203options 	PCIVERBOSE		# verbose PCI device autoconfig messages
204#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
205#endif
206
207#
208# Atari specific options
209#
210#options 	KFONT_8x8		# Use 8x8 font instead of 8x16
211options 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
212#if defined(TT030_KERNEL) || defined(HADES_KERNEL)
213options 	TT_SCSI			# SCSI-support for TT
214options 	TT_VIDEO		# Graphics support for TT
215#options	ET4000_HAS_2MB_MEM	# et4000 with 2 MB video memory
216#endif
217#ifdef FALCON_KERNEL
218options 	FALCON_SCSI		# SCSI-support for Falcon
219options 	FALCON_VIDEO		# Graphics support for FALCON
220#endif
221options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
222options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
223options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
224#ifndef INSTALL_KERNEL
225options 	SERCONSOLE		# modem1 console support
226options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
227options 	MSGBUFSIZE=32768        # size of kernel msg. buffer
228#options 	STATCLOCK	        # Separate {stat,prof}clock
229#endif
230
231#ifndef INSTALL_KERNEL
232# Try linked commands on all targets
233options 	TRY_SCSI_LINKED_COMMANDS=0x7f
234#endif
235
236#
237# Build one kernel that can boot from any disk.
238#
239config		netbsd root on ? type ?
240
241pseudo-device	sl			# Slip
242pseudo-device	ppp			# ppp
243#ifndef NO_PHYS_NETWORK
244pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
245#endif
246pseudo-device	pty			# pseudo-terminals
247pseudo-device	loop			# Loopback network
248pseudo-device	vnd			# 3 pseudo disks (see vnconfig)
249#options 	VND_COMPRESSION		# compressed vnd(4)
250pseudo-device	md		3	# Boot memory disk
251
252#ifndef INSTALL_KERNEL
253pseudo-device	bpfilter		# berkeley packet filters
254#pseudo-device	carp			# Common Address Redundancy Protocol
255pseudo-device	tun			# network tunnel
256pseudo-device	tap			# virtual Ethernet
257#pseudo-device	gre			# generic L3 over IP tunnel
258pseudo-device	gif			# IPv[46] over IPv[46] tunnel (RFC1933)
259#pseudo-device	faith			# IPv[46] tcp relay translation i/f
260pseudo-device	stf			# 6to4 IPv6 over IPv4 encapsulation
261#ifndef NO_PHYS_NETWORK
262pseudo-device	vlan			# IEEE 802.1q encapsulation
263pseudo-device	bridge			# simple inter-network bridging
264#endif
265pseudo-device	ccd		4	# concatenating disk driver
266#pseudo-device	cgd		4	# cryptographic disk driver
267pseudo-device	raid		8	# RAIDframe disk driver
268options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
269# Options to enable various other RAIDframe RAID types.
270# options	RF_INCLUDE_EVENODD=1
271# options	RF_INCLUDE_RAID5_RS=1
272# options	RF_INCLUDE_PARITYLOGGING=1
273# options	RF_INCLUDE_CHAINDECLUSTER=1
274# options	RF_INCLUDE_INTERDECLUSTER=1
275# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
276# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
277pseudo-device	fss		4	# file system snapshot device
278pseudo-device	ipfilter		# IP filtering device
279pseudo-device	rnd			# /dev/random and in-kernel generator
280pseudo-device	clockctl		# user control of clock subsystem
281#pseudo-device	pf			# PF packet filter
282#pseudo-device	pflog			# PF log if
283#endif
284
285#if defined(HADES_KERNEL) || defined(MILAN_KERNEL)
286
287# MII/PHY support
288exphy*	at mii? phy ?			# 3Com internal PHYs
289inphy*	at mii? phy ?			# Intel 82555 PHYs
290iophy*	at mii? phy ?			# Intel 82553 PHYs
291ukphy*	at mii? phy ?			# generic unknown PHYs
292
293# PCI network interfaces
294# If unsure, check the port-atari page for tested cards.
295ep*	at pci? dev ? function ?	# 3Com 3c59x
296fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
297
298
299#
300# This is the only tested audio card at the moment.
301#
302eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
303audio*	at eso?
304
305#endif /* defined(HADES_KERNEL) || defined(MILAN_KERNEL) */
306
307#
308# Hardware options for GENERIC are in the various machine type specific files
309#
310