files.alpha revision 1.37
11.37Scgd# $NetBSD: files.alpha,v 1.37 1997/01/31 02:49:57 cgd Exp $ 21.1Scgd# 31.1Scgd# alpha-specific configuration info 41.1Scgd 51.2Scgd# maxpartitions must be first item in files.${ARCH}.newconf 61.2Scgdmaxpartitions 8 71.2Scgd 81.1Scgdmaxusers 2 8 64 91.1Scgd 101.31Scgd# a wscons output device; used later, but needs to be near the top for 111.31Scgd# common file (e.g. vga) definitions. 121.31Scgddefine wsconsdev {[console = -1]} 131.31Scgd 141.30Scgd# this loses, but there's no way to define attributes which have attributes 151.30Scgddefine alpha_shared_intr 161.31Scgdfile arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 | 171.30Scgd dec_kn20aa 181.4Scgd 191.31Scgddevice vga: wsconsdev 201.31Scgdfile arch/alpha/common/vga.c vga 211.31Scgd 221.4Scgd# 231.4Scgd# Bus-independent devices 241.4Scgd# 251.4Scgd 261.32Scgddevice mainbus { } # no locators (yet?) 271.11Scgdattach mainbus at root 281.1Scgd 291.32Scgddevice cpu { } # not really optional 301.11Scgdattach cpu at mainbus 311.1Scgdfile arch/alpha/alpha/cpu.c cpu 321.1Scgd 331.8Scgd 341.4Scgd# 351.4Scgd# Machine-independent SCSI drivers 361.4Scgd# 371.4Scgd 381.26Scgdinclude "scsi/files.scsi" 391.4Scgdmajor { st = 2 } 401.4Scgdmajor { cd = 3 } 411.4Scgdmajor { sd = 8 } 421.4Scgd 431.33Spk# Memory Disk 441.33Spkfile arch/alpha/alpha/md_root.c memory_disk_hooks 451.33Spkmajor { md = 6 } 461.8Scgd 471.4Scgd# 481.6Scgd# raster console routines 491.6Scgd# 501.8Scgd 511.11Scgddefine raster 521.26Scgdinclude "dev/rcons/files.rcons" 531.11Scgdfile arch/alpha/wscons/wscons_rinit.c raster 541.11Scgdfile arch/alpha/wscons/wscons_rops.c raster 551.6Scgd 561.8Scgd 571.6Scgd# 581.6Scgd# "Workstation Console" glue; attaches frame buffer to emulator & kbd. 591.6Scgd# 601.11Scgddevice wscons 611.11Scgdattach wscons at wsconsdev 621.11Scgdfile arch/alpha/wscons/wscons.c wscons needs-flag 631.11Scgdfile arch/alpha/wscons/wscons_emul.c wscons 641.11Scgd 651.11Scgdfile arch/alpha/wscons/event.c wscons 661.11Scgdfile arch/alpha/wscons/kbd.c wscons 671.11Scgdfile arch/alpha/wscons/ms.c wscons 681.6Scgd 691.6Scgd# 701.4Scgd# TurboChannel Devices 711.4Scgd# 721.4Scgd 731.26Scgdinclude "dev/tc/files.tc" 741.9Scgd 751.11Scgddevice tcasic: tcbus 761.11Scgdattach tcasic at mainbus 771.9Scgdfile arch/alpha/tc/tcasic.c tcasic 781.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 791.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 801.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 811.1Scgd 821.4Scgd# the TurboChannel IOCTL ASIC 831.11Scgddevice ioasic { offset = -1 } 841.11Scgdattach ioasic at tc 851.13Scgdfile arch/alpha/tc/ioasic.c ioasic 861.1Scgd 871.16Scgd# Color Frame buffer 881.16Scgddevice cfb: raster, wsconsdev 891.16Scgdattach cfb at tc 901.16Scgdfile arch/alpha/tc/cfb.c cfb 911.16Scgd 921.16Scgd# Smart Frame buffer 931.15Scgddevice sfb: raster, wsconsdev 941.11Scgdattach sfb at tc 951.1Scgdfile arch/alpha/tc/sfb.c sfb 961.1Scgd 971.4Scgd# 8530 UARTs 981.11Scgddevice scc 991.11Scgdattach scc at ioasic 1001.4Scgdfile arch/alpha/tc/scc.c scc needs-count 1011.1Scgd 1021.4Scgd# the TCDS ASIC 1031.11Scgddevice tcds { slot = -1 } 1041.11Scgdattach tcds at tc 1051.4Scgdfile arch/alpha/tc/tcds.c tcds needs-count 1061.4Scgd 1071.4Scgd# 53C[F]90 SCSI 1081.11Scgddevice esp: scsi 1091.11Scgdattach esp at tcds 1101.4Scgdfile arch/alpha/tc/esp.c esp needs-count 1111.4Scgdfile arch/alpha/tc/tcds_dma.c esp 1121.4Scgd 1131.9Scgd# Baseboard Lance ethernet. 1141.14Scgdattach le at ioasic with le_ioasic 1151.14Scgdattach le at tc with le_tc 1161.17Sthorpejfile dev/tc/if_le_dec.c (le_ioasic | le_tc) 1171.14Scgdfile dev/tc/if_le_ioasic.c le_ioasic needs-flag #for le_iomem 1181.14Scgdfile dev/tc/if_le_tc.c le_tc 1191.8Scgd 1201.8Scgd# 1211.8Scgd# ISA Bus support 1221.8Scgd# 1231.8Scgd 1241.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 1251.26Scgdinclude "dev/isa/files.isa" 1261.37Scgdmajor { wd = 4 } 1271.8Scgd 1281.8Scgd#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 1291.8Scgd 1301.8Scgd 1311.4Scgd# 1321.8Scgd# ISA Bus devices 1331.4Scgd# 1341.1Scgd 1351.11Scgd#device ibus at mainbus { } 1361.11Scgd#device jcombo at ibus: isabus 1371.11Scgd#device jeisa at ibus: eisabus 1381.8Scgd 1391.31Scgdfile arch/alpha/isa/isa_machdep.c isa 1401.31Scgd 1411.32Scgddevice pcppi { } 1421.32Scgdattach pcppi at isa 1431.32Scgdfile arch/alpha/isa/pcppi.c pcppi 1441.32Scgd 1451.32Scgddevice pckbd 1461.32Scgdattach pckbd at pcppi 1471.32Scgdfile arch/alpha/isa/pckbd.c pckbd 1481.32Scgd 1491.32Scgddevice pms 1501.32Scgdattach pms at pcppi 1511.32Scgdfile arch/alpha/isa/pms.c pms 1521.8Scgd 1531.31Scgdattach vga at isa with vga_isa 1541.31Scgdfile arch/alpha/isa/vga_isa.c vga_isa needs-flag 1551.8Scgd 1561.35Scgd# Floppy disk controller 1571.35Scgddevice fdc { drive = -1 } 1581.35Scgdattach fdc at isa 1591.35Scgddevice fd: disk, isadma 1601.35Scgdattach fd at fdc 1611.36Scgdfile arch/alpha/isa/fd.c fdc needs-flag 1621.35Scgdmajor { fd = 0 } 1631.35Scgd 1641.35Scgd# PC speaker 1651.8Scgd# 1661.8Scgd# EISA Bus support 1671.8Scgd# 1681.8Scgd 1691.26Scgdinclude "dev/eisa/files.eisa" 1701.8Scgd 1711.8Scgd 1721.8Scgd# 1731.8Scgd# PCI Bus support 1741.8Scgd# 1751.8Scgd 1761.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 1771.8Scgd 1781.10Sthorpejdevice apecs: pcibus 1791.10Sthorpejattach apecs at mainbus 1801.5Scgdfile arch/alpha/pci/apecs.c apecs 1811.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 1821.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 1831.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 1841.4Scgd 1851.11Scgddevice lca: pcibus 1861.11Scgdattach lca at mainbus 1871.11Scgdfile arch/alpha/pci/lca.c lca 1881.32Scgdfile arch/alpha/pci/lca_bus_io.c lca 1891.32Scgdfile arch/alpha/pci/lca_bus_mem.c lca 1901.11Scgdfile arch/alpha/pci/lca_pci.c lca 1911.11Scgd 1921.10Sthorpejdevice cia: pcibus 1931.10Sthorpejattach cia at mainbus 1941.8Scgdfile arch/alpha/pci/cia.c cia 1951.11Scgdfile arch/alpha/pci/cia_bus_io.c cia 1961.11Scgdfile arch/alpha/pci/cia_bus_mem.c cia 1971.8Scgdfile arch/alpha/pci/cia_pci.c cia 1981.8Scgd 1991.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 2001.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 2011.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 2021.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 2031.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 2041.8Scgd 2051.4Scgd 2061.4Scgd# 2071.8Scgd# PCI Bus devices 2081.4Scgd# 2091.1Scgd 2101.4Scgdfile arch/alpha/pci/pci_machdep.c pci 2111.1Scgd 2121.30Scgddevice sio: isabus, alpha_shared_intr 2131.10Sthorpejattach sio at pci 2141.11Scgddevice pceb: isabus, eisabus 2151.10Sthorpejattach pceb at pci 2161.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 2171.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 2181.5Scgd 2191.11Scgddevice tga: raster, wsconsdev 2201.10Sthorpejattach tga at pci 2211.6Scgdfile arch/alpha/pci/tga.c tga needs-flag 2221.11Scgdfile arch/alpha/pci/tga_conf.c tga 2231.11Scgdfile arch/alpha/pci/tga_bt463.c tga 2241.11Scgdfile arch/alpha/pci/tga_bt485.c tga 2251.11Scgd 2261.6Scgd 2271.31Scgdattach vga at pci with vga_pci 2281.31Scgdfile arch/alpha/pci/vga_pci.c vga_pci needs-flag 2291.6Scgd 2301.8Scgd 2311.5Scgd# 2321.8Scgd# Devices that can live on multiple busses 2331.5Scgd# 2341.5Scgd 2351.12Scgddevice mcclock 2361.12Scgdattach mcclock at ioasic with mcclock_ioasic 2371.12Scgdattach mcclock at isa with mcclock_isa 2381.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 2391.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 2401.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 2411.5Scgd 2421.4Scgd# 2431.4Scgd# Standard files 2441.4Scgd# 2451.1Scgd 2461.1Scgdfile arch/alpha/alpha/autoconf.c 2471.12Scgdfile arch/alpha/alpha/clock.c 2481.1Scgdfile arch/alpha/alpha/conf.c 2491.1Scgdfile arch/alpha/alpha/interrupt.c 2501.1Scgdfile arch/alpha/alpha/machdep.c 2511.1Scgdfile arch/alpha/alpha/mainbus.c 2521.1Scgdfile arch/alpha/alpha/mem.c 2531.24Scgdfile arch/alpha/alpha/pmap.c new_pmap 2541.24Scgdfile arch/alpha/alpha/pmap.old.c !new_pmap 2551.1Scgdfile arch/alpha/alpha/process_machdep.c 2561.1Scgdfile arch/alpha/alpha/prom.c 2571.1Scgdfile arch/alpha/alpha/support.c 2581.1Scgdfile arch/alpha/alpha/sys_machdep.c 2591.1Scgdfile arch/alpha/alpha/trap.c 2601.1Scgdfile arch/alpha/alpha/vm_machdep.c 2611.1Scgdfile arch/alpha/alpha/disksubr.c 2621.1Scgdfile dev/cons.c 2631.4Scgd 2641.8Scgd 2651.4Scgd# 2661.8Scgd# Optional/miscellaneous files 2671.4Scgd# 2681.4Scgd 2691.23Scgdfile arch/alpha/alpha/in_cksum.c inet & !generic_in_cksum 2701.23Scgdfile netinet/in_cksum.c inet & generic_in_cksum 2711.19Scgdfile netns/ns_cksum.c ns 2721.1Scgd 2731.5Scgd# XXX 2741.5Scgdfile arch/alpha/alpha/promcons.c 2751.6Scgd 2761.6Scgd# XXX 2771.29Scgdfile arch/alpha/alpha/cpuconf.c 2781.29Scgdfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 needs-flag 2791.29Scgdfile arch/alpha/alpha/dec_21000.c dec_21000 needs-flag 2801.29Scgdfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 needs-flag 2811.29Scgdfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 needs-flag 2821.29Scgdfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 needs-flag 2831.29Scgdfile arch/alpha/alpha/dec_eb164.c dec_eb164 needs-flag 2841.29Scgdfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa needs-flag 2851.7Sthorpej 2861.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 2871.26Scgdinclude "compat/osf1/files.osf1" 288