files.alpha revision 1.52
11.52Scgd# $NetBSD: files.alpha,v 1.52 1997/08/12 02:59:43 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.44Scgd# CPU support option headers 111.44Scgddefopt DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 121.44Scgddefopt DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 131.44Scgddefopt DEC_3000_300 # Pelican etc: 3000/300* 141.44Scgddefopt DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 151.52Scgddefopt DEC_550 # Miata: Personal Workstation (550) 161.44Scgddefopt DEC_AXPPCI_33 # NoName: AXPpci33, etc. 171.44Scgddefopt DEC_EB164 # EB164: AlphaPC 164 181.44Scgddefopt DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 191.44Scgddefopt DEC_KN20AA # KN20AA: AlphaStation 500 and 600 201.44Scgddefopt DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 211.44Scgd 221.44Scgd# Miscellaneous CPU-specific option headers 231.44Scgddefopt FIX_UNALIGNED_VAX_FP 241.44Scgd 251.31Scgd# a wscons output device; used later, but needs to be near the top for 261.31Scgd# common file (e.g. vga) definitions. 271.50Scgddefine wsconsdev {[console = -1]} 281.31Scgd 291.30Scgd# this loses, but there's no way to define attributes which have attributes 301.30Scgddefine alpha_shared_intr 311.31Scgdfile arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 | 321.45Smjacob dec_eb64plus | dec_kn20aa | dec_kn8ae 331.47Sthorpejdefine alpha_sgmap 341.47Sthorpejfile arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500 351.4Scgd 361.31Scgddevice vga: wsconsdev 371.31Scgdfile arch/alpha/common/vga.c vga 381.31Scgd 391.4Scgd# 401.4Scgd# Bus-independent devices 411.4Scgd# 421.4Scgd 431.32Scgddevice mainbus { } # no locators (yet?) 441.11Scgdattach mainbus at root 451.1Scgd 461.32Scgddevice cpu { } # not really optional 471.11Scgdattach cpu at mainbus 481.1Scgdfile arch/alpha/alpha/cpu.c cpu 491.1Scgd 501.8Scgd 511.4Scgd# 521.4Scgd# Machine-independent SCSI drivers 531.4Scgd# 541.4Scgd 551.26Scgdinclude "scsi/files.scsi" 561.4Scgdmajor { st = 2 } 571.4Scgdmajor { cd = 3 } 581.4Scgdmajor { sd = 8 } 591.4Scgd 601.33Spk# Memory Disk 611.33Spkfile arch/alpha/alpha/md_root.c memory_disk_hooks 621.33Spkmajor { md = 6 } 631.8Scgd 641.4Scgd# 651.6Scgd# raster console routines 661.6Scgd# 671.8Scgd 681.11Scgddefine raster 691.26Scgdinclude "dev/rcons/files.rcons" 701.11Scgdfile arch/alpha/wscons/wscons_rinit.c raster 711.11Scgdfile arch/alpha/wscons/wscons_rops.c raster 721.6Scgd 731.8Scgd 741.6Scgd# 751.6Scgd# "Workstation Console" glue; attaches frame buffer to emulator & kbd. 761.6Scgd# 771.11Scgddevice wscons 781.11Scgdattach wscons at wsconsdev 791.11Scgdfile arch/alpha/wscons/wscons.c wscons needs-flag 801.11Scgdfile arch/alpha/wscons/wscons_emul.c wscons 811.11Scgd 821.11Scgdfile arch/alpha/wscons/event.c wscons 831.11Scgdfile arch/alpha/wscons/kbd.c wscons 841.11Scgdfile arch/alpha/wscons/ms.c wscons 851.6Scgd 861.39Scgd 871.39Scgd# 881.39Scgd# TurboLaser Bus Support 891.39Scgd# 901.39Scgd 911.50Scgddevice tlsb { node = -1, offset = -1 } 921.39Scgdattach tlsb at mainbus 931.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 941.39Scgd 951.39Scgddevice kft { } 961.39Scgdattach kft at tlsb 971.39Scgdfile arch/alpha/tlsb/kftxx.c kft 981.39Scgd 991.39Scgddevice tlsbmem 1001.39Scgdattach tlsbmem at tlsb 1011.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 1021.39Scgd 1031.39Scgddevice gbus { offset = -1 } 1041.39Scgdattach gbus at tlsb 1051.39Scgdfile arch/alpha/tlsb/gbus.c gbus 1061.39Scgd 1071.39Scgd 1081.6Scgd# 1091.48Sjonathan# Bus-independent support for DEC devices 1101.48Sjonathan# 1111.48Sjonathaninclude "dev/dec/files.dec" 1121.48Sjonathan 1131.48Sjonathan# 1141.4Scgd# TurboChannel Devices 1151.4Scgd# 1161.48Sjonathaninclude "dev/tc/files.tc" 1171.4Scgd 1181.48Sjonathan# TC attachment is MD 1191.48Sjonathanattach tc at tcbus 1201.9Scgd 1211.11Scgddevice tcasic: tcbus 1221.11Scgdattach tcasic at mainbus 1231.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1241.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1251.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1261.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1271.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1281.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1291.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1301.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1311.1Scgd 1321.4Scgd# the TurboChannel IOCTL ASIC 1331.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1341.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1351.1Scgd 1361.16Scgd# Color Frame buffer 1371.16Scgddevice cfb: raster, wsconsdev 1381.16Scgdattach cfb at tc 1391.16Scgdfile arch/alpha/tc/cfb.c cfb 1401.16Scgd 1411.16Scgd# Smart Frame buffer 1421.15Scgddevice sfb: raster, wsconsdev 1431.11Scgdattach sfb at tc 1441.1Scgdfile arch/alpha/tc/sfb.c sfb 1451.1Scgd 1461.4Scgd# 8530 UARTs 1471.11Scgddevice scc 1481.11Scgdattach scc at ioasic 1491.4Scgdfile arch/alpha/tc/scc.c scc needs-count 1501.1Scgd 1511.4Scgd# the TCDS ASIC 1521.11Scgddevice tcds { slot = -1 } 1531.11Scgdattach tcds at tc 1541.4Scgdfile arch/alpha/tc/tcds.c tcds needs-count 1551.4Scgd 1561.4Scgd# 53C[F]90 SCSI 1571.38Sthorpejdevice asc: scsi, ncr53c9x 1581.38Sthorpejattach asc at tcds 1591.38Sthorpejfile arch/alpha/tc/asc.c asc needs-count 1601.38Sthorpejfile arch/alpha/tc/tcds_dma.c asc 1611.4Scgd 1621.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 1631.8Scgd 1641.8Scgd# 1651.8Scgd# ISA Bus support 1661.8Scgd# 1671.8Scgd 1681.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 1691.26Scgdinclude "dev/isa/files.isa" 1701.46Scgd 1711.46Scgd# Hacked version of ISA "wd" (ESDI/IDE/etc.) controller driver 1721.46Scgddevice awdc {drive = -1} 1731.46Scgdattach awdc at isa 1741.46Scgddevice awd: disk 1751.46Scgdattach awd at awdc 1761.46Scgdfile arch/alpha/isa/awd.c awdc needs-flag 1771.46Scgd 1781.46Scgdmajor { awd = 4 } 1791.8Scgd 1801.8Scgd#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 1811.8Scgd 1821.8Scgd 1831.4Scgd# 1841.8Scgd# ISA Bus devices 1851.4Scgd# 1861.1Scgd 1871.11Scgd#device ibus at mainbus { } 1881.11Scgd#device jcombo at ibus: isabus 1891.11Scgd#device jeisa at ibus: eisabus 1901.8Scgd 1911.31Scgdfile arch/alpha/isa/isa_machdep.c isa 1921.31Scgd 1931.32Scgddevice pcppi { } 1941.32Scgdattach pcppi at isa 1951.32Scgdfile arch/alpha/isa/pcppi.c pcppi 1961.32Scgd 1971.32Scgddevice pckbd 1981.32Scgdattach pckbd at pcppi 1991.32Scgdfile arch/alpha/isa/pckbd.c pckbd 2001.32Scgd 2011.32Scgddevice pms 2021.32Scgdattach pms at pcppi 2031.32Scgdfile arch/alpha/isa/pms.c pms 2041.8Scgd 2051.31Scgdattach vga at isa with vga_isa 2061.31Scgdfile arch/alpha/isa/vga_isa.c vga_isa needs-flag 2071.8Scgd 2081.35Scgd# Floppy disk controller 2091.35Scgddevice fdc { drive = -1 } 2101.35Scgdattach fdc at isa 2111.35Scgddevice fd: disk, isadma 2121.35Scgdattach fd at fdc 2131.36Scgdfile arch/alpha/isa/fd.c fdc needs-flag 2141.35Scgdmajor { fd = 0 } 2151.35Scgd 2161.35Scgd# PC speaker 2171.8Scgd# 2181.8Scgd# EISA Bus support 2191.8Scgd# 2201.8Scgd 2211.26Scgdinclude "dev/eisa/files.eisa" 2221.8Scgd 2231.8Scgd 2241.8Scgd# 2251.8Scgd# PCI Bus support 2261.8Scgd# 2271.8Scgd 2281.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2291.8Scgd 2301.50Scgddefine alpha_pci_swiz_bus 2311.50Scgdfile arch/alpha/pci/pci_swiz_io_common.c alpha_pci_swiz_bus 2321.50Scgdfile arch/alpha/pci/pci_swiz_mem_common.c alpha_pci_swiz_bus 2331.50Scgd 2341.50Scgddefine alpha_pci_sgmap_pte32 2351.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 2361.50Scgd 2371.50Scgddefine alpha_pci_sgmap_pte64 2381.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 2391.50Scgd 2401.50Scgddevice apecs: pcibus, alpha_sgmap, alpha_pci_swiz_bus, alpha_pci_sgmap_pte64 2411.10Sthorpejattach apecs at mainbus 2421.5Scgdfile arch/alpha/pci/apecs.c apecs 2431.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 2441.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 2451.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 2461.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 2471.4Scgd 2481.50Scgddevice cia: pcibus, alpha_sgmap, alpha_pci_swiz_bus, alpha_pci_sgmap_pte64 2491.10Sthorpejattach cia at mainbus 2501.8Scgdfile arch/alpha/pci/cia.c cia 2511.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 2521.8Scgdfile arch/alpha/pci/cia_pci.c cia 2531.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 2541.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 2551.51Scgdfile arch/alpha/pci/cia_swiz_pci.c cia 2561.8Scgd 2571.50Scgddevice dwlpx: pcibus, alpha_sgmap, alpha_pci_swiz_bus, alpha_pci_sgmap_pte32 2581.44Scgdattach dwlpx at kft 2591.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 2601.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 2611.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 2621.50Scgdfile arch/alpha/pci/pci_kn8ae.c dwlpx # XXX doesn't really fit here 2631.44Scgdfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 2641.44Scgdfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 2651.44Scgd 2661.50Scgddevice lca: pcibus, alpha_sgmap, alpha_pci_swiz_bus, alpha_pci_sgmap_pte64 2671.50Scgdattach lca at mainbus 2681.50Scgdfile arch/alpha/pci/lca.c lca 2691.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 2701.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 2711.50Scgdfile arch/alpha/pci/lca_dma.c lca 2721.50Scgdfile arch/alpha/pci/lca_pci.c lca 2731.44Scgd 2741.44Scgd# CPU support files 2751.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 2761.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 2771.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 2781.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 2791.41Scgdfile arch/alpha/pci/pci_eb64plus.c dec_eb64plus 2801.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 2811.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 2821.8Scgd 2831.4Scgd 2841.4Scgd# 2851.8Scgd# PCI Bus devices 2861.4Scgd# 2871.1Scgd 2881.4Scgdfile arch/alpha/pci/pci_machdep.c pci 2891.1Scgd 2901.30Scgddevice sio: isabus, alpha_shared_intr 2911.10Sthorpejattach sio at pci 2921.11Scgddevice pceb: isabus, eisabus 2931.10Sthorpejattach pceb at pci 2941.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 2951.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 2961.5Scgd 2971.11Scgddevice tga: raster, wsconsdev 2981.10Sthorpejattach tga at pci 2991.6Scgdfile arch/alpha/pci/tga.c tga needs-flag 3001.11Scgdfile arch/alpha/pci/tga_conf.c tga 3011.11Scgdfile arch/alpha/pci/tga_bt463.c tga 3021.11Scgdfile arch/alpha/pci/tga_bt485.c tga 3031.11Scgd 3041.31Scgdattach vga at pci with vga_pci 3051.31Scgdfile arch/alpha/pci/vga_pci.c vga_pci needs-flag 3061.6Scgd 3071.8Scgd 3081.5Scgd# 3091.8Scgd# Devices that can live on multiple busses 3101.5Scgd# 3111.5Scgd 3121.12Scgddevice mcclock 3131.12Scgdattach mcclock at ioasic with mcclock_ioasic 3141.12Scgdattach mcclock at isa with mcclock_isa 3151.39Scgdattach mcclock at gbus with mcclock_tlsb 3161.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 3171.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 3181.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 3191.39Scgdfile arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb 3201.39Scgd 3211.5Scgd 3221.4Scgd# 3231.4Scgd# Standard files 3241.4Scgd# 3251.1Scgdfile arch/alpha/alpha/autoconf.c 3261.12Scgdfile arch/alpha/alpha/clock.c 3271.1Scgdfile arch/alpha/alpha/conf.c 3281.1Scgdfile arch/alpha/alpha/interrupt.c 3291.1Scgdfile arch/alpha/alpha/machdep.c 3301.1Scgdfile arch/alpha/alpha/mainbus.c 3311.1Scgdfile arch/alpha/alpha/mem.c 3321.24Scgdfile arch/alpha/alpha/pmap.c new_pmap 3331.24Scgdfile arch/alpha/alpha/pmap.old.c !new_pmap 3341.1Scgdfile arch/alpha/alpha/process_machdep.c 3351.1Scgdfile arch/alpha/alpha/prom.c 3361.1Scgdfile arch/alpha/alpha/support.c 3371.1Scgdfile arch/alpha/alpha/sys_machdep.c 3381.1Scgdfile arch/alpha/alpha/trap.c 3391.1Scgdfile arch/alpha/alpha/vm_machdep.c 3401.1Scgdfile arch/alpha/alpha/disksubr.c 3411.47Sthorpejfile arch/alpha/common/bus_dma.c 3421.1Scgdfile dev/cons.c 3431.4Scgd 3441.44Scgd# Network protocol checksum routines 3451.44Scgdfile arch/alpha/alpha/in_cksum.c inet 3461.19Scgdfile netns/ns_cksum.c ns 3471.1Scgd 3481.44Scgd# PROM console support (for ports that don't have native console support) 3491.5Scgdfile arch/alpha/alpha/promcons.c 3501.6Scgd 3511.44Scgd# CPU support 3521.29Scgdfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 needs-flag 3531.29Scgdfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 needs-flag 3541.29Scgdfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 needs-flag 3551.52Scgdfile arch/alpha/alpha/dec_550.c dec_550 needs-flag 3561.29Scgdfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 needs-flag 3571.29Scgdfile arch/alpha/alpha/dec_eb164.c dec_eb164 needs-flag 3581.41Scgdfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus needs-flag 3591.29Scgdfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa needs-flag 3601.39Scgdfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae needs-flag 3611.7Sthorpej 3621.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 3631.26Scgdinclude "compat/osf1/files.osf1" 364