xref: /original-bsd/sys/hp300/conf/GENERIC.hp300 (revision 0997b878)
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#options	NS,NSIP		# Xerox NS networking
58#options	CCITT,HDLC,LLC	# CCITT networking
59
60# Options for HP hardware
61options		PANICBUTTON	# Two fast <reset>s on console dump kernel
62#options	SYSVSHM		# System V shmem (ugly but HP-UX uses it)
63options		HPUXCOMPAT	# HP-UX binary compatibility
64options		COMPAT_OHPUX	# Needed at least through HP-UX 7.05
65options		HPFPLIB		# floating point emulation for MC68040
66options		COMPAT_NOLABEL	# default partitioning for unlabeled disks
67options		MAPPEDCOPY	# use page mapping for large copyin/copyout
68
69
70config		vmunix swap generic
71
72master		hpib0	at scode7
73master		hpib1	at scode?
74master		hpib2	at scode?
75disk		rd0	at hpib? slave 0
76disk		rd1	at hpib? slave ?
77disk		rd2	at hpib? slave ?
78disk		rd3	at hpib? slave ?
79tape		ct0	at hpib? slave ?
80tape		ct1	at hpib? slave ? flags 1
81device		ppi0	at hpib0 slave 5
82
83master		scsi0	at scode?
84master		scsi1	at scode?
85master		scsi2	at scode?
86master		scsi3	at scode?
87disk		sd0	at scsi? slave ?
88disk		sd1	at scsi? slave ?
89disk		sd2	at scsi? slave ?
90disk		sd3	at scsi? slave ?
91disk		sd4	at scsi? slave ?
92disk		sd5	at scsi? slave ?
93disk		sd6	at scsi? slave ?
94disk		sd7	at scsi? slave ?
95disk		sd8	at scsi? slave ?
96disk		sd9	at scsi? slave ?
97disk		sd10	at scsi? slave ?
98tape		st0	at scsi? slave ?
99tape		st1	at scsi? slave ?
100
101device		dca0	at scode9 flags 1
102device		dcm0	at scode? flags 0xe
103device		dcm1	at scode? flags 0xe
104device		dcm2	at scode? flags 0xe
105device		dcm3	at scode? flags 0xe
106device		dcm4	at scode? flags 0xe
107device		dcm5	at scode? flags 0xe
108
109device		le0	at scode?
110device		le1	at scode?
111device		le2	at scode?
112device		le3	at scode?
113
114device		grf0	at scode?
115device		grf1	at scode?
116device		grf2	at scode?
117
118pseudo-device	sl		 4	# serial-line IP ports
119pseudo-device	pty		64	# pseudo ptys
120pseudo-device	bpfilter	16	# packet filter ports
121pseudo-device	ite
122pseudo-device	loop			# loopback network interface
123pseudo-device	ether
124#pseudo-device	cd			# concatenated disk driver
125#pseudo-device	vn			# vnode disk driver
126