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