xref: /original-bsd/sys/hp300/conf/GENERIC.hp300 (revision 76fd61a4)
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		"CD9660"	# ISO 9660 (CDROM) filesystem
39options		UNION		# Union filesystem
40options		KERNFS		# kernel data-structure filesystem
41options		FDESC		# user file descriptor filesystem
42options		PROCFS		# /proc filesystem
43#options	UMAPFS		# uid/gid remapping filesystem
44#options	NULLFS		# null layer filesystem
45#options	LFS		# Log-based filesystem (still experimental)
46#options	PORTAL		# portal filesystem (still experimental)
47
48# Networking options
49options		INET		# Internet protocols
50options		"TCP_COMPAT_42"	# compatibility with 4.2BSD TCP/IP
51options		GATEWAY		# IP packet forwarding
52#options	MULTICAST	# Multicast support
53#options	MROUTING	# Multicast routing support
54#options	ISO		# OSI networking
55#options	TPIP
56#options	EON
57
58# Options for HP hardware
59options		PANICBUTTON	# Two fast <reset>s on console dump kernel
60#options	SYSVSHM		# System V shmem (ugly but HP-UX uses it)
61options		HPUXCOMPAT	# HP-UX binary compatibility
62options		COMPAT_OHPUX	# Needed at least through HP-UX 7.05
63options		HPFPLIB		# floating point emulation for MC68040
64options		COMPAT_NOLABEL	# default partitioning for unlabeled disks
65options		MAPPEDCOPY	# use page mapping for large copyin/copyout
66
67
68config		vmunix swap generic
69
70master		hpib0	at scode7
71master		hpib1	at scode?
72master		hpib2	at scode?
73disk		rd0	at hpib? slave 0
74disk		rd1	at hpib? slave ?
75disk		rd2	at hpib? slave ?
76disk		rd3	at hpib? slave ?
77tape		ct0	at hpib? slave ?
78tape		ct1	at hpib? slave ? flags 1
79device		ppi0	at hpib0 slave 5
80
81master		scsi0	at scode?
82master		scsi1	at scode?
83master		scsi2	at scode?
84master		scsi3	at scode?
85disk		sd0	at scsi? slave ?
86disk		sd1	at scsi? slave ?
87disk		sd2	at scsi? slave ?
88disk		sd3	at scsi? slave ?
89disk		sd4	at scsi? slave ?
90disk		sd5	at scsi? slave ?
91disk		sd6	at scsi? slave ?
92disk		sd7	at scsi? slave ?
93disk		sd8	at scsi? slave ?
94disk		sd9	at scsi? slave ?
95disk		sd10	at scsi? slave ?
96tape		st0	at scsi? slave ?
97tape		st1	at scsi? slave ?
98
99device		dca0	at scode9 flags 1
100device		dcm0	at scode? flags 0xe
101device		dcm1	at scode? flags 0xe
102device		dcm2	at scode? flags 0xe
103device		dcm3	at scode? flags 0xe
104device		dcm4	at scode? flags 0xe
105device		dcm5	at scode? flags 0xe
106
107device		le0	at scode?
108device		le1	at scode?
109device		le2	at scode?
110device		le3	at scode?
111
112device		grf0	at scode?
113device		grf1	at scode?
114device		grf2	at scode?
115
116pseudo-device	sl		 4	# serial-line IP ports
117pseudo-device	pty		64	# pseudo ptys
118pseudo-device	bpfilter	16	# packet filter ports
119pseudo-device	ite
120pseudo-device	loop
121pseudo-device	ether
122