GENERIC revision 1.79
1# $NetBSD: GENERIC,v 1.79 2002/04/25 15:06:26 atatat Exp $
2#
3# GENERIC machine description file
4# 
5# This machine description file is used to generate the default NetBSD
6# kernel.  The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications.
8#
9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance.
11#
12# For further information on compiling NetBSD kernels, see the config(8)
13# man page.
14#
15# For further information on hardware support for this architecture, see
16# the intro(4) man page.  For further information about kernel options
17# for this architecture, see the options(4) man page.  For an explanation
18# of each device driver in this file see the section 4 man page for the
19# device.
20
21include 	"arch/hp300/conf/std.hp300"
22
23options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
24
25#ident 		"GENERIC-$Revision: 1.79 $"
26
27# Support for various CPU types
28options 	HP320
29options 	HP330		# includes 318, 319
30options 	HP340
31options 	HP345
32options 	HP350
33options 	HP360
34options 	HP370
35options 	HP375
36options 	HP380
37options 	HP385
38options 	HP400
39options 	HP425
40options 	HP433
41
42# Need to set locally
43maxusers	32
44
45# Standard system options
46options 	COMPAT_43	# compatibility with 4.3BSD interfaces
47options 	COMPAT_44	# compatibility with 4.4BSD binaries
48options 	COMPAT_09	# compatibility with NetBSD 0.9
49options 	COMPAT_10	# compatibility with NetBSD 1.0
50options 	COMPAT_11	# compatibility with NetBSD 1.1
51options 	COMPAT_12	# compatibility with NetBSD 1.2
52options 	COMPAT_13	# compatibility with NetBSD 1.3
53options 	COMPAT_14	# compatibility with NetBSD 1.4
54#options 	TCP_COMPAT_42	# 4.2BSD TCP/IP bug compat. Not recommended.
55options 	SYSVSHM		# System V-style shared memory
56options 	SYSVSEM		# System V-style semaphores
57#options 	SEMMNI=10	# number of semaphore identifiers
58#options 	SEMMNS=60	# number of semaphores in system
59#options 	SEMUME=10	# max number of undo entries per process
60#options 	SEMMNU=30	# number of undo structures in system
61options 	SYSVMSG		# System V-style message queues
62options 	KTRACE		# system call tracing support
63options 	LKM		# Loadable kernel modules
64#options 	SCSIVERBOSE	# Verbose SCSI errors
65#options 	USERCONF	# userconf(4) support
66#options	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
67
68# Filesystems
69file-system	FFS		# fast filesystem
70file-system	CD9660		# CD-ROM ISO-9660 filesystem
71file-system	NFS		# Network filesystem client
72file-system	UNION		# Union filesystem (req. for FDESC)
73file-system	KERNFS		# kernel data-structure filesystem
74file-system	FDESC		# user file descriptor filesystem
75file-system	PROCFS		# /proc filesystem
76file-system	MFS		# Memory-based filesystem
77
78# Filesystem options
79options 	QUOTA		# User and group quotas in FFS
80#options 	FFS_EI		# FFS Endian Independant support
81options 	SOFTDEP		# FFS soft updates support.
82options 	NFSSERVER	# Network filesystem server
83options 	NFS_BOOT_BOOTP	# use bootp for NFS boot
84
85# Networking options
86options 	INET		# Internet protocols
87options 	INET6		# IPV6
88#options 	IPSEC		# IP security
89#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
90#options 	IPSEC_DEBUG	# debug for IP security
91options 	GATEWAY		# IP forwarding + larger mb_map
92options 	MROUTING	# Multicast routing
93options 	PFIL_HOOKS	# packet filter hooks
94#options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
95
96# Options for HP hardware
97options 	FPSP		# floating point interface for 68040
98options 	USELEDS		# make the lights twinkle
99options 	COMPAT_NOLABEL	# defaults for unlabeled disks
100#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
101#options 	CONSCODE=9	# force console at this select code
102options 	UK_KEYBOARD	# include United Kingdom HIL keymap
103options 	SE_KEYBOARD	# include Swedish HIL keymap
104
105# This option enables a different copyin/copyout that uses page
106# mapping for large copies.
107#options 	MAPPEDCOPY	# different copyin/copyout for large copies
108
109# Binary compatibility.
110options 	COMPAT_HPUX	# HP-UX binary compatibility
111options 	COMPAT_AOUT_M68K	# NetBSD/m68k a.out binary compatibility
112options 	COMPAT_M68K4K	# NetBSD/m68k4k binary compatibility
113#options 	COMPAT_SUNOS	# SunOS4 m68k binary compatibility
114#options 	COMPAT_LINUX	# Linux/m68k binary compatibility
115#options 	COMPAT_SVR4	# SVR4 binary compatibility
116
117# Debugging options
118options 	DIAGNOSTIC	# Extra kernel sanity checks
119#options 	DEBUG		# Enable misc. kernel debugging code
120options 	DDB		# Kernel Dynamic Debugger
121#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
122makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
123
124# Verbose descriptions of unconfigured DIO devices
125# (Warning: this compiles in a large string table)
126options 	DIOVERBOSE	# recognize "unknown" DIO devices
127
128config		netbsd root on ? type ?
129
130mainbus0	at root		# root "bus"
131
132intio0		at mainbus0	# internal i/o space
133dio0		at mainbus0	# DIO/DIO-II bus
134
135# Real-time clock (not optional)
136rtc*		at intio?
137
138# Human Interface Loop
139hil*		at intio?
140
141# Frodo utility chip found on 4xx's
142frodo*		at intio?
143
144# 8250-like serial ports found on Frodo ASIC
145#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
146apci*		at frodo? offset ?	# tty flavor
147
148# Davinci framebuffer
149dvbox*		at intio?
150dvbox*		at dio? scode ?
151
152# Gatorbox framebuffer
153gbox*		at intio?
154gbox*		at dio? scode ?
155
156# Hyperion framebuffer
157hyper*		at dio? scode ?
158
159# Renaissance framebuffer
160rbox*		at intio?
161rbox*		at dio? scode ?
162
163# Topcat/catseye framebuffers
164topcat*		at intio?
165topcat*		at dio? scode ?
166
167# Framebuffer abstraction
168grf*		at dvbox?
169grf*		at gbox?
170grf*		at hyper?
171grf*		at rbox?
172grf*		at topcat?
173
174# Internal Terminal Emulator
175ite*		at grf?
176
177dca0		at dio? scode 9	flags 1	# DCA serial interfaces
178dca*		at dio? scode ?
179
180dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
181
182le*		at dio? scode ?		# LANCE ethernet interfaces
183
184nhpib0		at dio? scode 7		# slow internal HP-IB
185nhpib*		at dio? scode ?
186
187fhpib*		at dio? scode ?		# `fast' HP-IB
188
189hpibbus0	at nhpib0
190hpibbus*	at nhpib?
191hpibbus*	at fhpib?
192
193rd*		at hpibbus? slave ? punit ?	# HP-IB disks
194ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
195mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
196ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
197
198oscsi*		at dio? scode ?		# Old HP SCSI
199
200sd*		at oscsi? target ? lun ?	# SCSI disks
201st*		at oscsi? target ? lun ?	# SCSI tapes
202ac*		at oscsi? target ? lun ?	# SCSI changers
203
204pseudo-device	pty			# pseudo-terminals
205pseudo-device	sl		4	# SLIP network interfaces
206pseudo-device	ppp		4	# PPP network interfaces
207pseudo-device	pppoe			# PPP over Ethernet (RFC 2516)
208pseudo-device	bpfilter	16	# Berkeley packet filter
209pseudo-device	vnd		4	# vnode pseudo-disks
210pseudo-device	ccd		4	# concatenated disk devices
211pseudo-device	raid		8	# RAIDframe disk driver
212options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
213# Options to enable various other RAIDframe RAID types.
214# options	RF_INCLUDE_EVENODD=1
215# options	RF_INCLUDE_RAID5_RS=1
216# options	RF_INCLUDE_PARITYLOGGING=1
217# options	RF_INCLUDE_CHAINDECLUSTER=1
218# options	RF_INCLUDE_INTERDECLUSTER=1
219# options 	RF_INCLUDE_PARITY_DECLUSTERING=1
220# options	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
221pseudo-device	loop			# loopback network interface
222pseudo-device	ipfilter 		# IP Filter package
223#pseudo-device	gre		2	# generic L3 over IP tunnel
224pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
225#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
226#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
227pseudo-device	vlan			# IEEE 802.1q encapsulation
228pseudo-device	bridge			# simple inter-network bridging
229pseudo-device	rnd			# /dev/random and in-kernel generator
230