GENERIC revision 1.6
1#	$NetBSD: GENERIC,v 1.6 1995/10/10 02:12:41 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	16
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         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# Filesystem options
36options		FIFO		# POSIX fifo support (in all filesystems)
37options		FFS,QUOTA	# fast filesystem with user and group quotas
38options         "CD9660"        # CD-ROM ISO-9660 filesystem
39options		NFSSERVER	# Network filesystem server
40options		NFSCLIENT	# Network filesystem client
41options		UNION		# Union filesystem (req. for FDESC)
42options		KERNFS		# kernel data-structure filesystem
43options		FDESC		# user file descriptor filesystem
44options		PROCFS		# /proc filesystem
45options		MFS		# Memory-based filesystem
46
47# Networking options
48options		INET		# Internet protocols
49options		GATEWAY		# IP forwarding + larger mb_map
50options		MROUTING	# Multicast routing
51options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
52
53# Options for HP hardware
54options		FPSP		# floating point interface for 68040
55options		USELEDS		# make the lights twinkle
56options		COMPAT_NOLABEL	# defaults for unlabeled disks
57#options	PANICBUTTON	# two fast <reset>s on HIL dump kernel
58
59# XXX DOESN'T WORK YET!
60#options	COMPAT_HPUX	# HP-UX binary compatibility
61
62# Debugging options
63options		DDB		# Kernel Dynamic Debugger
64
65# If the kernel isn't named `GENERIC', uncomment the line below.
66#options	GENERIC		# Generic swap support
67config		netbsd swap generic
68
69master		hpib0	at scode7
70master		hpib1	at scode?
71master		hpib2	at scode?
72master		hpib3	at scode?
73disk		rd0	at hpib? slave ?
74disk		rd1	at hpib? slave ?
75disk		rd2	at hpib? slave ?
76disk		rd3	at hpib? slave ?
77disk		rd4	at hpib? slave ?
78disk		rd5	at hpib? slave ?
79disk		rd6	at hpib? slave ?
80tape		ct0	at hpib0 slave ?
81tape		ct1	at hpib0 slave ? flags 1
82tape		mt0	at hpib0 slave ?
83device		ppi0	at hpib0 slave 5
84
85master		scsi0	at scode?
86master		scsi1	at scode?
87master		scsi2	at scode?
88master		scsi3	at scode?
89disk		sd0	at scsi? slave ?
90disk		sd1	at scsi? slave ?
91disk		sd2	at scsi? slave ?
92disk		sd3	at scsi? slave ?
93disk		sd4	at scsi? slave ?
94disk		sd5	at scsi? slave ?
95disk		sd6	at scsi? slave ?
96disk		sd7	at scsi? slave ?
97disk		sd8	at scsi? slave ?
98disk		sd9	at scsi? slave ?
99tape		st0	at scsi? slave ?
100tape		st1	at scsi? slave ?
101
102device		dca0	at scode9 flags 1
103device		dca1	at scode?
104
105device		dcm0	at scode? flags 0xe
106device		dcm1	at scode? flags 0xe
107
108device		le0	at scode?
109device		le1	at scode?
110
111device		grf0	at scode?
112device		grf1	at scode?
113
114pseudo-device	pty		64	# pseudo ptys
115pseudo-device	sl		4	# SLIP network interfaces
116pseudo-device	ppp		4	# PPP network interfaces
117pseudo-device	bpfilter	16	# Berkeley packet filter
118pseudo-device	vnd		4	# vnode pseudo-disks
119pseudo-device	ccd		4	# concatenated disk devices
120pseudo-device	ite			# terminal emulation on grf
121pseudo-device	loop			# loopback network interface
122pseudo-device	ether			# basic ethernet support
123