files.pmax revision 1.26
11.26Sjonathan# $NetBSD: files.pmax,v 1.26 1996/02/15 19:13:21 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.16Scgddevice mainbus at root { } # no locators 131.17Sjonathan 141.16Scgddevice cpu at mainbus # not optional 151.19Sjonathanfile arch/pmax/pmax/cpu.c cpu 161.16Scgd 171.26Sjonathan# 181.26Sjonathan# CPU-dependent files 191.26Sjonathan# 201.26Sjonathan#file arch/pmax/pmax/kn01.c kn01 # DS3100, pmax 211.26Sjonathan#file arch/pmax/pmax/kn02.c kn02 # DS5000/200, 3max 221.26Sjonathan#file arch/pmax/pmax/kn03.c kn03 # DS5000/240, 3maxplus 231.26Sjonathan#file arch/pmax/pmax/kn02ba.c kn02ba # DS5000/1xx, 3min(kmin) 241.26Sjonathan#file arch/pmax/pmax/kn02ca.c kn02ca # DS5000/1xx, maxine 251.26Sjonathan#file arch/pmax/pmax/kn210.c # DS5400, mipsfair 261.26Sjonathan#file arch/pmax/pmax/kn220.c # DS5500, mipsfair2 271.26Sjonathanfile arch/pmax/pmax/kn230.c kn230 # DS5100, mipsmate 281.17Sjonathan# 291.17Sjonathan# Auto-configuration driver for the turbochannel bus itself. 301.17Sjonathan# 311.26Sjonathan#define tcbus { } 321.26Sjonathan 331.26Sjonathandevice tc at mainbus {[slot = -1], [offset = -1]} ##{ } 341.26Sjonathanfile arch/pmax/tc/tc_subr.c tc needs-flag 351.26Sjonathanfile dev/tc/tc.c tc needs-flag 361.17Sjonathan 371.17Sjonathan 381.17Sjonathan# 391.17Sjonathan# The TurboChannel IOCTL ASIC. Present on IOASIC machines, 401.17Sjonathan# which is all turbochannel machines ever built except the 3MAX (5000/200). 411.17Sjonathan# 421.20Sjonathandevice ioasic at tc { } #{ } # not really optional 431.20Sjonathanfile arch/pmax/tc/asic.c ioasic 441.16Scgd 451.18Sjonathan 461.18Sjonathan# Real-time clock (not optional) 471.20Sjonathandevice clock at ioasic,tc,mainbus 481.18Sjonathanfile arch/pmax/pmax/clock.c clock 491.18Sjonathan 501.18Sjonathan 511.18Sjonathan# 521.18Sjonathan# Machine-independent SCSI driver. 531.18Sjonathan# 541.18Sjonathan 551.18Sjonathaninclude "../../../scsi/files.scsi" 561.18Sjonathan#major { st = 10 } 571.18Sjonathan#major { cd = 3 } 581.18Sjonathan#major { sd = 21 } 591.18Sjonathanmajor { tz = 10 } 601.18Sjonathanmajor { rz = 21 } 611.16Scgd 621.17Sjonathan# 631.17Sjonathan# Old 4.4bsd pmax-specific scsi driver (deprecated). 641.17Sjonathan# 651.17Sjonathandefine oldscsi {} 661.17Sjonathandevice oldscsibus at oldscsi {target = -1, drive = -1} 671.17Sjonathan 681.17Sjonathan# asc: system-slot or turbochannel-option SCSI interface 691.20Sjonathandevice asc at ioasic,tc: oldscsi,scsi 701.25Sjonathanfile dev/tc/asc.c asc needs-flag 711.16Scgd 721.17Sjonathan# sii: kn01 SCSI interface 731.17Sjonathandevice sii at mainbus: oldscsi,scsi 741.21Sjonathanfile arch/pmax/dev/sii.c sii needs-flag 751.16Scgd 761.16Scgd 771.17Sjonathandevice tz at oldscsibus: tape 781.16Scgdfile arch/pmax/dev/tz.c tz needs-count 791.16Scgd 801.17Sjonathandevice rz at oldscsibus: disk 811.16Scgdfile arch/pmax/dev/rz.c rz needs-count 821.16Scgd 831.17Sjonathan# 841.17Sjonathan# Optional device-drivers 851.17Sjonathan# 861.17Sjonathan 871.17Sjonathan# DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. 881.17Sjonathan# For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. 891.20Sjonathandevice dc at mainbus,ioasic 901.26Sjonathanfile arch/pmax/dev/dc.c dc needs-count 911.16Scgd 921.17Sjonathan# The "desktop bus" on the MAXINE (5k/25). What is it, anyway? ADB? 931.20Sjonathandevice dtop at ioasic 941.26Sjonathanfile arch/pmax/dev/dtop.c dtop needs-flag 951.16Scgd 961.17Sjonathan# LANCE ethernet driver. 971.17Sjonathan# XXX Should use new machine-independent one instead. 981.20Sjonathandevice le at ioasic,tc,mainbus: ifnet, ether 991.20Sjonathanfile arch/pmax/tc/if_le.c le needs-flag 1001.16Scgd 1011.17Sjonathan# 3100 (pmax) onboard framebuffer 1021.17Sjonathandevice pm at mainbus 1031.26Sjonathanfile arch/pmax/dev/pm.c pm needs-flag 1041.26Sjonathanfile arch/pmax/dev/bt478.c pm 1051.16Scgd 1061.17Sjonathan######################################################################## 1071.17Sjonathan# Turbochannel options. 1081.17Sjonathan######################################################################## 1091.17Sjonathan 1101.16Scgddevice cfb at tc 1111.26Sjonathanfile arch/pmax/dev/cfb.c cfb needs-flag 1121.16Scgd 1131.17Sjonathandevice sfb at tc 1141.26Sjonathanfile arch/pmax/dev/sfb.c sfb needs-flag 1151.17Sjonathan 1161.16Scgddevice mfb at tc 1171.26Sjonathanfile arch/pmax/dev/mfb.c mfb needs-flag 1181.16Scgd 1191.20Sjonathan# Zilog 8350/Intel 82350(?) SCC UART. 1201.20Sjonathandevice scc at ioasic 1211.26Sjonathanfile arch/pmax/tc/scc.c scc needs-count 1221.16Scgd 1231.17Sjonathan# MAXINE onboard framebuffer 1241.17Sjonathandevice xcfb at tc 1251.26Sjonathanfile arch/pmax/dev/xcfb.c xcfb needs-flag 1261.22Sjonathanfile arch/pmax/dev/ims332.c xcfb 1271.16Scgd 1281.17Sjonathan# DECWRL 45Mbit T3 interface 1291.16Scgddevice tt at tc 1301.16Scgdfile arch/pmax/dev/if_tt.c tt needs-count 1311.16Scgd 1321.16Scgd## bogus pmax-specific SCSI code. Leave in until new-style config done. 1331.16Scgdfile arch/pmax/dev/scsi.c 1341.16Scgd 1351.16Scgdfile arch/pmax/pmax/autoconf.c 1361.16Scgdfile arch/pmax/pmax/conf.c 1371.16Scgd#file arch/pmax/pmax/kadb.c optional kadb 1381.16Scgd#file arch/pmax/pmax/machdep.c standard config-dependent 1391.16Scgdfile arch/pmax/pmax/machdep.c 1401.16Scgdfile arch/pmax/pmax/cpu_exec.c 1411.16Scgdfile arch/pmax/pmax/mem.c 1421.16Scgdfile arch/pmax/pmax/pmap.c 1431.16Scgdfile arch/pmax/pmax/process_machdep.c 1441.16Scgdfile arch/pmax/pmax/sys_machdep.c 1451.16Scgdfile arch/pmax/pmax/trap.c 1461.16Scgdfile arch/pmax/pmax/vm_machdep.c 1471.16Scgdfile arch/pmax/pmax/disksubr.c 1481.16Scgdfile arch/pmax/stand/libsa/callvec.c 1491.16Scgdfile arch/pmax/pmax/elf.c 1501.17Sjonathanfile arch/pmax/pmax/mainbus.c 1511.17Sjonathan 1521.24Sjonathan# Console autoconfiguration code: selects between a framebuffers 1531.22Sjonathanfile arch/pmax/pmax/cpu_cons.c 1541.22Sjonathanfile dev/cons.c 1551.16Scgd 1561.24Sjonathan# pmax configuration glue for rconsole. Requires fb pseudo-device. 1571.24Sjonathan 1581.24Sjonathaninclude "../../../dev/rcons/files.rcons" 1591.24Sjonathan 1601.24Sjonathanpseudo-device rasterconsole 1611.24Sjonathanfile arch/pmax/dev/rcons.c rasterconsole needs-flag 1621.24Sjonathanfile arch/pmax/dev/font.c rasterconsole # rcons fontdef 1631.24Sjonathan 1641.16Scgdfile netinet/in_cksum.c 1651.16Scgdfile netns/ns_cksum.c ns 1661.16Scgd 1671.22Sjonathan## Support code for LK-201 keyboards, mice, and qvss ring buffers 1681.22Sjonathanfile arch/pmax/dev/lk201.c pm or cfb or sfb or mfb or xcfb 1691.22Sjonathanfile arch/pmax/dev/qvss_compat.c fb 1701.22Sjonathan 1711.22Sjonathan 1721.22Sjonathan# VDAC/RAMDAC support for framebuffers. Other devices supported by 1731.22Sjonathan# NetBSD may use the same chips, too. 1741.22Sjonathanfile arch/pmax/dev/bt459.c cfb or sfb 1751.22Sjonathan 1761.22Sjonathan# 1771.22Sjonathan# Pseudo-device driver for framebuffers. All user-level requests, 1781.22Sjonathan# including open(), go through the fb driver, which presents a consistent 1791.22Sjonathan# interface to all framebuffers. Configure as many units as you 1801.22Sjonathan# have framebuffers. Provides qvss-style interface compatible with 1811.22Sjonathan# X11R5 servers. 1821.22Sjonathan# 1831.22Sjonathanpseudo-device fb 1841.22Sjonathanfile arch/pmax/dev/fb.c fb needs-count 1851.22Sjonathan 1861.17Sjonathan# Glue for old-style config 1871.17Sjonathanfile arch/pmax/pmax/conf-glue.c 1881.23Sthorpej 1891.23Sthorpej# Ultrix Binary Compatibility (COMPAT_ULTRIX) 1901.23Sthorpejinclude "../../../compat/ultrix/files.ultrix" 1911.16Scgd 1921.16Scgd# Configs 193