files.pmax revision 1.30
1#	$NetBSD: files.pmax,v 1.30 1996/03/26 12:21:39 jonathan Exp $
2# DECstation-specific configuration info
3
4# maxpartitions must be first item in files.${ARCH}.
5maxpartitions 8
6
7maxusers 2 8 64
8
9#
10# Bus-independent devices
11#
12device mainbus { }			# no locators
13attach mainbus at root
14
15device cpu				# not optional
16attach cpu at mainbus
17file arch/pmax/pmax/cpu.c		cpu
18
19#
20# CPU-dependent files
21#
22#file	arch/pmax/pmax/kn01.c			kn01	# DS3100, pmax
23#file	arch/pmax/pmax/kn02.c			kn02	# DS5000/200, 3max
24#file	arch/pmax/pmax/kn03.c			kn03	# DS5000/240, 3maxplus
25#file	arch/pmax/pmax/kn02ba.c			kn02ba	# DS5000/1xx, 3min(kmin)
26#file	arch/pmax/pmax/kn02ca.c			kn02ca	# DS5000/1xx, maxine
27#file	arch/pmax/pmax/kn210.c				# DS5400, mipsfair
28#file	arch/pmax/pmax/kn220.c				# DS5500, mipsfair2
29file	arch/pmax/pmax/kn230.c			kn230	# DS5100, mipsmate
30#
31# Auto-configuration driver for the turbochannel bus itself.
32#
33#define	tcbus { }
34
35device tc {[slot = -1], [offset = -1]} ##{ } 
36attach tc at mainbus
37file	arch/pmax/tc/tc_subr.c		tc		needs-flag
38file	dev/tc/tc.c			tc		needs-flag
39
40
41#
42# The TurboChannel IOCTL ASIC. Present on IOASIC machines,
43# which is all turbochannel machines ever built except the 3MAX (5000/200).
44#
45device ioasic { } 		#{ }	# not really optional
46attach ioasic at tc
47file	arch/pmax/tc/asic.c		ioasic
48
49
50# Real-time clock (not optional)
51device	clock
52attach	clock at ioasic, tc, mainbus
53file	arch/pmax/pmax/clock.c		clock
54
55
56#
57# Machine-independent SCSI driver.
58#
59
60include "../../../scsi/files.scsi"
61#major { st = 10 }
62#major { cd = 3 }
63#major { sd = 21 }
64major { tz = 10 }
65major { rz = 21 }
66
67#
68# Old 4.4bsd pmax-specific scsi driver (deprecated).
69#
70define	oldscsi {}
71device oldscsibus	{target = -1, drive = -1}
72attach oldscsibus at oldscsi
73
74# asc:  system-slot or turbochannel-option SCSI interface
75device asc: oldscsi,scsi
76attach asc at ioasic, tc
77file	dev/tc/asc.c			asc needs-flag
78
79# sii:  kn01 SCSI interface 
80device sii: oldscsi,scsi
81attach sii at mainbus
82file	arch/pmax/dev/sii.c		sii needs-flag
83
84
85device	tz: tape
86attach	tz at oldscsibus
87file	arch/pmax/dev/tz.c		tz needs-count
88
89device	rz: disk
90attach	rz at oldscsibus
91file	arch/pmax/dev/rz.c		rz needs-count
92
93#
94# Optional device-drivers
95#
96
97# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines.
98# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an  ASIC.
99device dc
100attach dc at mainbus, ioasic
101file	arch/pmax/dev/dc.c		dc needs-count
102
103# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB?
104device dtop
105attach dtop at ioasic
106file	arch/pmax/dev/dtop.c		dtop needs-flag
107
108# LANCE ethernet driver.
109#  XXX Should use new machine-independent one instead.
110device le: ifnet, ether
111attach le at ioasic, tc, mainbus
112file	arch/pmax/tc/if_le.c		le needs-flag
113
114# 3100 (pmax) onboard framebuffer
115device pm
116attach pm at mainbus
117file	arch/pmax/dev/pm.c		pm needs-flag
118file	arch/pmax/dev/bt478.c		pm
119
120########################################################################
121# Turbochannel options.
122########################################################################
123
124device cfb
125attach cfb at tc
126file	arch/pmax/dev/cfb.c		cfb needs-flag
127
128device sfb
129attach sfb at tc
130file	arch/pmax/dev/sfb.c		sfb needs-flag
131
132device mfb
133attach mfb at tc
134file	arch/pmax/dev/mfb.c		mfb needs-flag
135
136#  Zilog 8350/Intel 82350(?) SCC UART.
137device scc
138attach scc at ioasic
139file	arch/pmax/tc/scc.c		scc needs-count
140
141# MAXINE onboard framebuffer
142device	xcfb
143attach	xcfb at tc
144file	arch/pmax/dev/xcfb.c 		xcfb needs-flag
145file	arch/pmax/dev/ims332.c		xcfb
146
147# DECWRL 45Mbit T3 interface
148device	tt
149attach	tt at tc
150file	arch/pmax/dev/if_tt.c		tt needs-count
151
152## bogus pmax-specific SCSI code. Leave in until new-style config done.
153file	arch/pmax/dev/scsi.c
154
155file	arch/pmax/pmax/autoconf.c
156file	arch/pmax/pmax/conf.c
157#file	arch/pmax/pmax/kadb.c			optional kadb
158#file	arch/pmax/pmax/machdep.c		standard config-dependent
159file	arch/pmax/pmax/machdep.c
160file	arch/pmax/pmax/pmap.c
161file	arch/pmax/pmax/sys_machdep.c
162file	arch/pmax/pmax/trap.c
163file	arch/pmax/pmax/pmax_trap.c
164file	arch/pmax/pmax/vm_machdep.c
165file	arch/pmax/pmax/disksubr.c
166file	arch/pmax/stand/libsa/callvec.c
167file	arch/pmax/pmax/mainbus.c
168
169# Console autoconfiguration code: selects between a framebuffers
170file	arch/pmax/pmax/cpu_cons.c
171file	dev/cons.c
172
173# pmax configuration glue for rconsole. Requires fb pseudo-device.
174
175include "../../../dev/rcons/files.rcons"
176
177pseudo-device	rasterconsole
178file	arch/pmax/dev/rcons.c			rasterconsole	needs-flag
179file	arch/pmax/dev/font.c			rasterconsole	# rcons fontdef
180
181file	netinet/in_cksum.c
182file	netns/ns_cksum.c			ns
183
184## Support code for LK-201 keyboards, mice, and qvss ring buffers
185file	arch/pmax/dev/lk201.c		pm | cfb | sfb | mfb | xcfb
186file	arch/pmax/dev/qvss_compat.c	fb
187
188
189# VDAC/RAMDAC support for framebuffers. Other  devices supported by
190# NetBSD  may use the same chips, too.
191file	arch/pmax/dev/bt459.c			cfb | sfb
192
193#
194# Pseudo-device driver for framebuffers.  All user-level requests,
195# including open(), go through the fb driver, which presents a consistent
196# interface to all framebuffers.  Configure as many units as you
197# have framebuffers.  Provides qvss-style interface compatible with
198# X11R5 servers.
199#
200pseudo-device	fb
201file	arch/pmax/dev/fb.c		fb needs-count
202
203# Glue for old-style config
204file	arch/pmax/pmax/conf-glue.c
205
206# Ultrix Binary Compatibility (COMPAT_ULTRIX)
207include "../../../compat/ultrix/files.ultrix"
208
209# Configs
210