files.alpha revision 1.196
11.196Sthorpej# $NetBSD: files.alpha,v 1.196 2024/03/02 20:15:33 thorpej 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.65Sthorpejmaxusers 8 16 64 91.1Scgd 101.44Scgd# CPU support option headers 111.149Slukemdefflag DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 121.149Slukemdefflag DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 131.149Slukemdefflag DEC_2100_A500 # Sable etc: AlphaServer 2100 141.149Slukemdefflag DEC_2100A_A500 # Lynx etc: AlphaServer 2100A 151.149Slukemdefflag DEC_3000_300 # Pelican etc: 3000/300* 161.149Slukemdefflag DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 171.149Slukemdefflag DEC_550 # Miata: Personal Workstation (550) 181.149Slukemdefflag DEC_AXPPCI_33 # NoName: AXPpci33, etc. 191.149Slukemdefflag DEC_EB164 # EB164: AlphaPC 164 201.149Slukemdefflag DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 211.149Slukemdefflag DEC_KN20AA # KN20AA: AlphaStation 500 and 600 221.196Sthorpejdefflag DEC_KN7AA # KN7AA: DEC 7000 and 10000 231.149Slukemdefflag DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 241.149Slukemdefflag DEC_KN300 # KN300: AlphaServer 4X00 251.149Slukemdefflag DEC_1000 # Mikasa etc: AlphaServer 1000 261.149Slukemdefflag DEC_1000A # Corelle etc: AlphaServer 800 and 1000A 271.149Slukemdefflag DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook 281.149Slukemdefflag DEC_EB66 # EB66: 21066 Evaluation Board 291.149Slukemdefflag DEC_6600 # EV6 Various EV6 Systems 301.149Slukemdefflag API_UP1000 # EV6 Alpha Processor, Inc. UP1000 311.44Scgd 321.44Scgd# Miscellaneous CPU-specific option headers 331.149Slukemdefflag FIX_UNALIGNED_VAX_FP 341.149Slukemdefflag ZS_IOASIC_DMA 351.68Sthorpej 361.93Sdrochner# realtime clock compatible to OSF/1 371.149Slukemdefflag CLOCK_COMPAT_OSF1 381.93Sdrochner 391.30Scgd# this loses, but there's no way to define attributes which have attributes 401.30Scgddefine alpha_shared_intr 411.31Scgdfile arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 | 421.69Smjacob dec_eb64plus | dec_kn20aa | dec_kn8ae | 431.83Sross dec_kn300 | dec_550 | dec_1000 | 441.103Sross dec_1000a | dec_eb66 | dec_6600 451.47Sthorpejdefine alpha_sgmap 461.47Sthorpejfile arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500 471.4Scgd 481.4Scgd# 491.4Scgd# Bus-independent devices 501.4Scgd# 511.4Scgd 521.63Sthorpejdevice mainbus { } # no locators (yet?) 531.11Scgdattach mainbus at root 541.1Scgd 551.63Sthorpejdevice cpu { } # not really optional 561.11Scgdattach cpu at mainbus 571.1Scgdfile arch/alpha/alpha/cpu.c cpu 581.126Sad 591.192Sthorpejdevice qemu 601.192Sthorpejattach qemu at mainbus 611.192Sthorpejfile arch/alpha/alpha/qemu.c qemu 621.192Sthorpej 631.126Sad# 641.126Sad# Machine-independent I2O drivers. 651.126Sad# 661.126Sad 671.126Sadinclude "dev/i2o/files.i2o" 681.8Scgd 691.4Scgd# 701.4Scgd# Machine-independent SCSI drivers 711.4Scgd# 721.4Scgd 731.53Sbouyerinclude "dev/scsipi/files.scsipi" 741.4Scgd 751.61Sthorpej# 761.61Sthorpej# Machine-independent ATA drivers 771.61Sthorpej# 781.61Sthorpej 791.61Sthorpejinclude "dev/ata/files.ata" 801.61Sthorpej 811.33Spk# Memory Disk 821.150Sjdolecekfile dev/md_root.c memory_disk_hooks 831.8Scgd 841.39Scgd# 851.39Scgd# TurboLaser Bus Support 861.39Scgd# 871.39Scgd 881.63Sthorpejdevice tlsb { node = -1, offset = -1 } 891.39Scgdattach tlsb at mainbus 901.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 911.39Scgd 921.63Sthorpejdevice kft { } 931.39Scgdattach kft at tlsb 941.39Scgdfile arch/alpha/tlsb/kftxx.c kft 951.39Scgd 961.63Sthorpejdevice tlsbmem 971.39Scgdattach tlsbmem at tlsb 981.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 991.39Scgd 1001.195Sthorpej# 1011.195Sthorpej# GBus support 1021.195Sthorpej# 1031.195Sthorpej 1041.63Sthorpejdevice gbus { offset = -1 } 1051.39Scgdattach gbus at tlsb 1061.195Sthorpejfile arch/alpha/gbus/gbus.c gbus 1071.39Scgd 1081.69Smjacob# 1091.69Smjacob# MCBUS support 1101.69Smjacob# 1111.69Smjacob 1121.69Smjacobdevice mcbus { mid = -1 } 1131.69Smjacobattach mcbus at mainbus 1141.69Smjacobfile arch/alpha/mcbus/mcbus.c mcbus & dec_kn300 1151.69Smjacob 1161.69Smjacobdevice mcmem 1171.69Smjacobattach mcmem at mcbus 1181.69Smjacobfile arch/alpha/mcbus/mcmem.c mcmem 1191.39Scgd 1201.6Scgd# 1211.48Sjonathan# Bus-independent support for DEC devices 1221.48Sjonathan# 1231.48Sjonathaninclude "dev/dec/files.dec" 1241.48Sjonathan 1251.48Sjonathan# 1261.108Snisimura# TURBOchannel Devices 1271.4Scgd# 1281.48Sjonathaninclude "dev/tc/files.tc" 1291.4Scgd 1301.48Sjonathan# TC attachment is MD 1311.189Smrgdefine tcbus { } # TURBOchannel attachment 1321.48Sjonathanattach tc at tcbus 1331.9Scgd 1341.63Sthorpejdevice tcasic: tcbus 1351.11Scgdattach tcasic at mainbus 1361.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1371.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1381.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1391.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1401.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1411.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1421.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1431.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1441.1Scgd 1451.108Snisimura# the TURBOchannel IOCTL ASIC 1461.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1471.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1481.1Scgd 1491.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 1501.8Scgd 1511.8Scgd# 1521.8Scgd# ISA Bus support 1531.8Scgd# 1541.8Scgd 1551.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 1561.143Sthorpejinclude "dev/pci/files.agp" 1571.26Scgdinclude "dev/isa/files.isa" 1581.8Scgd 1591.4Scgd# 1601.8Scgd# ISA Bus devices 1611.4Scgd# 1621.1Scgd 1631.31Scgdfile arch/alpha/isa/isa_machdep.c isa 1641.31Scgd 1651.114Sthorpejdefine isadma_bounce 1661.114Sthorpejfile arch/alpha/isa/isadma_bounce.c isadma_bounce 1671.114Sthorpej 1681.166Sbjh21include "dev/pckbport/files.pckbport" 1691.112Snathanw 1701.112Snathanw# ISA speaker generates keyboard beep 1711.112Snathanwdevice isabeep 1721.112Snathanwattach isabeep at pcppi 1731.87Sdrochner 1741.35Scgd# Floppy disk controller 1751.113Sthorpejdevice fdc { drive = -1 }: isadma 1761.113Sthorpejfile dev/isa/fd.c fdc needs-flag 1771.113Sthorpej 1781.113Sthorpejattach fdc at isa with fdc_isa 1791.113Sthorpejfile dev/isa/fdc_isa.c fdc_isa 1801.113Sthorpej 1811.113Sthorpejdevice fd: disk 1821.35Scgdattach fd at fdc 1831.86Sthorpej 1841.86Sthorpej# ISA Plug 'n Play devices 1851.86Sthorpejfile arch/alpha/isa/isapnp_machdep.c isapnp 1861.35Scgd 1871.8Scgd# 1881.8Scgd# EISA Bus support 1891.8Scgd# 1901.8Scgd 1911.26Scgdinclude "dev/eisa/files.eisa" 1921.123Sthorpej 1931.123Sthorpejfile arch/alpha/eisa/eisa_machdep.c eisa 1941.8Scgd 1951.118Sthorpejdevice jensenio {[port = -1]}: eisabus, isabus, isadma_bounce 1961.117Sthorpejattach jensenio at mainbus 1971.117Sthorpejfile arch/alpha/jensenio/jensenio.c jensenio 1981.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_intio.c jensenio 1991.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_io.c jensenio 2001.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_mem.c jensenio 2011.117Sthorpejfile arch/alpha/jensenio/jensenio_dma.c jensenio 2021.117Sthorpejfile arch/alpha/jensenio/jensenio_intr.c jensenio 2031.117Sthorpej 2041.117Sthorpejattach com at jensenio with com_jensenio 2051.117Sthorpejfile arch/alpha/jensenio/com_jensenio.c com_jensenio 2061.117Sthorpej 2071.117Sthorpejattach lpt at jensenio with lpt_jensenio 2081.117Sthorpejfile arch/alpha/jensenio/lpt_jensenio.c lpt_jensenio 2091.117Sthorpej 2101.117Sthorpejattach pckbc at jensenio with pckbc_jensenio 2111.117Sthorpejfile arch/alpha/jensenio/pckbc_jensenio.c pckbc_jensenio 2121.8Scgd 2131.8Scgd# 2141.8Scgd# PCI Bus support 2151.8Scgd# 2161.8Scgd 2171.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2181.71Sthorpej 2191.164Sbouyerfile arch/alpha/pci/pciide_machdep.c pciide_common 2201.8Scgd 2211.50Scgddefine alpha_pci_sgmap_pte32 2221.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 2231.50Scgd 2241.50Scgddefine alpha_pci_sgmap_pte64 2251.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 2261.50Scgd 2271.63Sthorpejdevice apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2281.10Sthorpejattach apecs at mainbus 2291.5Scgdfile arch/alpha/pci/apecs.c apecs 2301.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 2311.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 2321.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 2331.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 2341.4Scgd 2351.63Sthorpejdevice cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2361.10Sthorpejattach cia at mainbus 2371.8Scgdfile arch/alpha/pci/cia.c cia 2381.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 2391.8Scgdfile arch/alpha/pci/cia_pci.c cia 2401.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_io.c cia 2411.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_mem.c cia 2421.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 2431.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 2441.8Scgd 2451.63Sthorpejdevice dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32 2461.44Scgdattach dwlpx at kft 2471.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 2481.69Smjacobfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 2491.69Smjacobfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 2501.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 2511.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 2521.44Scgd 2531.188Suebayasidevice irongate: pcibus, agpbus, isadma_bounce 2541.114Sthorpejattach irongate at mainbus 2551.114Sthorpejfile arch/alpha/pci/irongate.c irongate 2561.114Sthorpejfile arch/alpha/pci/irongate_bus_io.c irongate 2571.114Sthorpejfile arch/alpha/pci/irongate_bus_mem.c irongate 2581.114Sthorpejfile arch/alpha/pci/irongate_dma.c irongate 2591.114Sthorpejfile arch/alpha/pci/irongate_pci.c irongate 2601.114Sthorpej 2611.63Sthorpejdevice lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2621.50Scgdattach lca at mainbus 2631.50Scgdfile arch/alpha/pci/lca.c lca 2641.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 2651.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 2661.50Scgdfile arch/alpha/pci/lca_dma.c lca 2671.50Scgdfile arch/alpha/pci/lca_pci.c lca 2681.44Scgd 2691.69Smjacobdevice mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2701.69Smjacobattach mcpcia at mcbus 2711.69Smjacobfile arch/alpha/pci/mcpcia.c mcpcia 2721.69Smjacobfile arch/alpha/pci/mcpcia_bus_io.c mcpcia 2731.69Smjacobfile arch/alpha/pci/mcpcia_bus_mem.c mcpcia 2741.69Smjacobfile arch/alpha/pci/mcpcia_dma.c mcpcia 2751.69Smjacobfile arch/alpha/pci/mcpcia_pci.c mcpcia 2761.69Smjacob 2771.103Srossdevice tsc { } 2781.103Srossattach tsc at mainbus 2791.103Srossfile arch/alpha/pci/tsc.c dec_6600 2801.103Sross 2811.103Srossdevice tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2821.103Srossattach tsp at tsc 2831.103Srossfile arch/alpha/pci/tsp_dma.c tsp 2841.103Srossfile arch/alpha/pci/tsp_pci.c tsp 2851.103Srossfile arch/alpha/pci/tsp_bus_io.c tsp 2861.103Srossfile arch/alpha/pci/tsp_bus_mem.c tsp 2871.69Smjacob 2881.186Sjdcdevice tsciic: i2cbus, i2c_bitbang 2891.186Sjdcattach tsciic at tsc 2901.187Smartinfile arch/alpha/pci/tsciic.c tsciic needs-flag 2911.186Sjdc 2921.106Sthorpejdevice ttwoga { hose = -1 } 2931.106Sthorpejattach ttwoga at mainbus 2941.167Sdrochner# identical to pcibus 2951.167Sdrochnerdefine sableiobus {[bus = -1]} 2961.167Sdrochnerdevice ttwopci: pcibus, sableiobus, alpha_sgmap, alpha_pci_sgmap_pte64 2971.106Sthorpejattach ttwopci at ttwoga 2981.106Sthorpejfile arch/alpha/pci/ttwoga.c ttwoga 2991.106Sthorpejfile arch/alpha/pci/ttwoga_bus_io.c ttwoga 3001.106Sthorpejfile arch/alpha/pci/ttwoga_bus_mem.c ttwoga 3011.106Sthorpejfile arch/alpha/pci/ttwoga_dma.c ttwoga 3021.106Sthorpejfile arch/alpha/pci/ttwoga_pci.c ttwoga 3031.106Sthorpej 3041.106Sthorpej# 3051.106Sthorpej# Sable STDIO support 3061.106Sthorpej# 3071.106Sthorpejdevice sableio { port = -1 } 3081.167Sdrochnerattach sableio at sableiobus 3091.106Sthorpejfile arch/alpha/sableio/sableio.c sableio 3101.106Sthorpej 3111.106Sthorpejattach com at sableio with com_sableio 3121.106Sthorpejfile arch/alpha/sableio/com_sableio.c com_sableio 3131.106Sthorpej 3141.106Sthorpejattach lpt at sableio with lpt_sableio 3151.106Sthorpejfile arch/alpha/sableio/lpt_sableio.c lpt_sableio 3161.106Sthorpej 3171.106Sthorpejattach pckbc at sableio with pckbc_sableio 3181.106Sthorpejfile arch/alpha/sableio/pckbc_sableio.c pckbc_sableio 3191.106Sthorpej 3201.122Sthorpejattach fdc at sableio with fdc_sableio 3211.122Sthorpejfile arch/alpha/sableio/fdc_sableio.c fdc_sableio 3221.106Sthorpej 3231.44Scgd# CPU support files 3241.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 3251.119Sthorpejfile arch/alpha/pci/pci_2100_a500.c dec_2100_a500 | dec_2100a_a500 3261.114Sthorpejfile arch/alpha/pci/pci_up1000.c api_up1000 3271.82Sthorpejfile arch/alpha/pci/pci_alphabook1.c dec_alphabook1 3281.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 3291.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 3301.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 3311.74Sthorpejfile arch/alpha/pci/pci_eb64plus.c dec_eb64plus 3321.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 3331.84Sthorpejfile arch/alpha/pci/pci_eb66.c dec_eb66 3341.84Sthorpejfile arch/alpha/pci/pci_eb66_intr.s dec_eb66 3351.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 3361.69Smjacobfile arch/alpha/pci/pci_kn8ae.c dec_kn8ae 3371.69Smjacobfile arch/alpha/pci/pci_kn300.c dec_kn300 3381.75Sthorpejfile arch/alpha/pci/pci_550.c dec_550 3391.81Srossfile arch/alpha/pci/pci_1000a.c dec_1000a 3401.83Srossfile arch/alpha/pci/pci_1000.c dec_1000 3411.103Srossfile arch/alpha/pci/pci_6600.c dec_6600 3421.8Scgd 3431.4Scgd 3441.4Scgd# 3451.8Scgd# PCI Bus devices 3461.4Scgd# 3471.1Scgd 3481.4Scgdfile arch/alpha/pci/pci_machdep.c pci 3491.143Sthorpejfile arch/alpha/pci/agp_machdep.c agp 3501.1Scgd 3511.116Sthorpejdevice sio: isabus, alpha_shared_intr, cy82c693 3521.10Sthorpejattach sio at pci 3531.160Sbouyerdevice pceb: isabus, eisabus, cy82c693, alpha_shared_intr 3541.10Sthorpejattach pceb at pci 3551.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 3561.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 3571.156Slukem 3581.62Sross# 3591.8Scgd# Devices that can live on multiple busses 3601.5Scgd# 3611.5Scgd 3621.174Stsutsuidevice mcclock: mc146818 3631.12Scgdattach mcclock at ioasic with mcclock_ioasic 3641.12Scgdattach mcclock at isa with mcclock_isa 3651.195Sthorpejattach mcclock at gbus with mcclock_gbus 3661.117Sthorpejattach mcclock at jensenio with mcclock_jensenio 3671.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 3681.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 3691.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 3701.195Sthorpejfile arch/alpha/gbus/mcclock_gbus.c mcclock_gbus 3711.117Sthorpejfile arch/alpha/jensenio/mcclock_jensenio.c mcclock_jensenio 3721.39Scgd 3731.5Scgd 3741.4Scgd# 3751.4Scgd# Standard files 3761.4Scgd# 3771.1Scgdfile arch/alpha/alpha/autoconf.c 3781.12Scgdfile arch/alpha/alpha/clock.c 3791.180Sadfile arch/alpha/alpha/core_machdep.c coredump 3801.55Sthorpejfile arch/alpha/alpha/cpuconf.c 3811.1Scgdfile arch/alpha/alpha/interrupt.c 3821.92Sthorpejfile arch/alpha/alpha/ipifuncs.c multiprocessor 3831.177Sadfile arch/alpha/alpha/kobj_machdep.c modular 3841.1Scgdfile arch/alpha/alpha/machdep.c 3851.1Scgdfile arch/alpha/alpha/mainbus.c 3861.176Sadfile arch/alpha/alpha/patch.c 3871.67Sthorpejfile arch/alpha/alpha/pmap.c 3881.194Schristosfile arch/alpha/alpha/process_machdep.c 3891.132Sfvdlfile arch/alpha/alpha/procfs_machdep.c procfs 3901.1Scgdfile arch/alpha/alpha/prom.c 3911.1Scgdfile arch/alpha/alpha/sys_machdep.c 3921.129Smycroftfile arch/alpha/alpha/syscall.c 3931.1Scgdfile arch/alpha/alpha/trap.c 3941.136Srossfile arch/alpha/alpha/fp_complete.c 3951.1Scgdfile arch/alpha/alpha/vm_machdep.c 3961.1Scgdfile arch/alpha/alpha/disksubr.c 3971.47Sthorpejfile arch/alpha/common/bus_dma.c 3981.85Smjacobfile arch/alpha/common/comlogout.c 3991.1Scgdfile dev/cons.c 4001.174Stsutsuifile kern/kern_cctr.c 4011.4Scgd 4021.185Schristosfile dev/bus_dma/bus_dmamem_common.c 4031.181Sthorpej 4041.44Scgd# PROM console support (for ports that don't have native console support) 4051.5Scgdfile arch/alpha/alpha/promcons.c 4061.6Scgd 4071.44Scgd# CPU support 4081.195Sthorpejfile arch/alpha/alpha/dec_2000_300.c dec_2000_300 4091.59Sthorpejfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 4101.119Sthorpejfile arch/alpha/alpha/dec_2100_a500.c dec_2100_a500 | dec_2100a_a500 4111.59Sthorpejfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 4121.59Sthorpejfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 4131.59Sthorpejfile arch/alpha/alpha/dec_550.c dec_550 4141.82Sthorpejfile arch/alpha/alpha/dec_alphabook1.c dec_alphabook1 4151.59Sthorpejfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 4161.59Sthorpejfile arch/alpha/alpha/dec_eb164.c dec_eb164 4171.59Sthorpejfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus 4181.84Sthorpejfile arch/alpha/alpha/dec_eb66.c dec_eb66 4191.59Sthorpejfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 4201.196Sthorpejfile arch/alpha/alpha/dec_kn7aa.c dec_kn7aa 4211.59Sthorpejfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae 4221.69Smjacobfile arch/alpha/alpha/dec_kn300.c dec_kn300 4231.114Sthorpejfile arch/alpha/alpha/api_up1000.c api_up1000 4241.83Srossfile arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a 4251.103Srossfile arch/alpha/alpha/dec_6600.c dec_6600 4261.58Sthorpej 4271.58Sthorpej# Kernel debugger support 4281.58Sthorpejfile arch/alpha/alpha/db_disasm.c ddb 4291.58Sthorpejfile arch/alpha/alpha/db_interface.c ddb 4301.58Sthorpejfile arch/alpha/alpha/db_trace.c ddb 4311.135Sthorpej 4321.135Sthorpejfile arch/alpha/alpha/kgdb_machdep.c kgdb 4331.89Sthorpej 4341.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX) 4351.190Smaxvfile arch/alpha/alpha/compat_13_machdep.c compat_13 4361.190Smaxvfile arch/alpha/alpha/compat_16_machdep.c compat_16 4371.94Serh 4381.94Serh# Linux Binary Compatibility (COMPAT_LINUX) 4391.94Serhinclude "compat/linux/files.linux" 4401.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha" 4411.128Sjdolecekfile arch/alpha/alpha/linux_sigcode.s compat_linux 4421.130Smycroftfile arch/alpha/alpha/linux_syscall.c compat_linux 4431.140Schristosfile arch/alpha/alpha/linux_trap.c compat_linux 4441.94Serh 4451.171Sad# Lock stubs 4461.171Sadfile arch/alpha/alpha/lock_stubs.s 4471.171Sad 4481.94Serh# OSS audio driver compatibility 4491.94Serhinclude "compat/ossaudio/files.ossaudio" 4501.76Smatt 4511.76Smatt# XXXX pcic here because it needs to be late. The catch: pcic needs 4521.76Smatt# to be late, so devices which attach to it are attached late. But it 4531.76Smatt# needs to be before its isa and pci attachments. This answer is 4541.76Smatt# non-optimal, but I don't have a better answer right now. 4551.76Smatt 4561.191Smsaitoh# PCIC pcmcia controller 4571.76Smatt# XXX this needs to be done very late, so it's done here. This feels 4581.76Smatt# like a kludge, but it might be for the best. 4591.76Smatt 4601.149Slukemdefparam PCIC_ISA_ALLOC_IOBASE 4611.149Slukemdefparam PCIC_ISA_ALLOC_IOSIZE 4621.149Slukemdefparam PCIC_ISA_INTR_ALLOC_MASK 4631.76Smatt 4641.99Spkdevice pcic: pcmciabus 4651.76Smattfile dev/ic/i82365.c pcic 4661.76Smatt 4671.100Smycroft# PCIC pcmcia controller on ISA bus. 4681.76Smattattach pcic at isa with pcic_isa 4691.76Smattfile dev/isa/i82365_isa.c pcic_isa 4701.76Smatt 4711.100Smycroft# PCIC pcmcia controller on PCI bus. 4721.76Smattattach pcic at pci with pcic_pci 4731.76Smattfile dev/pci/i82365_pci.c pcic_pci 4741.100Smycroft 4751.100Smycroft# PCIC pcmcia controller on PnP board 4761.100Smycroftattach pcic at isapnp with pcic_isapnp 4771.100Smycroftfile dev/isapnp/i82365_isapnp.c pcic_isapnp 4781.100Smycroft 4791.100Smycroft# Code common to ISA and ISAPnP attachments 4801.100Smycroftfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 4811.76Smatt 4821.76Smatt 4831.76Smatt# this wants to be probed as late as possible. 4841.76Smatt# 4851.76Smatt# Machine-independent PCMCIA drivers 4861.76Smatt# 4871.76Smattinclude "dev/pcmcia/files.pcmcia" 4881.95Smatt# 4891.95Smatt# Machine-independent USB device support 4901.95Smatt# 4911.95Smattinclude "dev/usb/files.usb" 4921.125Smatt# 4931.170Splunky# Machine-independent Bluetooth support 4941.170Splunky# 4951.170Splunkyinclude "dev/bluetooth/files.bluetooth" 4961.170Splunky# 4971.125Smatt# Machine-independent IEEE 1394 device support 4981.125Smatt# 4991.125Smattinclude "dev/ieee1394/files.ieee1394" 5001.157Sgehenna 5011.157Sgehennainclude "arch/alpha/conf/majors.alpha" 502