1# $NetBSD: files.pmax,v 1.47 1997/08/27 11:25:57 bouyer 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# 32# Bus-independent support for DEC devices 33# 34include "dev/dec/files.dec" 35 36# 37# TurboChannel Devices 38# 39include "dev/tc/files.tc" 40 41attach tc at mainbus 42file arch/pmax/tc/tc_subr.c tc needs-flag 43 44 45# 46# The TurboChannel IOCTL ASIC. Present on IOASIC machines, 47# which is all turbochannel machines ever built except the 3MAX (5000/200). 48# 49# device defined in files.tc: 50# device ioasic { offset = -1 } 51# attach ioasic at tc 52file arch/pmax/tc/asic.c ioasic 53 54 55# Real-time clock (not optional) 56device clock 57attach clock at ioasic, mainbus with mcclock_ioasic 58file arch/pmax/pmax/clock.c 59file arch/pmax/pmax/mcclock.c clock 60file arch/pmax/tc/mcclock_ioasic.c mcclock_ioasic 61 62# 63# Machine-independent SCSI driver. 64# 65 66include "dev/scsipi/files.scsipi" 67#major { st = 10 } 68#major { cd = 3 } 69#major { sd = 21 } 70major { tz = 10 } 71major { rz = 21 } 72 73# 74# Old 4.4bsd pmax-specific scsi driver (deprecated). 75# 76define oldscsi {} 77device oldscsibus {target = -1, drive = -1} 78attach oldscsibus at oldscsi 79 80# asc: system-slot or turbochannel-option SCSI interface 81#device asc: oldscsi,scsi 82device asc: oldscsi 83attach asc at ioasic with asc_ioasic 84file dev/tc/asc_ioasic.c asc_ioasic 85attach asc at tc with asc_tc 86file dev/tc/asc_tc.c asc_tc 87 88file dev/tc/asc.c asc needs-flag 89 90# sii: kn01 SCSI interface 91#device sii: scsi,oldscsi 92device sii: oldscsi 93file arch/pmax/dev/sii.c sii needs-flag 94attach sii at mainbus with sii_ds 95file arch/pmax/dev/sii_ds.c sii_ds 96 97 98device tz: tape 99attach tz at oldscsibus 100file arch/pmax/dev/tz.c tz needs-count 101 102device rz: disk 103attach rz at oldscsibus 104file arch/pmax/dev/rz.c rz needs-count 105 106# 107# Optional device-drivers 108# 109 110# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. 111# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. 112device dc 113file arch/pmax/dev/dc.c dc 114attach dc at ioasic with dc_ioasic 115file arch/pmax/dev/dc_ioasic.c dc_ioasic needs-flag 116attach dc at mainbus with dc_ds 117file arch/pmax/dev/dc_ds.c dc_ds needs-flag 118 119 120# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB? 121device dtop 122attach dtop at ioasic 123file arch/pmax/dev/dtop.c dtop needs-flag 124 125# LANCE ethernet driver. 126# device defined in sys/conf/files. 127# TC and ioasic attachment and files in sys/dev/tc/files.tc 128 129attach le at mainbus with le_pmax: le_dec_subr 130file dev/tc/if_le_ibus.c le_pmax needs-flag #for kn01_intr 131 132 133# 3100 (pmax) onboard framebuffer 134device pm 135file arch/pmax/dev/pm.c pm needs-flag 136file arch/pmax/dev/bt478.c pm 137attach pm at mainbus with pm_ds 138file arch/pmax/dev/pm_ds.c pm_ds 139 140######################################################################## 141# Turbochannel options. 142######################################################################## 143 144device cfb 145attach cfb at tc 146file arch/pmax/dev/cfb.c cfb needs-flag 147 148device sfb 149attach sfb at tc 150file arch/pmax/dev/sfb.c sfb needs-flag 151 152device mfb 153attach mfb at tc 154file arch/pmax/dev/mfb.c mfb needs-flag 155 156# Zilog 8350/Intel 82350(?) SCC UART. 157device scc 158attach scc at ioasic 159file arch/pmax/tc/scc.c scc needs-flag 160 161# MAXINE onboard framebuffer 162device xcfb 163attach xcfb at tc 164file arch/pmax/dev/xcfb.c xcfb needs-flag 165file arch/pmax/dev/ims332.c xcfb 166 167# DECWRL 45Mbit T3 interface 168device tt 169attach tt at tc 170file arch/pmax/dev/if_tt.c tt needs-count 171 172## bogus pmax-specific SCSI code. Leave in until new-style config done. 173file arch/pmax/dev/scsi.c 174 175file arch/pmax/pmax/autoconf.c 176file arch/pmax/pmax/conf.c 177#file arch/pmax/pmax/kadb.c optional kadb 178#file arch/pmax/pmax/machdep.c standard config-dependent 179file arch/pmax/pmax/machdep.c 180file arch/pmax/pmax/pmax_trap.c 181file arch/pmax/pmax/disksubr.c 182file arch/pmax/stand/libsa/callvec.c 183file arch/pmax/pmax/mainbus.c 184 185# Console autoconfiguration code: selects between a framebuffers 186file arch/pmax/pmax/cpu_cons.c 187file dev/cons.c 188 189# pmax configuration glue for rconsole. Requires fb pseudo-device. 190 191include "dev/rcons/files.rcons" 192 193pseudo-device rasterconsole 194file arch/pmax/dev/rcons.c rasterconsole needs-flag 195file arch/pmax/dev/font.c rasterconsole # rcons fontdef 196 197## Support code for LK-201 keyboards, mice, and qvss ring buffers 198file arch/pmax/dev/lk201.c pm | cfb | sfb | mfb | xcfb 199file arch/pmax/dev/qvss_compat.c fb 200 201 202# VDAC/RAMDAC support for framebuffers. Other devices supported by 203# NetBSD may use the same chips, too. 204file arch/pmax/dev/bt459.c cfb | sfb 205 206# 207# Pseudo-device driver for framebuffers. All user-level requests, 208# including open(), go through the fb driver, which presents a consistent 209# interface to all framebuffers. Configure as many units as you 210# have framebuffers. Provides qvss-style interface compatible with 211# X11R5 servers. 212# 213pseudo-device fb 214file arch/pmax/dev/fb.c fb needs-count 215 216# Glue for old-style config 217file arch/pmax/pmax/conf-glue.c 218 219# Ultrix Binary Compatibility (COMPAT_ULTRIX) 220include "compat/ultrix/files.ultrix" 221 222# Configs 223