GENERIC revision 1.2
1#	$NetBSD: GENERIC,v 1.2 1994/10/26 07:23:09 cgd Exp $
2#
3# GENERIC HP9000/300
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	48
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		DIAGNOSTIC		# extra kernel debugging checks
26options		DEBUG			# extra kernel debugging support
27options		"COMPAT_43"		# compatibility with 4.3BSD binaries
28options		"COMPAT_44"		# compatibility with 4.4BSD binaries
29options		"COMPAT_09"		# compatibility with NetBSD 0.9
30options		SYSVSHM			# System V shared memory
31options		SYSVSEM			# System V semaphores
32options		SYSVMSG			# System V message queues
33options		KTRACE			# system call tracing support
34options		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
35options		KGDB			# support for kernel gdb
36options		"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
37#options	"KGDBDEV=15*256+0"	# device for kernel gdb
38
39# Filesystem options
40options		FIFO		# POSIX fifo support (in all filesystems)
41options		FFS,QUOTA	# fast filesystem with user and group quotas
42options		MFS		# memory-based filesystem
43options		NFSCLIENT	# Sun NFS-compatible client
44options		NFSSERVER	# Sun NFS-compatible server
45options		"CD9660"	# ISO 9660 (CDROM) filesystem
46options		UNION		# Union filesystem
47options		KERNFS		# kernel data-structure filesystem
48options		FDESC		# user file descriptor filesystem
49options		PROCFS		# /proc filesystem
50#options	UMAPFS		# uid/gid remapping filesystem
51#options	NULLFS		# null layer filesystem
52#options	LFS		# Log-based filesystem (still experimental)
53#options	PORTAL		# portal filesystem (still experimental)
54
55# Networking options
56options		INET		# Internet protocols
57options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
58options		GATEWAY		# IP packet forwarding
59options		MROUTING	# Multicast routing support
60#options	ISO		# OSI networking
61#options	TPIP
62#options	EON
63
64# Options for HP hardware
65options		PANICBUTTON	# Two fast <reset>s on console dump kernel
66#options	COMPAT_HPUX	# HP-UX binary compatibility
67#options	COMPAT_OHPUX	# Needed at least through HP-UX 7.05
68options		FPSP		# floating point emulation for MC68040
69options		COMPAT_NOLABEL	# default partitioning for unlabeled disks
70options		MAPPEDCOPY	# use page mapping for large copyin/copyout
71
72
73config		netbsd swap generic
74
75master		hpib0	at scode7
76master		hpib1	at scode?
77master		hpib2	at scode?
78disk		rd0	at hpib? slave 0
79disk		rd1	at hpib? slave ?
80disk		rd2	at hpib? slave ?
81disk		rd3	at hpib? slave ?
82tape		ct0	at hpib? slave ?
83tape		ct1	at hpib? slave ? flags 1
84device		ppi0	at hpib0 slave 5
85
86master		scsi0	at scode?
87master		scsi1	at scode?
88master		scsi2	at scode?
89master		scsi3	at scode?
90disk		sd0	at scsi? slave ?
91disk		sd1	at scsi? slave ?
92disk		sd2	at scsi? slave ?
93disk		sd3	at scsi? slave ?
94disk		sd4	at scsi? slave ?
95disk		sd5	at scsi? slave ?
96disk		sd6	at scsi? slave ?
97disk		sd7	at scsi? slave ?
98disk		sd8	at scsi? slave ?
99disk		sd9	at scsi? slave ?
100disk		sd10	at scsi? slave ?
101tape		st0	at scsi? slave ?
102tape		st1	at scsi? slave ?
103
104device		dca0	at scode9 flags 1
105device		dcm0	at scode? flags 0xe
106device		dcm1	at scode? flags 0xe
107device		dcm2	at scode? flags 0xe
108device		dcm3	at scode? flags 0xe
109device		dcm4	at scode? flags 0xe
110device		dcm5	at scode? flags 0xe
111
112device		le0	at scode?
113device		le1	at scode?
114device		le2	at scode?
115device		le3	at scode?
116
117device		grf0	at scode?
118device		grf1	at scode?
119device		grf2	at scode?
120
121pseudo-device	sl		 4	# serial-line IP ports
122pseudo-device	ppp		 4	# Point-to-Point Protocol ports
123pseudo-device	pty		64	# pseudo ptys
124pseudo-device	bpfilter	16	# packet filter ports
125pseudo-device	ite
126pseudo-device	loop
127pseudo-device	ether
128