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