GENERIC revision 1.54
1#	$NetBSD: GENERIC,v 1.54 2000/04/19 06:50:31 itojun 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.54 $"
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 	LKM		# Loadable kernel modules
43#options 	SCSIVERBOSE	# Verbose SCSI errors
44
45# Filesystems
46file-system	FFS		# fast filesystem
47file-system	CD9660		# CD-ROM ISO-9660 filesystem
48file-system	NFS		# Network filesystem client
49file-system	UNION		# Union filesystem (req. for FDESC)
50file-system	KERNFS		# kernel data-structure filesystem
51file-system	FDESC		# user file descriptor filesystem
52file-system	PROCFS		# /proc filesystem
53file-system	MFS		# Memory-based filesystem
54
55# Filesystem options
56options 	QUOTA		# User and group quotas in FFS
57#options 	FFS_EI		# FFS Endian Independant support
58#options 	SOFTDEP         # FFS soft updates support.
59options 	NFSSERVER	# Network filesystem server
60options 	NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
61
62# Pull in config fragments for kernel crypto.  This is required for
63# options IPSEC etc. to work. If you want to run with IPSEC, uncomment
64# one of these, based on whether you use crypto-us or crypto-intl, and
65# adjust the prefixes as necessary.
66
67#prefix ../crypto-us/sys
68#cinclude "conf/files.crypto-us"
69#prefix
70
71#prefix ../crypto-intl/sys
72#cinclude "conf/files.crypto-intl"
73#prefix
74
75# Networking options
76options 	INET		# Internet protocols
77options 	INET6		# IPV6
78#options 	IPSEC		# IP security
79#options 	IPSEC_ESP	# IP security (encryption part; define w/IPSEC)
80#options 	IPSEC_DEBUG	# debug for IP security
81options 	GATEWAY		# IP forwarding + larger mb_map
82options 	MROUTING	# Multicast routing
83options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
84options 	PFIL_HOOKS	# packet filter hooks
85
86# Options for HP hardware
87options 	FPSP		# floating point interface for 68040
88options 	USELEDS		# make the lights twinkle
89options 	COMPAT_NOLABEL	# defaults for unlabeled disks
90#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
91#options 	CONSCODE=9	# force console at this select code
92options 	UK_KEYBOARD	# include United Kingdom HIL keymap
93options 	SE_KEYBOARD	# include Swedish HIL keymap
94
95# This option enables a different copyin/copyout that uses page
96# mapping for large copies.
97#options 	MAPPEDCOPY	# different copyin/copyout for large copies
98
99#
100# HP-UX binary compatibility.
101# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
102#
103options 	COMPAT_HPUX	# HP-UX binary compatibility
104
105options 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
106
107#options 	COMPAT_LINUX	# Linux/m68k binary compatibility
108#options 	COMPAT_SVR4	# SVR4 binary compatibility
109#options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
110
111# Debugging options
112options 	DIAGNOSTIC	# Extra kernel sanity checks
113#options 	DEBUG		# Enable misc. kernel debugging code
114options 	DDB		# Kernel Dynamic Debugger
115#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
116makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
117
118# Verbose descriptions of unconfigured DIO devices
119# (Warning: this compiles in a large string table)
120options 	DIOVERBOSE	# recognize "unknown" DIO devices
121
122config		netbsd root on ? type ?
123
124mainbus0	at root		# root "bus"
125
126intio0		at mainbus0	# internal i/o space
127dio0		at mainbus0	# DIO/DIO-II bus
128
129# Frodo utility chip found on 4xx's
130frodo0		at intio?
131
132# 8250-like serial ports found on Frodo ASIC
133#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
134apci*		at frodo? offset ?	# tty flavor
135
136# Davinci framebuffer
137dvbox*		at intio?
138dvbox*		at dio? scode ?
139
140# Gatorbox framebuffer
141gbox*		at intio?
142gbox*		at dio? scode ?
143
144# Hyperion framebuffer
145hyper*		at dio? scode ?
146
147# Renaissance framebuffer
148rbox*		at intio?
149rbox*		at dio? scode ?
150
151# Topcat/catseye framebuffers
152topcat*		at intio?
153topcat*		at dio? scode ?
154
155# Framebuffer abstraction
156grf*		at dvbox?
157grf*		at gbox?
158grf*		at hyper?
159grf*		at rbox?
160grf*		at topcat?
161
162# Internal Terminal Emulator
163ite*		at grf?
164
165dca0		at dio? scode 9	flags 1	# DCA serial interfaces
166dca*		at dio? scode ?
167
168dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
169
170le*		at dio? scode ?		# LANCE ethernet interfaces
171
172nhpib0		at dio? scode 7		# slow internal HP-IB
173nhpib*		at dio? scode ?
174
175fhpib*		at dio? scode ?		# `fast' HP-IB
176
177hpibbus0	at nhpib0
178hpibbus*	at nhpib?
179hpibbus*	at fhpib?
180
181rd*		at hpibbus? slave ? punit ?	# HP-IB disks
182ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
183mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
184ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
185
186oscsi*		at dio? scode ?		# Old HP SCSI
187
188sd*		at oscsi? target ? lun ?	# SCSI disks
189st*		at oscsi? target ? lun ?	# SCSI tapes
190ac*		at oscsi? target ? lun ?	# SCSI changers
191
192pseudo-device	pty		64	# pseudo ptys
193pseudo-device	sl		4	# SLIP network interfaces
194pseudo-device	ppp		4	# PPP network interfaces
195pseudo-device	bpfilter	16	# Berkeley packet filter
196pseudo-device	vnd		4	# vnode pseudo-disks
197pseudo-device	ccd		4	# concatenated disk devices
198#pseudo-device	raid		4	# RAIDframe disk driver
199#options 	RAID_AUTOCONFIG		# auto-configuration of RAID components
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#pseudo-device	stf		1	# 6to4 IPv6 over IPv4 encapsulation
206# rnd is EXPERIMENTAL
207#pseudo-device	rnd			# /dev/random and in-kernel generator
208