xref: /netbsd/sys/arch/pmax/conf/files.pmax (revision 6550d01e)
1#	$NetBSD: files.pmax,v 1.112 2009/08/21 04:05:20 thorpej 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# Model support option headers
20defflag	DEC_3100	# DECstation 2100, 3100 (kn01)
21defflag	DEC_5100	# DECsystem 5100 (kn230)
22defflag	DEC_3MAX	# DECstation 5000/200 (kn02)
23defflag	DEC_3MIN	# DECstation 5000/1xx (kn02ba), 5000/150 (kn04)
24defflag	DEC_MAXINE	# Personal DECstation 5000/xx (kn02ca)
25defflag	DEC_3MAXPLUS	# DECstation 5000/240 (kn03), 5000/260 (kn05)
26defflag	DEC_5800	# DECsystem 5800 isis (kn5800) XMI
27defflag	DEC_5400	# DECsystem 5400 mipsfair (kn210) Qbus
28defflag	DEC_5500	# DECsystem 5500 mipsfair2 (kn220) Qbus
29
30# Model dependent files
31file	arch/pmax/pmax/dec_3100.c	dec_3100	# DS3100, pmax
32file	arch/pmax/pmax/dec_3max.c	dec_3max	# DS5000/200, 3max
33file	arch/pmax/pmax/dec_3maxplus.c	dec_3maxplus	# DS5000/240, 3maxplus
34file	arch/pmax/pmax/dec_3min.c	dec_3min	# DS5000/1xx, 3min
35file	arch/pmax/pmax/dec_maxine.c	dec_maxine	# DS5000/1xx, maxine
36file	arch/pmax/pmax/dec_5100.c	dec_5100	# kn230, mipsmate
37#file	arch/pmax/pmax/dec_5400.c	dec_5400	# DS5400, mipsfair
38#file	arch/pmax/pmax/dec_5500.c	dec_5500	# kn220, mipsfair2
39#file	arch/pmax/pmax/dec_5800.c	dec_5800	# 5800, isis
40
41# handlers for memory subsystems shared across models..
42file	arch/pmax/pmax/memc_3max.c	dec_3max|dec_3maxplus
43file	arch/pmax/pmax/memc_3min.c	dec_3min|dec_maxine
44
45#
46# Bus-independent support for DEC devices
47#
48include "dev/dec/files.dec"
49
50# 3100 and 5100 ibus under mainbus
51device ibus { [addr = -1] }
52attach ibus at mainbus with ibus_pmax
53file	arch/pmax/ibus/ibus.c		ibus
54file	arch/pmax/ibus/ibus_pmax.c	ibus & (dec_3100|dec_5100)
55
56#
57# TURBOchannel devices
58#
59include	"dev/tc/files.tc"
60attach	tc at mainbus with tcbus
61file	arch/pmax/tc/tcbus.c		tc
62file	arch/pmax/tc/tc_3max.c		tc & dec_3max
63file	arch/pmax/tc/tc_3min.c		tc & dec_3min
64file	arch/pmax/tc/tc_3maxplus.c	tc & dec_3maxplus
65file	arch/pmax/tc/tc_maxine.c	tc & dec_maxine
66
67# 3MAX system slot as a TURBOchannel device
68attach	ibus at tc with kn02sys
69file	arch/pmax/ibus/ibus_3max.c	ibus & dec_3max
70
71# IOCTL ASIC as a TURBOchannel device
72#
73# device defined in files.tc:
74# device ioasic { offset = -1 }
75# attach ioasic at tc
76file	arch/pmax/tc/ioasic.c		ioasic
77
78
79# Real-time clock (not optional)
80device	mcclock
81attach	mcclock at ioasic with mcclock_ioasic
82attach	mcclock at ibus with mcclock_ibus
83file	arch/pmax/pmax/clock.c
84file	dev/dec/mcclock.c			mcclock
85file	dev/dec/mcclock_pad32.c			mcclock
86file	arch/pmax/tc/mcclock_ioasic.c		mcclock_ioasic
87file	arch/pmax/ibus/mcclock_ibus.c		mcclock_ibus
88file	arch/mips/mips/mips_mcclock.c		mcclock # CPU speed via mcclock
89file	arch/mips/mips/mips_mcclock_loop.S	mcclock # CPU speed via mcclock
90
91include "dev/scsipi/files.scsipi"
92
93# Memory Disk
94file	dev/md_root.c			memory_disk_hooks
95
96# asc attachment at ioasic?
97attach	asc at ioasic with asc_ioasic
98file	arch/pmax/tc/asc_ioasic.c	asc_ioasic
99
100# sii: kn01 SCSI interface
101device	sii: scsi
102file	arch/pmax/ibus/sii.c		sii needs-flag
103attach	sii at ibus with sii_ds
104file	arch/pmax/ibus/sii_ds.c		sii_ds
105
106# LANCE ethernet driver.
107#   device defined in sys/conf/files.
108#   TC and IOASIC attachment and files in sys/dev/tc/files.tc
109
110attach le at ibus with le_pmax:		le24, le_dec_subr
111file	arch/pmax/ibus/if_le_ibus.c	le_pmax
112
113file	arch/pmax/pmax/autoconf.c
114file	arch/pmax/pmax/bus_dma.c
115file	arch/pmax/pmax/bus_space.c
116file	arch/pmax/pmax/disksubr.c
117file	arch/pmax/pmax/machdep.c
118file	arch/pmax/pmax/mainbus.c
119file	arch/pmax/pmax/interrupt.c
120file	arch/pmax/pmax/promcall.c
121file	arch/pmax/pmax/sysconf.c
122file	arch/pmax/stand/common/callvec.c
123file	dev/cons.c
124
125file	common/bus_dma/bus_dmamem_common.c
126
127file arch/mips/mips/softintr.c
128
129#
130# Workstation console devices
131#
132
133# DC7085 (DZ-11 like four-port serial device) on ibus
134attach dz at ibus with dz_ibus
135file   arch/pmax/ibus/dz_ibus.c        dz_ibus
136
137attach lkkbd at dz with dzkbd
138file   dev/dec/dzkbd.c                 dzkbd needs-flag
139
140attach vsms at dz with dzms
141file   dev/dec/dzms.c                  dzms needs-flag
142
143# 3100 (pmax) onboard framebuffer
144device pm: wsemuldisplaydev, rasops1, rasops8
145attach pm at ibus
146file   arch/pmax/ibus/pm.c             pm needs-flag
147
148# The "desktop bus" on the MAXINE (5k/25).
149device dt { addr = -1 }
150attach dt at ioasic
151file   arch/pmax/tc/dt.c               dt needs-flag
152
153device dtkbd: wskbddev, lkkbdmap
154attach dtkbd at dt
155file   arch/pmax/tc/dtkbd.c            dtkbd needs-flag
156
157device dtms: wsmousedev
158attach dtms at dt
159file   arch/pmax/tc/dtms.c             dtms needs-flag
160
161# DV MAXINE builtin
162device xcfb: wsemuldisplaydev, rasops8
163attach xcfb at tc
164file   dev/tc/xcfb.c                   xcfb needs-flag
165
166include "arch/pmax/conf/majors.pmax"
167