1# $NetBSD: files.pmax,v 1.36 1996/10/13 05:28:48 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 75#device asc: oldscsi,scsi 76device asc: oldscsi 77attach asc at ioasic with asc_ioasic 78file dev/tc/asc_ioasic.c asc_ioasic 79attach asc at tc with asc_tc 80file dev/tc/asc_tc.c asc_tc 81 82file dev/tc/asc.c asc needs-flag 83 84# sii: kn01 SCSI interface 85#device sii: scsi,oldscsi 86device sii: oldscsi 87file arch/pmax/dev/sii.c sii needs-flag 88attach sii at mainbus with sii_ds 89file arch/pmax/dev/sii_ds.c sii_ds 90 91 92device tz: tape 93attach tz at oldscsibus 94file arch/pmax/dev/tz.c tz needs-count 95 96device rz: disk 97attach rz at oldscsibus 98file arch/pmax/dev/rz.c rz needs-count 99 100# 101# Optional device-drivers 102# 103 104# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. 105# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. 106device dc 107file arch/pmax/dev/dc.c dc needs-flag 108attach dc at ioasic with dc_ioasic 109file arch/pmax/dev/dc_ioasic.c dc_ioasic 110attach dc at mainbus with dc_ds 111file arch/pmax/dev/dc_ds.c dc_ds 112 113 114# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB? 115device dtop 116attach dtop at ioasic 117file arch/pmax/dev/dtop.c dtop needs-flag 118 119# LANCE ethernet driver. 120# XXX Should use new machine-independent one instead. 121# device defined in sys/conf/files 122attach le at ioasic with le_ioasic 123attach le at tc with le_tc 124attach le at mainbus with le_pmax 125#file arch/pmax/tc/if_le.c (le_pmax|le_tc|le_ioasic) needs-flag 126 127 128file dev/tc/if_le_dec.c (le_ioasic | le_tc | le_pmax) 129file dev/tc/if_le_ioasic.c le_ioasic needs-flag #for le_iomem 130file dev/tc/if_le_tc.c le_tc 131file dev/tc/if_le_ibus.c le_pmax needs-flag #for kn01_intr 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 dc_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-count 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/pmap.c 181file arch/pmax/pmax/sys_machdep.c 182file arch/pmax/pmax/pmax_trap.c 183file arch/pmax/pmax/vm_machdep.c 184file arch/pmax/pmax/disksubr.c 185file arch/pmax/stand/libsa/callvec.c 186file arch/pmax/pmax/mainbus.c 187 188# Console autoconfiguration code: selects between a framebuffers 189file arch/pmax/pmax/cpu_cons.c 190file dev/cons.c 191 192# pmax configuration glue for rconsole. Requires fb pseudo-device. 193 194include "../../../dev/rcons/files.rcons" 195 196pseudo-device rasterconsole 197file arch/pmax/dev/rcons.c rasterconsole needs-flag 198file arch/pmax/dev/font.c rasterconsole # rcons fontdef 199 200file netinet/in_cksum.c 201file netns/ns_cksum.c ns 202 203## Support code for LK-201 keyboards, mice, and qvss ring buffers 204file arch/pmax/dev/lk201.c pm | cfb | sfb | mfb | xcfb 205file arch/pmax/dev/qvss_compat.c fb 206 207 208# VDAC/RAMDAC support for framebuffers. Other devices supported by 209# NetBSD may use the same chips, too. 210file arch/pmax/dev/bt459.c cfb | sfb 211 212# 213# Pseudo-device driver for framebuffers. All user-level requests, 214# including open(), go through the fb driver, which presents a consistent 215# interface to all framebuffers. Configure as many units as you 216# have framebuffers. Provides qvss-style interface compatible with 217# X11R5 servers. 218# 219pseudo-device fb 220file arch/pmax/dev/fb.c fb needs-count 221 222# Glue for old-style config 223file arch/pmax/pmax/conf-glue.c 224 225# Ultrix Binary Compatibility (COMPAT_ULTRIX) 226include "../../../compat/ultrix/files.ultrix" 227 228# Configs 229