GENERIC revision 1.44
1#	$NetBSD: GENERIC,v 1.44 1999/04/19 21:22:58 kleink 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 	COMPAT_13	# compatibility with NetBSD 1.3
34options 	SYSVSHM		# System V-style shared memory
35options 	SYSVSEM		# System V-style semaphores
36options 	SYSVMSG		# System V-style message queues
37options 	KTRACE		# system call tracing support
38options 	NKMEMCLUSTERS=1024	# 4K pages in kernel malloc pool
39options 	LKM		# Loadable kernel modules
40#options 	SCSIVERBOSE	# Verbose SCSI errors
41
42# Filesystems
43file-system	FFS		# fast filesystem
44file-system	CD9660		# CD-ROM ISO-9660 filesystem
45file-system	NFS		# Network filesystem client
46file-system	UNION		# Union filesystem (req. for FDESC)
47file-system	KERNFS		# kernel data-structure filesystem
48file-system	FDESC		# user file descriptor filesystem
49file-system	PROCFS		# /proc filesystem
50file-system	MFS		# Memory-based filesystem
51
52# Filesystem options
53options 	QUOTA		# User and group quotas in FFS
54#options 	FFS_EI		# FFS Endian Independant support
55options 	NFSSERVER	# Network filesystem server
56options 	NFS_BOOT_BOOTPARAM # use Sun bootparams for NFS boot
57
58# Networking options
59options 	INET		# Internet protocols
60options 	GATEWAY		# IP forwarding + larger mb_map
61options 	MROUTING	# Multicast routing
62options 	TCP_COMPAT_42	# compatibility with 4.2BSD TCP/IP
63#options 	PFIL_HOOKS	# packet filter hooks
64
65# Options for HP hardware
66options 	FPSP		# floating point interface for 68040
67options 	USELEDS		# make the lights twinkle
68options 	COMPAT_NOLABEL	# defaults for unlabeled disks
69#options 	PANICBUTTON	# two fast <reset>s on HIL dump kernel
70#options 	CONSCODE=9	# force console at this select code
71options 	UK_KEYBOARD	# include United Kingdom HIL keymap
72options 	SE_KEYBOARD	# include Swedish HIL keymap
73
74# This option enables a different copyin/copyout that uses page
75# mapping for large copies.
76#options 	MAPPEDCOPY	# different copyin/copyout for large copies
77
78#
79# HP-UX binary compatibility.
80# NOTE: THIS IS STILL VERY EXPERIMENTAL. YOUR MILEAGE MAY VARY.
81#
82options 	COMPAT_HPUX	# HP-UX binary compatibility
83
84options 	COMPAT_M68K4K	# compat. with NetBSD/m68k4k binaries
85
86#options 	COMPAT_LINUX	# Linux/m68k binary compatibility
87#options 	COMPAT_SVR4	# SVR4 binary compatibility
88#options 	EXEC_ELF32	# 32-bit ELF executables (Linux, SVR4)
89
90# Debugging options
91options 	DIAGNOSTIC	# Extra kernel sanity checks
92#options 	DEBUG		# Enable misc. kernel debugging code
93options 	DDB		# Kernel Dynamic Debugger
94#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
95makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
96
97# Verbose descriptions of unconfigured DIO devices
98# (Warning: this compiles in a large string table)
99options 	DIOVERBOSE	# recognize "unknown" DIO devices
100
101config		netbsd root on ? type ?
102
103mainbus0	at root		# root "bus"
104
105intio0		at mainbus0	# internal i/o space
106dio0		at mainbus0	# DIO/DIO-II bus
107
108# Frodo utility chip found on 4xx's
109frodo0		at intio?
110
111# 8250-like serial ports found on Frodo ASIC
112#dnkbd0		at frodo? offset 0x0	# Domain keyboard flavor
113apci*		at frodo? offset ?	# tty flavor
114
115# Davinci framebuffer
116dvbox*		at intio?
117dvbox*		at dio? scode ?
118
119# Gatorbox framebuffer
120gbox*		at intio?
121gbox*		at dio? scode ?
122
123# Hyperion framebuffer
124hyper*		at dio? scode ?
125
126# Renaissance framebuffer
127rbox*		at intio?
128rbox*		at dio? scode ?
129
130# Topcat/catseye framebuffers
131topcat*		at intio?
132topcat*		at dio? scode ?
133
134# Framebuffer abstraction
135grf*		at dvbox?
136grf*		at gbox?
137grf*		at hyper?
138grf*		at rbox?
139grf*		at topcat?
140
141# Internal Terminal Emulator
142ite*		at grf?
143
144dca0		at dio? scode 9	flags 1	# DCA serial interfaces
145dca*		at dio? scode ?
146
147dcm*		at dio? scode ?	flags 0xe # DCM 4- or 8-port serial interfaces
148
149le*		at dio? scode ?		# LANCE ethernet interfaces
150
151nhpib0		at dio? scode 7		# slow internal HP-IB
152nhpib*		at dio? scode ?
153
154fhpib*		at dio? scode ?		# `fast' HP-IB
155
156hpibbus0	at nhpib0
157hpibbus*	at nhpib?
158hpibbus*	at fhpib?
159
160rd*		at hpibbus? slave ? punit ?	# HP-IB disks
161ct*		at hpibbus? slave ? punit ?	# HP-IB cartridge tapes
162mt*		at hpibbus? slave ? punit ?	# HP-IB 9-track tape
163ppi0		at hpibbus0 slave 5 punit 0	# HP-IB plotter
164
165oscsi*		at dio? scode ?		# Old HP SCSI
166
167sd*		at oscsi? target ? lun ?	# SCSI disks
168st*		at oscsi? target ? lun ?	# SCSI tapes
169ac*		at oscsi? target ? lun ?	# SCSI changers
170
171pseudo-device	pty		64	# pseudo ptys
172pseudo-device	sl		4	# SLIP network interfaces
173pseudo-device	ppp		4	# PPP network interfaces
174pseudo-device	bpfilter	16	# Berkeley packet filter
175pseudo-device	vnd		4	# vnode pseudo-disks
176pseudo-device	ccd		4	# concatenated disk devices
177#pseudo-device	raid		4	# RAIDframe disk driver
178pseudo-device	loop			# loopback network interface
179pseudo-device	ipfilter 		# IP Filter package
180#pseudo-device	gre		2	# generic L3 over IP tunnel
181# rnd is EXPERIMENTAL
182#pseudo-device	rnd			# /dev/random and in-kernel generator
183