GENERIC revision 1.50
1#	$NetBSD: GENERIC,v 1.50 2000/01/23 23:46:10 hubertf Exp $
2#
3# Generic kernel - one size fits all.
4#
5
6# Include attributes common to all hp300s
7include "arch/hp300/conf/std.hp300"
8
9#ident 		"GENERIC-$Revision: 1.50 $"
10
11# Support for various CPU types
12options 	HP320
13options 	HP330		# includes 318, 319
14options 	HP340
15options 	HP345
16options 	HP350
17options 	HP360
18options 	HP370
19options 	HP375
20options 	HP380
21options 	HP385
22options 	HP400
23options 	HP425
24options 	HP433
25
26# Need to set locally
27maxusers	32
28
29# Standard system options
30options 	COMPAT_43	# compatibility with 4.3BSD interfaces
31options 	COMPAT_44	# compatibility with 4.4BSD binaries
32options 	COMPAT_09	# compatibility with NetBSD 0.9
33options 	COMPAT_10	# compatibility with NetBSD 1.0
34options 	COMPAT_11	# compatibility with NetBSD 1.1
35options 	COMPAT_12	# compatibility with NetBSD 1.2
36options 	COMPAT_13	# compatibility with NetBSD 1.3
37options 	COMPAT_14	# compatibility with NetBSD 1.4
38options 	SYSVSHM		# System V-style shared memory
39options 	SYSVSEM		# System V-style semaphores
40options 	SYSVMSG		# System V-style message queues
41options 	KTRACE		# system call tracing support
42options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
43options 	LKM		# Loadable kernel modules
44#options 	SCSIVERBOSE	# Verbose SCSI errors
45
46# Filesystems
47file-system	FFS		# fast filesystem
48file-system	CD9660		# CD-ROM ISO-9660 filesystem
49file-system	NFS		# Network filesystem client
50file-system	UNION		# Union filesystem (req. for FDESC)
51file-system	KERNFS		# kernel data-structure filesystem
52file-system	FDESC		# user file descriptor filesystem
53file-system	PROCFS		# /proc filesystem
54file-system	MFS		# Memory-based filesystem
55
56# Filesystem options
57options 	QUOTA		# User and group quotas in FFS
58#options 	FFS_EI		# FFS Endian Independant support
59#options 	SOFTDEP         # FFS soft updates support.
60options 	NFSSERVER	# Network filesystem server
61options 	NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
62
63# Pull in config fragments for kernel crypto.  This is required for
64# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
65# one of these, based on whether you use crypto-us or crypto-intl, and
66# adjust the prefixes as necessary.
67
68#prefix ../crypto-us/sys
69#cinclude "conf/files.crypto-us"
70#prefix
71
72#prefix ../crypto-intl/sys
73#cinclude "conf/files.crypto-intl"
74#prefix
75
76# Networking options
77options 	INET		# Internet protocols
78options 	INET6		# IPV6
79#options 	IPSEC		# IP security
80#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
81#options 	IPSEC_DEBUG	# debug for IP security
82options 	GATEWAY		# IP forwarding + larger mb_map
83options 	MROUTING	# Multicast routing
84options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
85options 	PFIL_HOOKS	# packet filter hooks
86
87# Options for HP hardware
88options 	FPSP		# floating point interface for 68040
89options 	USELEDS		# make the lights twinkle
90options 	COMPAT_NOLABEL	# defaults for unlabeled disks
91#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
92#options 	CONSCODE=9	# force console at this select code
93options 	UK_KEYBOARD	# include United Kingdom HIL keymap
94options 	SE_KEYBOARD	# include Swedish HIL keymap
95
96# This option enables a different copyin/copyout that uses page
97# mapping for large copies.
98#options 	MAPPEDCOPY	# different copyin/copyout for large copies
99
100#
101# HP-UX binary compatibility.
102# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
103#
104options 	COMPAT_HPUX	# HP-UX binary compatibility
105
106options 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
107
108#options 	COMPAT_LINUX	# Linux/m68k binary compatibility
109#options 	COMPAT_SVR4	# SVR4 binary compatibility
110#options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
111
112# Debugging options
113options 	DIAGNOSTIC	# Extra kernel sanity checks
114#options 	DEBUG		# Enable misc. kernel debugging code
115options 	DDB		# Kernel Dynamic Debugger
116#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
117makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
118
119# Verbose descriptions of unconfigured DIO devices
120# (Warning: this compiles in a large string table)
121options 	DIOVERBOSE	# recognize "unknown" DIO devices
122
123config		netbsd root on ? type ?
124
125mainbus0	at root		# root "bus"
126
127intio0		at mainbus0	# internal i/o space
128dio0		at mainbus0	# DIO/DIO-II bus
129
130# Frodo utility chip found on 4xx's
131frodo0		at intio?
132
133# 8250-like serial ports found on Frodo ASIC
134#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
135apci*		at frodo? offset ?	# tty flavor
136
137# Davinci framebuffer
138dvbox*		at intio?
139dvbox*		at dio? scode ?
140
141# Gatorbox framebuffer
142gbox*		at intio?
143gbox*		at dio? scode ?
144
145# Hyperion framebuffer
146hyper*		at dio? scode ?
147
148# Renaissance framebuffer
149rbox*		at intio?
150rbox*		at dio? scode ?
151
152# Topcat/catseye framebuffers
153topcat*		at intio?
154topcat*		at dio? scode ?
155
156# Framebuffer abstraction
157grf*		at dvbox?
158grf*		at gbox?
159grf*		at hyper?
160grf*		at rbox?
161grf*		at topcat?
162
163# Internal Terminal Emulator
164ite*		at grf?
165
166dca0		at dio? scode 9	flags 1	# DCA serial interfaces
167dca*		at dio? scode ?
168
169dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
170
171le*		at dio? scode ?		# LANCE ethernet interfaces
172
173nhpib0		at dio? scode 7		# slow internal HP-IB
174nhpib*		at dio? scode ?
175
176fhpib*		at dio? scode ?		# `fast' HP-IB
177
178hpibbus0	at nhpib0
179hpibbus*	at nhpib?
180hpibbus*	at fhpib?
181
182rd*		at hpibbus? slave ? punit ?	# HP-IB disks
183ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
184mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
185ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
186
187oscsi*		at dio? scode ?		# Old HP SCSI
188
189sd*		at oscsi? target ? lun ?	# SCSI disks
190st*		at oscsi? target ? lun ?	# SCSI tapes
191ac*		at oscsi? target ? lun ?	# SCSI changers
192
193pseudo-device	pty		64	# pseudo ptys
194pseudo-device	sl		4	# SLIP network interfaces
195pseudo-device	ppp		4	# PPP network interfaces
196pseudo-device	bpfilter	16	# Berkeley packet filter
197pseudo-device	vnd		4	# vnode pseudo-disks
198pseudo-device	ccd		4	# concatenated disk devices
199#pseudo-device	raid		4	# RAIDframe disk driver
200pseudo-device	loop			# loopback network interface
201pseudo-device	ipfilter 		# IP Filter package
202#pseudo-device	gre		2	# generic L3 over IP tunnel
203pseudo-device	gif		4	# IPv[46] over IPv[46] tunnel (RFC1933)
204#pseudo-device	faith		1	# IPv[46] tcp relay translation i/f
205# rnd is EXPERIMENTAL
206#pseudo-device	rnd			# /dev/random and in-kernel generator
207