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