GENERIC.in revision 1.32
1#
2#	$NetBSD: GENERIC.in,v 1.32 2003/04/10 22:06:54 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 	NEW_BUFQ_STRATEGY
32
33#
34# (Co)processors this kernel should support
35#
36#if defined(TT030_KERNEL) || defined(FALCON_KERNEL)
37options 	M68030		# support for 030
38options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
39#if !defined(INSTALL_KERNEL)
40options 	M68040		# support for 040
41options 	FPSP		# 68040 Floatingpoint support
42#endif
43#else /* for the Hades & Milan: */
44options 	M68040		# support for 040
45options 	M68060		# support for 060
46options 	FPSP		# 68040 Floatingpoint support
47options 	M060SP		# MC68060 software support (Required for 060)
48#endif
49
50#
51# Networking options
52#
53options 	INET		# IP + ICMP + TCP + UDP
54
55#ifndef INSTALL_KERNEL
56options 	INET6		# IPV6
57#options 	IPSEC		# IP security
58#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
59#options 	IPSEC_DEBUG	# debug for IP security
60#options 	GATEWAY		# packet forwarding
61#options 	MROUTING	# IP multicast routing
62options 	NS		# XNS
63#options 	NSIP		# XNS tunneling over IP
64options 	ISO,TPIP	# OSI
65#options 	EON		# OSI tunneling over IP
66options 	CCITT,LLC,HDLC	# X.25
67#ifndef NO_PHYS_NETWORK
68options 	NETATALK	# AppleTalk networking protocols
69#endif
70#endif
71
72options 	PPP_BSDCOMP	# BSD-Compress compression support for PPP
73options 	PPP_DEFLATE	# Deflate compression support for PPP
74options 	PPP_FILTER	# Active filter support for PPP (requires bpf)
75
76#ifndef INSTALL_KERNEL
77options 	PFIL_HOOKS	# pfil(9) packet filter hooks
78options 	IPFILTER_LOG	# ipmon(8) log support
79#options  	IPFILTER_DEFAULT_BLOCK	# block packages by default
80
81#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
82#endif
83
84# File systems
85file-system 	FFS		# Berkeley fast file system
86file-system 	MFS		# Memory based filesystem
87file-system 	KERNFS		# Kernel parameter filesystem
88file-system 	MSDOSFS		# MSDOS filesystem
89file-system 	CD9660		# ISO 9660 filesystem with Rock Ridge
90
91#ifndef INSTALL_KERNEL
92file-system 	NFS		# Network File System client side code
93file-system 	PROCFS		# Process filesystem
94file-system 	FDESC		# /dev/fd
95file-system 	NULLFS		# Loopback filesystem
96file-system 	OVERLAY		# overlay filesystem
97file-system 	UNION		# union file system
98file-system 	UMAPFS		# null file system (with uid & gid remapping)
99file-system 	PORTAL		# portal file system
100file-system 	EXT2FS		# second extended file system (linux)
101file-system 	LFS		# log-structured file system
102#endif
103
104#ifndef INSTALL_KERNEL
105# File system options
106options 	QUOTA		# Disk quotas for local disks
107#options 	FFS_EI		# FFS Endian Independant support
108options 	SOFTDEP		# FFS soft updates support.
109options 	NFSSERVER	# Network File System server side code
110#options 	EXT2FS_SYSTEM_FLAGS	# makes ext2fs file flags (append and
111				# immutable) behave as system flags.
112#endif
113
114#
115# Misc. debugging options
116#
117options 	PANICWAIT	# Require keystroke to dump/reboot
118options 	DDB		# Kernel debugger
119#ifndef INSTALL_KERNEL
120options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
121#options 	DEBUG		# expensive debugging checks/support
122#endif
123
124#
125# Compatibility options for various existing systems
126#
127options 	COMPAT_43	# 4.3 BSD compatible system calls (required)
128options 	COMPAT_10	# Compatibility to NetBSD1.0
129options 	COMPAT_11	# Compatibility to NetBSD1.1
130options 	COMPAT_12	# Compatibility to NetBSD1.2
131options 	COMPAT_13	# Compatibility to NetBSD1.3
132options 	COMPAT_14	# Compatibility to NetBSD1.4
133#ifndef INSTALL_KERNEL
134#options 	COMPAT_09	# has no meaning on the atari
135#options 	COMPAT_SUNOS	# Support to run Sun-3 executables
136#options 	COMPAT_SVR4	# Support to run SVR4 executables
137#options 	COMPAT_LINUX	# Support to run Linux/m68k executables
138#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
139#endif
140options 	COMPAT_AOUT_M68K # Compatibility to a.out executables
141options 	EXEC_AOUT	# a.out format executables
142
143#ifndef INSTALL_KERNEL
144#
145# Support for System V IPC facilities.
146#
147options 	SYSVSHM			# System V shared memory
148options 	SYSVMSG			# System V messages
149options 	SYSVSEM			# System V semaphores
150#options 	SEMMNI=10		# number of semaphore identifiers
151#options 	SEMUME=10		# max number of undo entries per proc.
152#options 	SEMMNU=30		# number of undo structures in system
153#endif
154
155#ifndef INSTALL_KERNEL
156#
157# Support for various kernel options
158#
159options 	KTRACE			# Add kernel tracing system call
160options 	SYSTRACE		# system call vetting via systrace(1)
161options 	DIAGNOSTIC		# Add additional error checking code
162options 	USERCONF		# userconf(4) support
163#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
164#else /* INSTALL_KERNEL */
165options		PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
166#endif
167
168# These options enable verbose messages for several subsystems.
169# Warning, these may compile large string tables into the kernel!
170#ifndef INSTALL_KERNEL
171options 	SCSIVERBOSE		# human readable SCSI error messages
172#endif
173#if defined(HADES_KERNEL) || defined(MILAN_KERNEL)
174options 	MIIVERBOSE		# verbose PHY autoconfig messages
175options 	PCIVERBOSE		# verbose PCI device autoconfig messages
176#options 	PCI_CONFIG_DUMP		# verbosely dump PCI config space
177#endif
178
179#
180# Atari specific options
181#
182#options 	KFONT_8x8		# Use 8x8 font instead of 8x16
183options 	ST_POOL_SIZE=22		# smallest that allows TT-HIGH
184#if defined(TT030_KERNEL) || defined(HADES_KERNEL)
185options 	TT_SCSI			# SCSI-support for TT
186options 	TT_VIDEO		# Graphics support for TT
187#options	ET4000_HAS_2MB_MEM	# et4000 with 2 MB video memory
188#endif
189#ifdef FALCON_KERNEL
190options 	FALCON_SCSI		# SCSI-support for Falcon
191options 	FALCON_VIDEO		# Graphics support for FALCON
192#endif
193options 	MEMORY_DISK_HOOKS	# Boot RAM-disk
194options 	DISKLABEL_NBDA		# NetBSD disklabels (required)
195options 	DISKLABEL_AHDI		# NetBSD/AHDI disklabels
196#ifndef INSTALL_KERNEL
197options 	SERCONSOLE		# modem1 console support
198options 	RELOC_KERNEL		# TT/Falcon: relocate kernel to TT-RAM
199options 	MSGBUFSIZE=32768        # size of kernel msg. buffer
200#options 	STATCLOCK	        # Separate {stat,prof}clock
201#endif
202
203#ifndef INSTALL_KERNEL
204# Try linked commands on all targets
205options 	TRY_SCSI_LINKED_COMMANDS=0x7f
206#endif
207
208#
209# Build one kernel that can boot from any disk.
210#
211config		netbsd root on ? type ?
212
213pseudo-device	sl			# Slip
214pseudo-device	ppp			# ppp
215#ifndef NO_PHYS_NETWORK
216pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
217#endif
218pseudo-device	pty			# pseudo-terminals
219pseudo-device	loop			# Loopback network
220pseudo-device	vnd		3	# 3 pseudo disks (see vnconfig)
221pseudo-device	md		3	# Boot memory disk
222
223#ifndef INSTALL_KERNEL
224pseudo-device	bpfilter	2	# berkeley packet filters
225pseudo-device	tun		2	# network tunnel
226#pseudo-device	gre		2	# generic L3 over IP tunnel
227pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
228#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
229#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
230#ifndef NO_PHYS_NETWORK
231pseudo-device	vlan			# IEEE 802.1q encapsulation
232pseudo-device	bridge			# simple inter-network bridging
233#endif
234pseudo-device	ccd		4	# concatenating disk driver
235#pseudo-device	cgd		4	# cryptographic disk driver
236pseudo-device	raid		8	# RAIDframe disk driver
237options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
238# Options to enable various other RAIDframe RAID types.
239# options	RF_INCLUDE_EVENODD=1
240# options	RF_INCLUDE_RAID5_RS=1
241# options	RF_INCLUDE_PARITYLOGGING=1
242# options	RF_INCLUDE_CHAINDECLUSTER=1
243# options	RF_INCLUDE_INTERDECLUSTER=1
244# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
245# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
246pseudo-device	ipfilter		# IP filtering device
247pseudo-device	rnd			# /dev/random and in-kernel generator
248pseudo-device	clockctl		# user control of clock subsystem
249#endif
250
251#if defined(HADES_KERNEL) || defined(MILAN_KERNEL)
252
253# MII/PHY support
254exphy*	at mii? phy ?			# 3Com internal PHYs
255inphy*	at mii? phy ?			# Intel 82555 PHYs
256iophy*	at mii? phy ?			# Intel 82553 PHYs
257ukphy*	at mii? phy ?			# generic unknown PHYs
258
259# PCI network interfaces
260# If unsure, check the port-atari page for tested cards.
261ep*	at pci? dev ? function ?	# 3Com 3c59x
262fxp*	at pci? dev ? function ?	# Intel EtherExpress PRO 10+/100B
263
264
265#
266# This is the only tested audio card at the moment.
267#
268eso*	at pci? dev ? function ?	# ESS Solo-1 PCI AudioDrive
269audio*	at eso?
270
271#endif /* defined(HADES_KERNEL) || defined(MILAN_KERNEL) */
272
273#
274# Hardware options for GENERIC are in the various machine type specific files
275#
276