GENERIC revision 1.10
1#	$NetBSD: GENERIC,v 1.10 1996/08/22 21:03:13 thorpej Exp $
2#
3# Generic kernel - one size fits all.
4#
5machine		"hp300"
6
7cpu             "HP320"
8cpu             "HP330"         # includes 318, 319
9cpu             "HP340"
10cpu             "HP350"
11cpu		"HP360"
12cpu		"HP370"
13cpu		"HP375"		# includes 345, 400t, 400s
14cpu		"HP380"		# includes 425t, 425s, 433s
15ident		GENERIC
16
17# Need to set locally
18timezone	8 dst
19maxusers	32
20
21# Standard system options
22options		SWAPPAGER		# swap pager (anonymous and swap space)
23options		VNODEPAGER		# vnode pager (mapped files)
24options		DEVPAGER		# device pager (mapped devices)
25options         "COMPAT_43"             # compatibility with 4.3BSD interfaces
26options         "COMPAT_44"             # compatibility with 4.4BSD binaries
27options         "COMPAT_09"             # compatibility with NetBSD 0.9
28options		"COMPAT_10"		# compatibility with NetBSD 1.0
29options		"COMPAT_11"		# compatibility with NetBSD 1.1
30options		"COMPAT_12"		# compatibility with NetBSD 1.2
31options         SYSVSHM                 # System V-style shared memory
32options         SYSVSEM                 # System V-style semaphores
33options         SYSVMSG                 # System V-style message queues
34options         KTRACE                  # system call tracing support
35options		"NKMEMCLUSTERS=1024"	# # 4K pages in kernel malloc pool
36
37# Filesystem options
38options		FIFO		# POSIX fifo support (in all filesystems)
39options		FFS,QUOTA	# fast filesystem with user and group quotas
40options         "CD9660"        # CD-ROM ISO-9660 filesystem
41options		NFSSERVER	# Network filesystem server
42options		NFSCLIENT	# Network filesystem client
43options		UNION		# Union filesystem (req. for FDESC)
44options		KERNFS		# kernel data-structure filesystem
45options		FDESC		# user file descriptor filesystem
46options		PROCFS		# /proc filesystem
47options		MFS		# Memory-based filesystem
48
49# Networking options
50options		INET		# Internet protocols
51options		GATEWAY		# IP forwarding + larger mb_map
52options		MROUTING	# Multicast routing
53options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
54
55# Options for HP hardware
56options		FPSP		# floating point interface for 68040
57options		USELEDS		# make the lights twinkle
58options		COMPAT_NOLABEL	# defaults for unlabeled disks
59#options	PANICBUTTON	# two fast <reset>s on HIL dump kernel
60#options	CONSCODE="9"	# force console at this select code
61
62#
63# HP-UX binary compatibility.
64# NOTE: THIS IS STILL VERY EXPERIMENTAL.  YOUR MILEAGE MAY VARY.
65#
66options	COMPAT_HPUX		# HP-UX binary compatibility
67
68# Debugging options
69options		DDB		# Kernel Dynamic Debugger
70
71# If the kernel isn't named `GENERIC', uncomment the line below.
72#options	GENERIC		# Generic swap support
73config		netbsd swap generic
74
75master		hpib0	at scode7
76master		hpib1	at scode?
77master		hpib2	at scode?
78master		hpib3	at scode?
79disk		rd0	at hpib? slave ?
80disk		rd1	at hpib? slave ?
81disk		rd2	at hpib? slave ?
82disk		rd3	at hpib? slave ?
83disk		rd4	at hpib? slave ?
84disk		rd5	at hpib? slave ?
85disk		rd6	at hpib? slave ?
86tape		ct0	at hpib0 slave ?
87tape		ct1	at hpib0 slave ? flags 1
88tape		mt0	at hpib0 slave ?
89device		ppi0	at hpib0 slave 5
90
91master		scsi0	at scode?
92master		scsi1	at scode?
93master		scsi2	at scode?
94master		scsi3	at scode?
95disk		sd0	at scsi? slave ?
96disk		sd1	at scsi? slave ?
97disk		sd2	at scsi? slave ?
98disk		sd3	at scsi? slave ?
99disk		sd4	at scsi? slave ?
100disk		sd5	at scsi? slave ?
101disk		sd6	at scsi? slave ?
102disk		sd7	at scsi? slave ?
103disk		sd8	at scsi? slave ?
104disk		sd9	at scsi? slave ?
105tape		st0	at scsi? slave ?
106tape		st1	at scsi? slave ?
107
108device		dca0	at scode9 flags 1
109device		dca1	at scode?
110
111device		dcm0	at scode? flags 0xe
112device		dcm1	at scode? flags 0xe
113
114device		le0	at scode?
115device		le1	at scode?
116
117device		grf0	at scode?
118device		grf1	at scode?
119
120pseudo-device	pty		64	# pseudo ptys
121pseudo-device	sl		4	# SLIP network interfaces
122pseudo-device	ppp		4	# PPP network interfaces
123pseudo-device	bpfilter	16	# Berkeley packet filter
124pseudo-device	vnd		4	# vnode pseudo-disks
125pseudo-device	ccd		4	# concatenated disk devices
126pseudo-device	ite			# terminal emulation on grf
127pseudo-device	loop			# loopback network interface
128pseudo-device	ether			# basic ethernet support
129