files.pmax revision 1.51
11.50Sjonathan# $NetBSD: files.pmax,v 1.51 1998/03/25 04:17:09 jonathan Exp $ 21.17Sjonathan# DECstation-specific configuration info 31.17Sjonathan 41.17Sjonathan# maxpartitions must be first item in files.${ARCH}. 51.16Scgdmaxpartitions 8 61.17Sjonathan 71.16Scgdmaxusers 2 8 64 81.16Scgd 91.17Sjonathan# 101.17Sjonathan# Bus-independent devices 111.17Sjonathan# 121.49Sthorpejdevice mainbus { } # no locators 131.27Sthorpejattach mainbus at root 141.17Sjonathan 151.49Sthorpejdevice cpu # not optional 161.27Sthorpejattach cpu at mainbus 171.19Sjonathanfile arch/pmax/pmax/cpu.c cpu 181.16Scgd 191.51Sjonathan# CPU support option headers 201.51Sjonathandefopt DEC_3100 # "kn01": 3100, 2100 (kn01) 211.51Sjonathandefopt DEC_3MAX # "kn02": Decstation 5000/200 221.51Sjonathandefopt DEC_3MIN # "kn02ba": Decstation 5000/{20,25,33,50} 231.51Sjonathandefopt DEC_MAXINE # "kn02ca": Decstation 5000/{20,25,33,50} 241.51Sjonathandefopt DEC_3MAXPLUS # "kn03": Decstation 5000/240, 5000/260 251.51Sjonathan 261.51Sjonathandefopt DEC_5800 # "kn??": Decstation 5800 isis (XMI) 271.51Sjonathandefopt DEC_5400 # "kn210": Decstation 5400 mipsfair 281.51Sjonathandefopt DEC_5500 # "kn220": Decstation 5500 mipsfair2 291.51Sjonathandefopt DEC_5100 # "kn230": Decstation 5100 mipsmate 301.51Sjonathan 311.26Sjonathan# 321.26Sjonathan# CPU-dependent files 331.26Sjonathan# 341.51Sjonathanfile arch/pmax/pmax/dec_3100.c dec_3100 # DS3100, pmax 351.51Sjonathanfile arch/pmax/pmax/dec_3max.c dec_3max # DS5000/200, 3max 361.51Sjonathanfile arch/pmax/pmax/dec_3maxplus.c dec_3maxplus # DS5000/240, 3maxplus 371.51Sjonathanfile arch/pmax/pmax/dec_3min.c dec_3min # DS5000/1xx, 3min 381.51Sjonathanfile arch/pmax/pmax/dec_maxine.c dec_maxine # DS5000/1xx, maxine 391.51Sjonathan#file arch/pmax/pmax/dec_5400.c dec_5400 # DS5400, mipsfair 401.51Sjonathan#file arch/pmax/pmax/dec_5500.c dec_5500 # kn220, mipsfair2 411.51Sjonathan#file arch/pmax/pmax/dec_5100.c dec_5100 # kn230, mipsmate 421.51Sjonathan#file arch/pmax/pmax/dec_5800.c dec_5800 # 5800, isis 431.51Sjonathan 441.51Sjonathanfile arch/pmax/pmax/dec_kn02_subr.c dec_3min|dec_maxine 451.51Sjonathan 461.51Sjonathan# 471.51Sjonathan# 481.46Sjonathan 491.46Sjonathan# 501.46Sjonathan# Bus-independent support for DEC devices 511.46Sjonathan# 521.46Sjonathaninclude "dev/dec/files.dec" 531.46Sjonathan 541.17Sjonathan# 551.46Sjonathan# TurboChannel Devices 561.17Sjonathan# 571.46Sjonathaninclude "dev/tc/files.tc" 581.26Sjonathan 591.27Sthorpejattach tc at mainbus 601.26Sjonathanfile arch/pmax/tc/tc_subr.c tc needs-flag 611.17Sjonathan 621.17Sjonathan 631.17Sjonathan# 641.17Sjonathan# The TurboChannel IOCTL ASIC. Present on IOASIC machines, 651.17Sjonathan# which is all turbochannel machines ever built except the 3MAX (5000/200). 661.17Sjonathan# 671.46Sjonathan# device defined in files.tc: 681.46Sjonathan# device ioasic { offset = -1 } 691.46Sjonathan# attach ioasic at tc 701.20Sjonathanfile arch/pmax/tc/asic.c ioasic 711.16Scgd 721.18Sjonathan 731.18Sjonathan# Real-time clock (not optional) 741.49Sthorpejdevice clock 751.44Sjonathanattach clock at ioasic, mainbus with mcclock_ioasic 761.44Sjonathanfile arch/pmax/pmax/clock.c 771.44Sjonathanfile arch/pmax/pmax/mcclock.c clock 781.44Sjonathanfile arch/pmax/tc/mcclock_ioasic.c mcclock_ioasic 791.18Sjonathan 801.18Sjonathan# 811.18Sjonathan# Machine-independent SCSI driver. 821.18Sjonathan# 831.18Sjonathan 841.47Sbouyerinclude "dev/scsipi/files.scsipi" 851.18Sjonathan#major { st = 10 } 861.18Sjonathan#major { cd = 3 } 871.18Sjonathan#major { sd = 21 } 881.18Sjonathanmajor { tz = 10 } 891.18Sjonathanmajor { rz = 21 } 901.16Scgd 911.17Sjonathan# 921.17Sjonathan# Old 4.4bsd pmax-specific scsi driver (deprecated). 931.17Sjonathan# 941.17Sjonathandefine oldscsi {} 951.49Sthorpejdevice oldscsibus {target = -1, drive = -1} 961.27Sthorpejattach oldscsibus at oldscsi 971.17Sjonathan 981.17Sjonathan# asc: system-slot or turbochannel-option SCSI interface 991.35Sjonathan#device asc: oldscsi,scsi 1001.49Sthorpejdevice asc: oldscsi 1011.33Sjonathanattach asc at ioasic with asc_ioasic 1021.33Sjonathanfile dev/tc/asc_ioasic.c asc_ioasic 1031.33Sjonathanattach asc at tc with asc_tc 1041.33Sjonathanfile dev/tc/asc_tc.c asc_tc 1051.33Sjonathan 1061.25Sjonathanfile dev/tc/asc.c asc needs-flag 1071.16Scgd 1081.17Sjonathan# sii: kn01 SCSI interface 1091.35Sjonathan#device sii: scsi,oldscsi 1101.49Sthorpejdevice sii: oldscsi 1111.21Sjonathanfile arch/pmax/dev/sii.c sii needs-flag 1121.33Sjonathanattach sii at mainbus with sii_ds 1131.33Sjonathanfile arch/pmax/dev/sii_ds.c sii_ds 1141.16Scgd 1151.16Scgd 1161.49Sthorpejdevice tz: tape 1171.27Sthorpejattach tz at oldscsibus 1181.16Scgdfile arch/pmax/dev/tz.c tz needs-count 1191.16Scgd 1201.49Sthorpejdevice rz: disk 1211.27Sthorpejattach rz at oldscsibus 1221.16Scgdfile arch/pmax/dev/rz.c rz needs-count 1231.16Scgd 1241.17Sjonathan# 1251.17Sjonathan# Optional device-drivers 1261.17Sjonathan# 1271.17Sjonathan 1281.17Sjonathan# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. 1291.17Sjonathan# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. 1301.49Sthorpejdevice dc: tty 1311.40Sjonathanfile arch/pmax/dev/dc.c dc 1321.33Sjonathanattach dc at ioasic with dc_ioasic 1331.40Sjonathanfile arch/pmax/dev/dc_ioasic.c dc_ioasic needs-flag 1341.33Sjonathanattach dc at mainbus with dc_ds 1351.40Sjonathanfile arch/pmax/dev/dc_ds.c dc_ds needs-flag 1361.33Sjonathan 1371.16Scgd 1381.17Sjonathan# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB? 1391.49Sthorpejdevice dtop 1401.27Sthorpejattach dtop at ioasic 1411.26Sjonathanfile arch/pmax/dev/dtop.c dtop needs-flag 1421.16Scgd 1431.17Sjonathan# LANCE ethernet driver. 1441.46Sjonathan# device defined in sys/conf/files. 1451.46Sjonathan# TC and ioasic attachment and files in sys/dev/tc/files.tc 1461.32Smhitch 1471.46Sjonathanattach le at mainbus with le_pmax: le_dec_subr 1481.46Sjonathanfile dev/tc/if_le_ibus.c le_pmax needs-flag #for kn01_intr 1491.32Smhitch 1501.16Scgd 1511.17Sjonathan# 3100 (pmax) onboard framebuffer 1521.49Sthorpejdevice pm 1531.26Sjonathanfile arch/pmax/dev/pm.c pm needs-flag 1541.26Sjonathanfile arch/pmax/dev/bt478.c pm 1551.33Sjonathanattach pm at mainbus with pm_ds 1561.41Smhitchfile arch/pmax/dev/pm_ds.c pm_ds 1571.16Scgd 1581.17Sjonathan######################################################################## 1591.17Sjonathan# Turbochannel options. 1601.17Sjonathan######################################################################## 1611.17Sjonathan 1621.49Sthorpejdevice cfb 1631.27Sthorpejattach cfb at tc 1641.26Sjonathanfile arch/pmax/dev/cfb.c cfb needs-flag 1651.16Scgd 1661.49Sthorpejdevice sfb 1671.27Sthorpejattach sfb at tc 1681.26Sjonathanfile arch/pmax/dev/sfb.c sfb needs-flag 1691.17Sjonathan 1701.49Sthorpejdevice mfb 1711.27Sthorpejattach mfb at tc 1721.26Sjonathanfile arch/pmax/dev/mfb.c mfb needs-flag 1731.16Scgd 1741.20Sjonathan# Zilog 8350/Intel 82350(?) SCC UART. 1751.49Sthorpejdevice scc: tty 1761.27Sthorpejattach scc at ioasic 1771.39Sjonathanfile arch/pmax/tc/scc.c scc needs-flag 1781.16Scgd 1791.17Sjonathan# MAXINE onboard framebuffer 1801.49Sthorpejdevice xcfb 1811.27Sthorpejattach xcfb at tc 1821.26Sjonathanfile arch/pmax/dev/xcfb.c xcfb needs-flag 1831.22Sjonathanfile arch/pmax/dev/ims332.c xcfb 1841.16Scgd 1851.17Sjonathan# DECWRL 45Mbit T3 interface 1861.49Sthorpejdevice tt: tty 1871.27Sthorpejattach tt at tc 1881.16Scgdfile arch/pmax/dev/if_tt.c tt needs-count 1891.16Scgd 1901.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done. 1911.16Scgdfile arch/pmax/dev/scsi.c 1921.16Scgd 1931.16Scgdfile arch/pmax/pmax/autoconf.c 1941.16Scgdfile arch/pmax/pmax/conf.c 1951.16Scgd#file arch/pmax/pmax/kadb.c optional kadb 1961.16Scgd#file arch/pmax/pmax/machdep.c standard config-dependent 1971.16Scgdfile arch/pmax/pmax/machdep.c 1981.16Scgdfile arch/pmax/pmax/disksubr.c 1991.16Scgdfile arch/pmax/stand/libsa/callvec.c 2001.17Sjonathanfile arch/pmax/pmax/mainbus.c 2011.51Sjonathanfile arch/pmax/pmax/sysconf.c 2021.51Sjonathan 2031.17Sjonathan 2041.51Sjonathan# Console code. 2051.22Sjonathanfile dev/cons.c 2061.50Sjonathanfile arch/pmax/dev/promio.c # default console 2071.51Sjonathanfile arch/pmax/dev/findcons.c # find and set up console. 2081.16Scgd 2091.24Sjonathan# pmax configuration glue for rconsole. Requires fb pseudo-device. 2101.24Sjonathan 2111.37Scgdinclude "dev/rcons/files.rcons" 2121.24Sjonathan 2131.24Sjonathanpseudo-device rasterconsole 2141.24Sjonathanfile arch/pmax/dev/rcons.c rasterconsole needs-flag 2151.24Sjonathanfile arch/pmax/dev/font.c rasterconsole # rcons fontdef 2161.16Scgd 2171.22Sjonathan## Support code for LK-201 keyboards, mice, and qvss ring buffers 2181.29Scgdfile arch/pmax/dev/lk201.c pm | cfb | sfb | mfb | xcfb 2191.22Sjonathanfile arch/pmax/dev/qvss_compat.c fb 2201.22Sjonathan 2211.22Sjonathan 2221.22Sjonathan# VDAC/RAMDAC support for framebuffers. Other devices supported by 2231.22Sjonathan# NetBSD may use the same chips, too. 2241.29Scgdfile arch/pmax/dev/bt459.c cfb | sfb 2251.22Sjonathan 2261.22Sjonathan# 2271.22Sjonathan# Pseudo-device driver for framebuffers. All user-level requests, 2281.22Sjonathan# including open(), go through the fb driver, which presents a consistent 2291.22Sjonathan# interface to all framebuffers. Configure as many units as you 2301.22Sjonathan# have framebuffers. Provides qvss-style interface compatible with 2311.22Sjonathan# X11R5 servers. 2321.22Sjonathan# 2331.22Sjonathanpseudo-device fb 2341.22Sjonathanfile arch/pmax/dev/fb.c fb needs-count 2351.22Sjonathan 2361.17Sjonathan# Glue for old-style config 2371.17Sjonathanfile arch/pmax/pmax/conf-glue.c 2381.23Sthorpej 2391.23Sthorpej# Ultrix Binary Compatibility (COMPAT_ULTRIX) 2401.37Scgdinclude "compat/ultrix/files.ultrix" 2411.16Scgd 2421.16Scgd# Configs 243