xref: /original-bsd/sys/hp300/conf/GENERIC.hp300 (revision 95ecee29)
1#
2# GENERIC HP9000/300
3#
4machine		"hp300"
5
6cpu		"HP320"
7cpu		"HP330"		# includes 318, 319
8cpu		"HP340"
9cpu		"HP350"
10cpu		"HP360"
11cpu		"HP370"
12cpu		"HP375"		# includes 345, 400t, 400s
13cpu		"HP380"		# includes 425t, 425s, 433s
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
58#options	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
63options		MAPPEDCOPY	# use page mapping for large copyin/copyout
64
65
66config		vmunix swap generic
67
68master		hpib0	at scode7
69master		hpib1	at scode?
70master		hpib2	at scode?
71disk		rd0	at hpib? slave 0
72disk		rd1	at hpib? slave ?
73disk		rd2	at hpib? slave ?
74disk		rd3	at hpib? slave ?
75tape		ct0	at hpib? slave ?
76tape		ct1	at hpib? slave ? flags 1
77device		ppi0	at hpib0 slave 5
78
79master		scsi0	at scode?
80master		scsi1	at scode?
81master		scsi2	at scode?
82master		scsi3	at scode?
83disk		sd0	at scsi? slave ?
84disk		sd1	at scsi? slave ?
85disk		sd2	at scsi? slave ?
86disk		sd3	at scsi? slave ?
87disk		sd4	at scsi? slave ?
88disk		sd5	at scsi? slave ?
89disk		sd6	at scsi? slave ?
90disk		sd7	at scsi? slave ?
91disk		sd8	at scsi? slave ?
92disk		sd9	at scsi? slave ?
93disk		sd10	at scsi? slave ?
94tape		st0	at scsi? slave ?
95tape		st1	at scsi? slave ?
96
97device		dca0	at scode9 flags 1
98device		dcm0	at scode? flags 0xe
99device		dcm1	at scode? flags 0xe
100device		dcm2	at scode? flags 0xe
101device		dcm3	at scode? flags 0xe
102device		dcm4	at scode? flags 0xe
103device		dcm5	at scode? flags 0xe
104
105device		le0	at scode?
106device		le1	at scode?
107device		le2	at scode?
108device		le3	at scode?
109
110device		grf0	at scode?
111device		grf1	at scode?
112device		grf2	at scode?
113
114pseudo-device	sl		 4	# serial-line IP ports
115pseudo-device	pty		64	# pseudo ptys
116pseudo-device	bpfilter	16	# packet filter ports
117pseudo-device	ite
118pseudo-device	loop
119pseudo-device	ether
120