xref: /original-bsd/sys/hp300/conf/GENERIC.hp300 (revision 122f4730)
1#
2# GENERIC HP9000/300
3#
4machine		"hp300"
5
6cpu		"HP320"
7cpu		"HP330"
8cpu		"HP340"
9cpu		"HP350"
10cpu		"HP360"
11cpu		"HP370"
12cpu		"HP375"
13cpu		"HP380"
14ident		GENERIC
15
16# Need to set locally
17timezone	8 dst
18maxusers	48
19
20# Standard system options
21options		SWAPPAGER		# swap pager (anonymous and swap space)
22options		VNODEPAGER		# vnode pager (mapped files)
23options		DEVPAGER		# device pager (mapped devices)
24options		DIAGNOSTIC		# extra kernel debugging checks
25options		DEBUG			# extra kernel debugging support
26options		"COMPAT_43"		# compatibility with 4.3BSD binaries
27options		KTRACE			# system call tracing support
28options		"NKMEMCLUSTERS=1024"	# 4K pages in kernel malloc pool
29options		KGDB			# support for kernel gdb
30options		"KGDBRATE=19200"	# kernel gdb port rate (default 9600)
31#options	"KGDBDEV=15*256+0"	# device for kernel gdb
32
33# Filesystem options
34options		FIFO		# POSIX fifo support (in all filesystems)
35options		FFS,QUOTA	# fast filesystem with user and group quotas
36options		MFS		# memory-based filesystem
37options		NFS		# Sun NFS-compatible filesystem
38options		LOFS		# Loop-back filesystem
39options		KERNFS		# kernel data-structure filesystem
40options		FDESC		# user file descriptor filesystem
41#options	UMAPFS		# uid/gid remapping filesystem
42#options	NULLFS		# null layer filesystem
43#options	LFS		# Log-based filesystem (still experimental)
44#options	PORTAL		# portal filesystem (still experimental)
45
46# Networking options
47options		INET		# Internet protocols
48options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
49options		GATEWAY		# IP packet forwarding
50#options	MULTICAST	# Multicast support
51#options	MROUTING	# Multicast routing support
52#options	ISO		# OSI networking
53#options	TPIP
54#options	EON
55
56# Options for HP hardware
57options		PANICBUTTON	# Two fast <reset>s on console dump kernel
58options		SYSVSHM		# System V shmem (ugly but HP-UX uses it)
59options		HPUXCOMPAT	# HP-UX binary compatibility
60options		COMPAT_OHPUX	# Needed at least through HP-UX 7.05
61options		HPFPLIB		# floating point emulation for MC68040
62options		COMPAT_NOLABEL	# default partitioning for unlabeled disks
63
64
65config		vmunix swap generic
66
67master		hpib0	at scode7
68master		hpib1	at scode?
69master		hpib2	at scode?
70disk		rd0	at hpib? slave 0
71disk		rd1	at hpib? slave ?
72disk		rd2	at hpib? slave ?
73disk		rd3	at hpib? slave ?
74tape		ct0	at hpib? slave ?
75tape		ct1	at hpib? slave ? flags 1
76device		ppi0	at hpib0 slave 5
77
78master		scsi0	at scode?
79master		scsi1	at scode?
80master		scsi2	at scode?
81master		scsi3	at scode?
82disk		sd0	at scsi? slave ?
83disk		sd1	at scsi? slave ?
84disk		sd2	at scsi? slave ?
85disk		sd3	at scsi? slave ?
86disk		sd4	at scsi? slave ?
87disk		sd5	at scsi? slave ?
88disk		sd6	at scsi? slave ?
89disk		sd7	at scsi? slave ?
90disk		sd8	at scsi? slave ?
91disk		sd9	at scsi? slave ?
92disk		sd10	at scsi? slave ?
93tape		st0	at scsi? slave ?
94tape		st1	at scsi? slave ?
95
96device		dca0	at scode9 flags 1
97device		dcm0	at scode? flags 0xe
98device		dcm1	at scode? flags 0xe
99device		dcm2	at scode? flags 0xe
100device		dcm3	at scode? flags 0xe
101device		dcm4	at scode? flags 0xe
102device		dcm5	at scode? flags 0xe
103
104device		le0	at scode?
105device		le1	at scode?
106device		le2	at scode?
107device		le3	at scode?
108
109device		grf0	at scode?
110device		grf1	at scode?
111device		grf2	at scode?
112
113pseudo-device	sl		 4	# serial-line IP ports
114pseudo-device	pty		64	# pseudo ptys
115pseudo-device	bpfilter	16	# packet filter ports
116pseudo-device	ite
117pseudo-device	loop
118pseudo-device	ether
119