1#
2# GENERIC POWER 6/32 or HCX9
3#
4machine		tahoe
5cpu		"TAHOE"
6ident		GENERIC
7timezone	8 dst
8timezone	8 dst
9maxusers	48
10options		INET
11options		NS
12options		KADB
13options		QUOTA
14options		FIFO
15options		NFS
16options		MFS
17options		DIAGNOSTIC
18options		"TCP_COMPAT_42"
19options		"COMPAT_43"
20options		FPE
21options		KTRACE
22#options	GATEWAY		# slip needs this for packet forwarding
23
24# OSI stuff:
25#options	ISO
26#options	TPIP
27#options	EON
28
29config		vmunix		swap generic
30
31controller	vba0
32
33# devices for POWER 6/32, HCX-7, etc:
34
35controller	vd0	at vba? csr 0xffff2000		vector vdintr
36disk		dk0	at vd0 drive 0
37disk		dk1	at vd0 drive 1
38disk		dk2	at vd0 drive 2
39disk		dk3	at vd0 drive 3
40controller	vd1	at vba? csr 0xffff2100		vector vdintr
41disk		dk4	at vd1 drive 0
42disk		dk5	at vd1 drive 1
43disk		dk6	at vd1 drive 2
44disk		dk7	at vd1 drive 3
45controller	vd2	at vba? csr 0xffff2200		vector vdintr
46disk		dk8	at vd2 drive 0
47disk		dk9	at vd2 drive 1
48disk		dk10	at vd2 drive 2
49disk		dk11	at vd2 drive 3
50
51controller	cy0	at vba? csr 0xffff4000		vector cyintr
52device		yc0	at cy0 drive 0
53device		yc1	at cy0 drive 1
54device		yc2	at cy0 drive 2
55device		yc3	at cy0 drive 3
56controller	cy1	at vba? csr 0xffff6000		vector cyintr
57device		yc4	at cy1 drive 0
58device		yc5	at cy1 drive 1
59device		yc6	at cy1 drive 2
60device		yc7	at cy1 drive 3
61
62device		vx0	at vba? csr 0xfffe0000	vector vackint vcmdrsp vunsol
63device		vx1	at vba? csr 0xfffe4000	vector vackint vcmdrsp vunsol
64
65device		mp0	at vba? csr 0xffff5000	vector mpintr mpdlintr
66device		mp1	at vba? csr 0xffff5100	vector mpintr mpdlintr
67
68pseudo-device	loop
69pseudo-device	pty
70pseudo-device	ether
71
72device	ace0	at vba? csr 0xffff0000 flags 0xfff80000 vector acecint acerint
73device	ace1	at vba? csr 0xffff0100 flags 0xfff90000 vector acecint acerint
74device	enp0	at vba? csr 0xfff41000 vector enpintr
75device	enp1	at vba? csr 0xfff61000 vector enpintr
76
77device	dr0	at vba? csr 0xffff7000 vector drintr
78device	ik0	at vba? csr 0xffff8000 vector ikintr
79
80# devices for HCX-9:
81controller	hdc0	at vba? csr 0xC5010000		vector hdintr
82disk		hd0	at hdc0 drive 0
83disk		hd1	at hdc0 drive 1
84disk		hd2	at hdc0 drive 2
85disk		hd3	at hdc0 drive 3
86controller	hdc1	at vba? csr 0xC6010000		vector hdintr
87disk		hd4	at hdc1 drive 0
88disk		hd5	at hdc1 drive 1
89disk		hd6	at hdc1 drive 2
90disk		hd7	at hdc1 drive 3
91
92# VX for HCX-9:
93device		vx2	at vba? csr 0xcd020000 vector vackint vcmdrsp vunsol
94device		vx3	at vba? csr 0xce020000 vector vackint vcmdrsp vunsol
95
96# EX for HCX-9:
97device	ex0	at vba? csr 0xfff00000 vector exintr
98