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