GENERIC revision 1.32
1#	$NetBSD: GENERIC,v 1.32 1997/05/12 08:24:56 thorpej 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# Support for various CPU types
10options 	HP320
11options 	HP330		# includes 318, 319
12options 	HP340
13options 	HP345
14options 	HP350
15options 	HP360
16options 	HP370
17options 	HP375
18options 	HP380
19options 	HP400
20options 	HP425
21options 	HP433
22
23# Need to set locally
24maxusers	32
25
26# Standard system options
27options 	COMPAT_43	# compatibility with 4.3BSD interfaces
28options 	COMPAT_44	# compatibility with 4.4BSD binaries
29options 	COMPAT_09	# compatibility with NetBSD 0.9
30options 	COMPAT_10	# compatibility with NetBSD 1.0
31options 	COMPAT_11	# compatibility with NetBSD 1.1
32options 	COMPAT_12	# compatibility with NetBSD 1.2
33options 	SYSVSHM		# System V-style shared memory
34options 	SYSVSEM		# System V-style semaphores
35options 	SYSVMSG		# System V-style message queues
36options 	KTRACE		# system call tracing support
37options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
38options 	LKM		# Loadable kernel modules
39
40# Filesystems
41file-system	FFS		# fast filesystem
42file-system	CD9660		# CD-ROM ISO-9660 filesystem
43file-system	NFS		# Network filesystem client
44file-system	UNION		# Union filesystem (req. for FDESC)
45file-system	KERNFS		# kernel data-structure filesystem
46file-system	FDESC		# user file descriptor filesystem
47file-system	PROCFS		# /proc filesystem
48file-system	MFS		# Memory-based filesystem
49
50# Filesystem options
51options 	FIFO		# POSIX fifo support (in all filesystems)
52options 	QUOTA		# User and group quotas in FFS
53options 	NFSSERVER	# Network filesystem server
54
55# Networking options
56options 	INET		# Internet protocols
57options 	GATEWAY		# IP forwarding + larger mb_map
58options 	MROUTING	# Multicast routing
59options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
60#options 	PFIL_HOOKS	# packet filter hooks
61
62# Options for HP hardware
63options 	FPSP		# floating point interface for 68040
64options 	USELEDS		# make the lights twinkle
65options 	COMPAT_NOLABEL	# defaults for unlabeled disks
66#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
67#options 	CONSCODE=9	# force console at this select code
68options 	UK_KEYBOARD	# include United Kingdom HIL keymap
69options 	SE_KEYBOARD	# include Swedish HIL keymap
70
71# This option enables a different copyin/copyout that uses page
72# mapping for large copies.
73#options 	MAPPEDCOPY	# different copyin/copyout for large copies
74
75#
76# HP-UX binary compatibility.
77# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
78#
79options 	COMPAT_HPUX	# HP-UX binary compatibility
80
81options 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
82
83# Debugging options
84options 	DIAGNOSTIC	# Extra kernel sanity checks
85#options 	DEBUG		# Enable misc. kernel debugging code
86options 	DDB		# Kernel Dynamic Debugger
87makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
88
89# Verbose descriptions of unconfigured DIO devices
90# (Warning: this compiles in a large string table)
91options 	DIOVERBOSE	# recognize "unknown" DIO devices
92
93config		netbsd root on ? type ?
94
95mainbus0	at root		# root "bus"
96
97intio0		at mainbus0	# internal i/o space
98dio0		at mainbus0	# DIO/DIO-II bus
99
100# Frodo utility chip found on 4xx's
101frodo0		at intio?
102
103# 8250-like serial ports found on Frodo ASIC
104#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
105apci*		at frodo? offset ?	# tty flavor
106
107# Davinci framebuffer
108dvbox*		at intio?
109dvbox*		at dio? scode ?
110
111# Gatorbox framebuffer
112gbox*		at intio?
113gbox*		at dio? scode ?
114
115# Hyperion framebuffer
116hyper*		at dio? scode ?
117
118# Renaissance framebuffer
119rbox*		at intio?
120rbox*		at dio? scode ?
121
122# Topcat/catseye framebuffers
123topcat*		at intio?
124topcat*		at dio? scode ?
125
126# Framebuffer abstraction
127grf*		at dvbox?
128grf*		at gbox?
129grf*		at hyper?
130grf*		at rbox?
131grf*		at topcat?
132
133# Internal Terminal Emulator
134ite*		at grf?
135
136dca0		at dio? scode 9	flags 1	# DCA serial interfaces
137dca*		at dio? scode ?
138
139dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
140
141le*		at dio? scode ?		# LANCE ethernet interfaces
142
143nhpib0		at dio? scode 7		# slow internal HP-IB
144nhpib*		at dio? scode ?
145
146fhpib*		at dio? scode ?		# `fast' HP-IB
147
148hpibbus0	at nhpib0
149hpibbus*	at nhpib?
150hpibbus*	at fhpib?
151
152rd*		at hpibbus? slave ? punit ?	# HP-IB disks
153ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
154mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
155ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
156
157oscsi*		at dio? scode ?		# Old HP SCSI
158
159sd*		at oscsi? target ? lun ?	# SCSI disks
160st*		at oscsi? target ? lun ?	# SCSI tapes
161ac*		at oscsi? target ? lun ?	# SCSI changers
162
163pseudo-device	pty		64	# pseudo ptys
164pseudo-device	sl		4	# SLIP network interfaces
165pseudo-device	ppp		4	# PPP network interfaces
166pseudo-device	bpfilter	16	# Berkeley packet filter
167pseudo-device	vnd		4	# vnode pseudo-disks
168pseudo-device	ccd		4	# concatenated disk devices
169pseudo-device	loop			# loopback network interface
170pseudo-device	ipfilter 		# IP Filter package
171