xref: /netbsd-src/sys/arch/pmax/conf/files.pmax (revision 81b108b45f75f89f1e3ffad9fb6f074e771c0935)
1#	$NetBSD: files.pmax,v 1.32 1996/05/29 06:05:05 mhitch 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.
110# device defined in sys/conf/files
111attach le at ioasic with le_ioasic
112attach le at tc with le_tc
113attach le at mainbus with le_pmax
114#file	arch/pmax/tc/if_le.c		(le_pmax|le_tc|le_ioasic) needs-flag
115
116
117file	dev/tc/if_le_dec.c		(le_ioasic | le_tc | le_pmax)
118file	dev/tc/if_le_ioasic.c		le_ioasic	needs-flag #for le_iomem
119file	dev/tc/if_le_tc.c		le_tc
120file	dev/tc/if_le_ibus.c		le_pmax		needs-flag #for kn01_intr
121
122# 3100 (pmax) onboard framebuffer
123device pm
124attach pm at mainbus
125file	arch/pmax/dev/pm.c		pm needs-flag
126file	arch/pmax/dev/bt478.c		pm
127
128########################################################################
129# Turbochannel options.
130########################################################################
131
132device cfb
133attach cfb at tc
134file	arch/pmax/dev/cfb.c		cfb needs-flag
135
136device sfb
137attach sfb at tc
138file	arch/pmax/dev/sfb.c		sfb needs-flag
139
140device mfb
141attach mfb at tc
142file	arch/pmax/dev/mfb.c		mfb needs-flag
143
144#  Zilog 8350/Intel 82350(?) SCC UART.
145device scc
146attach scc at ioasic
147file	arch/pmax/tc/scc.c		scc needs-count
148
149# MAXINE onboard framebuffer
150device	xcfb
151attach	xcfb at tc
152file	arch/pmax/dev/xcfb.c 		xcfb needs-flag
153file	arch/pmax/dev/ims332.c		xcfb
154
155# DECWRL 45Mbit T3 interface
156device	tt
157attach	tt at tc
158file	arch/pmax/dev/if_tt.c		tt needs-count
159
160## bogus pmax-specific SCSI code. Leave in until new-style config done.
161file	arch/pmax/dev/scsi.c
162
163file	arch/pmax/pmax/autoconf.c
164file	arch/pmax/pmax/conf.c
165#file	arch/pmax/pmax/kadb.c			optional kadb
166#file	arch/pmax/pmax/machdep.c		standard config-dependent
167file	arch/pmax/pmax/machdep.c
168file	arch/pmax/pmax/pmap.c
169file	arch/pmax/pmax/sys_machdep.c
170file	arch/pmax/pmax/trap.c
171file	arch/pmax/pmax/pmax_trap.c
172file	arch/pmax/pmax/vm_machdep.c
173file	arch/pmax/pmax/disksubr.c
174file	arch/pmax/stand/libsa/callvec.c
175file	arch/pmax/pmax/mainbus.c
176
177# Console autoconfiguration code: selects between a framebuffers
178file	arch/pmax/pmax/cpu_cons.c
179file	dev/cons.c
180
181# pmax configuration glue for rconsole. Requires fb pseudo-device.
182
183include "../../../dev/rcons/files.rcons"
184
185pseudo-device	rasterconsole
186file	arch/pmax/dev/rcons.c			rasterconsole	needs-flag
187file	arch/pmax/dev/font.c			rasterconsole	# rcons fontdef
188
189file	netinet/in_cksum.c
190file	netns/ns_cksum.c			ns
191
192## Support code for LK-201 keyboards, mice, and qvss ring buffers
193file	arch/pmax/dev/lk201.c		pm | cfb | sfb | mfb | xcfb
194file	arch/pmax/dev/qvss_compat.c	fb
195
196
197# VDAC/RAMDAC support for framebuffers. Other  devices supported by
198# NetBSD  may use the same chips, too.
199file	arch/pmax/dev/bt459.c			cfb | sfb
200
201#
202# Pseudo-device driver for framebuffers.  All user-level requests,
203# including open(), go through the fb driver, which presents a consistent
204# interface to all framebuffers.  Configure as many units as you
205# have framebuffers.  Provides qvss-style interface compatible with
206# X11R5 servers.
207#
208pseudo-device	fb
209file	arch/pmax/dev/fb.c		fb needs-count
210
211# Glue for old-style config
212file	arch/pmax/pmax/conf-glue.c
213
214# Ultrix Binary Compatibility (COMPAT_ULTRIX)
215include "../../../compat/ultrix/files.ultrix"
216
217# Configs
218