files.pmax revision 1.47
11.47Sbouyer# $NetBSD: files.pmax,v 1.47 1997/08/27 11:25:57 bouyer 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.27Sthorpejdevice mainbus { } # no locators 131.27Sthorpejattach mainbus at root 141.17Sjonathan 151.27Sthorpejdevice cpu # not optional 161.27Sthorpejattach cpu at mainbus 171.19Sjonathanfile arch/pmax/pmax/cpu.c cpu 181.16Scgd 191.26Sjonathan# 201.26Sjonathan# CPU-dependent files 211.26Sjonathan# 221.26Sjonathan#file arch/pmax/pmax/kn01.c kn01 # DS3100, pmax 231.26Sjonathan#file arch/pmax/pmax/kn02.c kn02 # DS5000/200, 3max 241.26Sjonathan#file arch/pmax/pmax/kn03.c kn03 # DS5000/240, 3maxplus 251.26Sjonathan#file arch/pmax/pmax/kn02ba.c kn02ba # DS5000/1xx, 3min(kmin) 261.26Sjonathan#file arch/pmax/pmax/kn02ca.c kn02ca # DS5000/1xx, maxine 271.26Sjonathan#file arch/pmax/pmax/kn210.c # DS5400, mipsfair 281.26Sjonathan#file arch/pmax/pmax/kn220.c # DS5500, mipsfair2 291.26Sjonathanfile arch/pmax/pmax/kn230.c kn230 # DS5100, mipsmate 301.46Sjonathan 311.46Sjonathan# 321.46Sjonathan# Bus-independent support for DEC devices 331.46Sjonathan# 341.46Sjonathaninclude "dev/dec/files.dec" 351.46Sjonathan 361.17Sjonathan# 371.46Sjonathan# TurboChannel Devices 381.17Sjonathan# 391.46Sjonathaninclude "dev/tc/files.tc" 401.26Sjonathan 411.27Sthorpejattach tc at mainbus 421.26Sjonathanfile arch/pmax/tc/tc_subr.c tc needs-flag 431.17Sjonathan 441.17Sjonathan 451.17Sjonathan# 461.17Sjonathan# The TurboChannel IOCTL ASIC. Present on IOASIC machines, 471.17Sjonathan# which is all turbochannel machines ever built except the 3MAX (5000/200). 481.17Sjonathan# 491.46Sjonathan# device defined in files.tc: 501.46Sjonathan# device ioasic { offset = -1 } 511.46Sjonathan# attach ioasic at tc 521.20Sjonathanfile arch/pmax/tc/asic.c ioasic 531.16Scgd 541.18Sjonathan 551.18Sjonathan# Real-time clock (not optional) 561.27Sthorpejdevice clock 571.44Sjonathanattach clock at ioasic, mainbus with mcclock_ioasic 581.44Sjonathanfile arch/pmax/pmax/clock.c 591.44Sjonathanfile arch/pmax/pmax/mcclock.c clock 601.44Sjonathanfile arch/pmax/tc/mcclock_ioasic.c mcclock_ioasic 611.18Sjonathan 621.18Sjonathan# 631.18Sjonathan# Machine-independent SCSI driver. 641.18Sjonathan# 651.18Sjonathan 661.47Sbouyerinclude "dev/scsipi/files.scsipi" 671.18Sjonathan#major { st = 10 } 681.18Sjonathan#major { cd = 3 } 691.18Sjonathan#major { sd = 21 } 701.18Sjonathanmajor { tz = 10 } 711.18Sjonathanmajor { rz = 21 } 721.16Scgd 731.17Sjonathan# 741.17Sjonathan# Old 4.4bsd pmax-specific scsi driver (deprecated). 751.17Sjonathan# 761.17Sjonathandefine oldscsi {} 771.27Sthorpejdevice oldscsibus {target = -1, drive = -1} 781.27Sthorpejattach oldscsibus at oldscsi 791.17Sjonathan 801.17Sjonathan# asc: system-slot or turbochannel-option SCSI interface 811.35Sjonathan#device asc: oldscsi,scsi 821.35Sjonathandevice asc: oldscsi 831.33Sjonathanattach asc at ioasic with asc_ioasic 841.33Sjonathanfile dev/tc/asc_ioasic.c asc_ioasic 851.33Sjonathanattach asc at tc with asc_tc 861.33Sjonathanfile dev/tc/asc_tc.c asc_tc 871.33Sjonathan 881.25Sjonathanfile dev/tc/asc.c asc needs-flag 891.16Scgd 901.17Sjonathan# sii: kn01 SCSI interface 911.35Sjonathan#device sii: scsi,oldscsi 921.35Sjonathandevice sii: oldscsi 931.21Sjonathanfile arch/pmax/dev/sii.c sii needs-flag 941.33Sjonathanattach sii at mainbus with sii_ds 951.33Sjonathanfile arch/pmax/dev/sii_ds.c sii_ds 961.16Scgd 971.16Scgd 981.27Sthorpejdevice tz: tape 991.27Sthorpejattach tz at oldscsibus 1001.16Scgdfile arch/pmax/dev/tz.c tz needs-count 1011.16Scgd 1021.27Sthorpejdevice rz: disk 1031.27Sthorpejattach rz at oldscsibus 1041.16Scgdfile arch/pmax/dev/rz.c rz needs-count 1051.16Scgd 1061.17Sjonathan# 1071.17Sjonathan# Optional device-drivers 1081.17Sjonathan# 1091.17Sjonathan 1101.17Sjonathan# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. 1111.17Sjonathan# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. 1121.27Sthorpejdevice dc 1131.40Sjonathanfile arch/pmax/dev/dc.c dc 1141.33Sjonathanattach dc at ioasic with dc_ioasic 1151.40Sjonathanfile arch/pmax/dev/dc_ioasic.c dc_ioasic needs-flag 1161.33Sjonathanattach dc at mainbus with dc_ds 1171.40Sjonathanfile arch/pmax/dev/dc_ds.c dc_ds needs-flag 1181.33Sjonathan 1191.16Scgd 1201.17Sjonathan# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB? 1211.27Sthorpejdevice dtop 1221.27Sthorpejattach dtop at ioasic 1231.26Sjonathanfile arch/pmax/dev/dtop.c dtop needs-flag 1241.16Scgd 1251.17Sjonathan# LANCE ethernet driver. 1261.46Sjonathan# device defined in sys/conf/files. 1271.46Sjonathan# TC and ioasic attachment and files in sys/dev/tc/files.tc 1281.32Smhitch 1291.46Sjonathanattach le at mainbus with le_pmax: le_dec_subr 1301.46Sjonathanfile dev/tc/if_le_ibus.c le_pmax needs-flag #for kn01_intr 1311.32Smhitch 1321.16Scgd 1331.17Sjonathan# 3100 (pmax) onboard framebuffer 1341.27Sthorpejdevice pm 1351.26Sjonathanfile arch/pmax/dev/pm.c pm needs-flag 1361.26Sjonathanfile arch/pmax/dev/bt478.c pm 1371.33Sjonathanattach pm at mainbus with pm_ds 1381.41Smhitchfile arch/pmax/dev/pm_ds.c pm_ds 1391.16Scgd 1401.17Sjonathan######################################################################## 1411.17Sjonathan# Turbochannel options. 1421.17Sjonathan######################################################################## 1431.17Sjonathan 1441.27Sthorpejdevice cfb 1451.27Sthorpejattach cfb at tc 1461.26Sjonathanfile arch/pmax/dev/cfb.c cfb needs-flag 1471.16Scgd 1481.27Sthorpejdevice sfb 1491.27Sthorpejattach sfb at tc 1501.26Sjonathanfile arch/pmax/dev/sfb.c sfb needs-flag 1511.17Sjonathan 1521.27Sthorpejdevice mfb 1531.27Sthorpejattach mfb at tc 1541.26Sjonathanfile arch/pmax/dev/mfb.c mfb needs-flag 1551.16Scgd 1561.20Sjonathan# Zilog 8350/Intel 82350(?) SCC UART. 1571.27Sthorpejdevice scc 1581.27Sthorpejattach scc at ioasic 1591.39Sjonathanfile arch/pmax/tc/scc.c scc needs-flag 1601.16Scgd 1611.17Sjonathan# MAXINE onboard framebuffer 1621.27Sthorpejdevice xcfb 1631.27Sthorpejattach xcfb at tc 1641.26Sjonathanfile arch/pmax/dev/xcfb.c xcfb needs-flag 1651.22Sjonathanfile arch/pmax/dev/ims332.c xcfb 1661.16Scgd 1671.17Sjonathan# DECWRL 45Mbit T3 interface 1681.27Sthorpejdevice tt 1691.27Sthorpejattach tt at tc 1701.16Scgdfile arch/pmax/dev/if_tt.c tt needs-count 1711.16Scgd 1721.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done. 1731.16Scgdfile arch/pmax/dev/scsi.c 1741.16Scgd 1751.16Scgdfile arch/pmax/pmax/autoconf.c 1761.16Scgdfile arch/pmax/pmax/conf.c 1771.16Scgd#file arch/pmax/pmax/kadb.c optional kadb 1781.16Scgd#file arch/pmax/pmax/machdep.c standard config-dependent 1791.16Scgdfile arch/pmax/pmax/machdep.c 1801.30Sjonathanfile arch/pmax/pmax/pmax_trap.c 1811.16Scgdfile arch/pmax/pmax/disksubr.c 1821.16Scgdfile arch/pmax/stand/libsa/callvec.c 1831.17Sjonathanfile arch/pmax/pmax/mainbus.c 1841.17Sjonathan 1851.24Sjonathan# Console autoconfiguration code: selects between a framebuffers 1861.22Sjonathanfile arch/pmax/pmax/cpu_cons.c 1871.22Sjonathanfile dev/cons.c 1881.16Scgd 1891.24Sjonathan# pmax configuration glue for rconsole. Requires fb pseudo-device. 1901.24Sjonathan 1911.37Scgdinclude "dev/rcons/files.rcons" 1921.24Sjonathan 1931.24Sjonathanpseudo-device rasterconsole 1941.24Sjonathanfile arch/pmax/dev/rcons.c rasterconsole needs-flag 1951.24Sjonathanfile arch/pmax/dev/font.c rasterconsole # rcons fontdef 1961.16Scgd 1971.22Sjonathan## Support code for LK-201 keyboards, mice, and qvss ring buffers 1981.29Scgdfile arch/pmax/dev/lk201.c pm | cfb | sfb | mfb | xcfb 1991.22Sjonathanfile arch/pmax/dev/qvss_compat.c fb 2001.22Sjonathan 2011.22Sjonathan 2021.22Sjonathan# VDAC/RAMDAC support for framebuffers. Other devices supported by 2031.22Sjonathan# NetBSD may use the same chips, too. 2041.29Scgdfile arch/pmax/dev/bt459.c cfb | sfb 2051.22Sjonathan 2061.22Sjonathan# 2071.22Sjonathan# Pseudo-device driver for framebuffers. All user-level requests, 2081.22Sjonathan# including open(), go through the fb driver, which presents a consistent 2091.22Sjonathan# interface to all framebuffers. Configure as many units as you 2101.22Sjonathan# have framebuffers. Provides qvss-style interface compatible with 2111.22Sjonathan# X11R5 servers. 2121.22Sjonathan# 2131.22Sjonathanpseudo-device fb 2141.22Sjonathanfile arch/pmax/dev/fb.c fb needs-count 2151.22Sjonathan 2161.17Sjonathan# Glue for old-style config 2171.17Sjonathanfile arch/pmax/pmax/conf-glue.c 2181.23Sthorpej 2191.23Sthorpej# Ultrix Binary Compatibility (COMPAT_ULTRIX) 2201.37Scgdinclude "compat/ultrix/files.ultrix" 2211.16Scgd 2221.16Scgd# Configs 223