files.alpha revision 1.156
11.156Slukem# $NetBSD: files.alpha,v 1.156 2002/05/27 23:41:33 lukem 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.149Slukemdefflag DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 231.149Slukemdefflag DEC_KN300 # KN300: AlphaServer 4X00 241.149Slukemdefflag AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer 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.68Sthorpej# XXX Temporary, until integration is finished. 371.149Slukemdefflag NEW_SCC_DRIVER 381.44Scgd 391.93Sdrochner# realtime clock compatible to OSF/1 401.149Slukemdefflag CLOCK_COMPAT_OSF1 411.93Sdrochner 421.30Scgd# this loses, but there's no way to define attributes which have attributes 431.30Scgddefine alpha_shared_intr 441.31Scgdfile arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 | 451.69Smjacob dec_eb64plus | dec_kn20aa | dec_kn8ae | 461.83Sross dec_kn300 | dec_550 | dec_1000 | 471.103Sross dec_1000a | dec_eb66 | dec_6600 481.47Sthorpejdefine alpha_sgmap 491.47Sthorpejfile arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500 501.4Scgd 511.4Scgd# 521.4Scgd# Bus-independent devices 531.4Scgd# 541.4Scgd 551.63Sthorpejdevice mainbus { } # no locators (yet?) 561.11Scgdattach mainbus at root 571.1Scgd 581.63Sthorpejdevice cpu { } # not really optional 591.11Scgdattach cpu at mainbus 601.1Scgdfile arch/alpha/alpha/cpu.c cpu 611.126Sad 621.126Sad# 631.126Sad# Machine-independent I2O drivers. 641.126Sad# 651.126Sad 661.126Sadinclude "dev/i2o/files.i2o" 671.8Scgd 681.4Scgd# 691.4Scgd# Machine-independent SCSI drivers 701.4Scgd# 711.4Scgd 721.53Sbouyerinclude "dev/scsipi/files.scsipi" 731.4Scgdmajor { cd = 3 } 741.4Scgdmajor { sd = 8 } 751.4Scgd 761.61Sthorpej# 771.61Sthorpej# Machine-independent ATA drivers 781.61Sthorpej# 791.61Sthorpej 801.61Sthorpejinclude "dev/ata/files.ata" 811.61Sthorpejmajor { wd = 4 } 821.61Sthorpej 831.33Spk# Memory Disk 841.150Sjdolecekfile dev/md_root.c memory_disk_hooks 851.33Spkmajor { md = 6 } 861.109Soster 871.147Slukem# RAIDframe 881.109Sostermajor { raid = 16 } 891.124Sad 901.147Slukem# Logical disks 911.127Sadmajor { ld = 17 } 921.8Scgd 931.108Snisimura# Raster operations 941.108Snisimurainclude "dev/rasops/files.rasops" 951.108Snisimurainclude "dev/wsfont/files.wsfont" 961.8Scgd 971.6Scgd# 981.70Sdrochner# "Workstation Console" glue. 991.6Scgd# 1001.70Sdrochnerinclude "dev/wscons/files.wscons" 1011.6Scgd 1021.39Scgd 1031.39Scgd# 1041.39Scgd# TurboLaser Bus Support 1051.39Scgd# 1061.39Scgd 1071.63Sthorpejdevice tlsb { node = -1, offset = -1 } 1081.39Scgdattach tlsb at mainbus 1091.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 1101.39Scgd 1111.63Sthorpejdevice kft { } 1121.39Scgdattach kft at tlsb 1131.39Scgdfile arch/alpha/tlsb/kftxx.c kft 1141.39Scgd 1151.63Sthorpejdevice tlsbmem 1161.39Scgdattach tlsbmem at tlsb 1171.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 1181.39Scgd 1191.63Sthorpejdevice gbus { offset = -1 } 1201.39Scgdattach gbus at tlsb 1211.39Scgdfile arch/alpha/tlsb/gbus.c gbus 1221.39Scgd 1231.69Smjacob# 1241.69Smjacob# MCBUS support 1251.69Smjacob# 1261.69Smjacob 1271.69Smjacobdevice mcbus { mid = -1 } 1281.69Smjacobattach mcbus at mainbus 1291.69Smjacobfile arch/alpha/mcbus/mcbus.c mcbus & dec_kn300 1301.69Smjacob 1311.69Smjacobdevice mcmem 1321.69Smjacobattach mcmem at mcbus 1331.69Smjacobfile arch/alpha/mcbus/mcmem.c mcmem 1341.39Scgd 1351.6Scgd# 1361.48Sjonathan# Bus-independent support for DEC devices 1371.48Sjonathan# 1381.48Sjonathaninclude "dev/dec/files.dec" 1391.48Sjonathan 1401.48Sjonathan# 1411.108Snisimura# TURBOchannel Devices 1421.4Scgd# 1431.48Sjonathaninclude "dev/tc/files.tc" 1441.4Scgd 1451.48Sjonathan# TC attachment is MD 1461.48Sjonathanattach tc at tcbus 1471.9Scgd 1481.63Sthorpejdevice tcasic: tcbus 1491.11Scgdattach tcasic at mainbus 1501.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1511.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1521.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1531.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1541.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1551.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1561.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1571.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1581.1Scgd 1591.108Snisimura# the TURBOchannel IOCTL ASIC 1601.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1611.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1621.1Scgd 1631.133Snisimura# PMAG-B CX 1641.70Sdrochnerdevice cfb: wsemuldisplaydev, wsrasteremulops 1651.16Scgdattach cfb at tc 1661.142Snisimurafile dev/tc/cfb.c cfb needs-flag 1671.16Scgd 1681.133Snisimura# PMAGB-B HX or CXT 1691.108Snisimuradevice sfb: wsemuldisplaydev, rasops8 1701.11Scgdattach sfb at tc 1711.108Snisimurafile dev/tc/sfb.c sfb needs-flag 1721.142Snisimura 1731.142Snisimura# PMAG-A MX 1741.142Snisimuradevice mfb: wsemuldisplaydev, wsrasteremulops 1751.142Snisimuraattach mfb at tc 1761.142Snisimurafile dev/tc/mfb.c mfb needs-flag 1771.142Snisimura 1781.142Snisimura# PMAG-RO/JA TX 1791.142Snisimuradevice tfb: wsemuldisplaydev, wsrasteremulops 1801.142Snisimuraattach tfb at tc 1811.142Snisimurafile dev/tc/tfb.c tfb needs-flag 1821.133Snisimura 1831.133Snisimura# PMAGD HX+ 1841.133Snisimuradevice sfbp: wsemuldisplaydev, rasops32 1851.133Snisimuraattach sfbp at tc 1861.133Snisimurafile dev/tc/sfbplus.c sfbp needs-flag 1871.134Sad 1881.134Sad# XXX: STIC (stamp interface chip) for PX and PXG 1891.134Saddefine stic 1901.144Sadfile dev/tc/stic.c stic needs-flag 1911.134Sad 1921.134Sad# XXX: PX PMAG-C 1931.134Saddevice px: wsemuldisplaydev, stic 1941.134Sadattach px at tc 1951.144Sadfile dev/tc/px.c px needs-flag 1961.134Sad 1971.134Sad# XXX: PXG PMAG-D, PMAG-E, PMAG-F 1981.134Saddevice pxg: wsemuldisplaydev, stic 1991.134Sadattach pxg at tc 2001.144Sadfile dev/tc/pxg.c pxg needs-flag 2011.1Scgd 2021.4Scgd# 8530 UARTs 2031.63Sthorpejdevice scc: tty 2041.11Scgdattach scc at ioasic 2051.4Scgdfile arch/alpha/tc/scc.c scc needs-count 2061.66Sthorpej 2071.147Slukem# 8530 UARTs using the MI 8530 driver 2081.66Sthorpejdevice zsc { channel = -1 } 2091.66Sthorpejattach zsc at ioasic with zsc_ioasic 2101.121Snisimurafile dev/tc/zs_ioasic.c zsc_ioasic needs-flag 2111.66Sthorpejfile dev/ic/z8530sc.c zsc 2121.66Sthorpej 2131.66Sthorpejdevice zstty: tty 2141.66Sthorpejattach zstty at zsc 2151.66Sthorpejfile dev/ic/z8530tty.c zstty needs-flag 2161.1Scgd 2171.104Snisimuradevice vsms: wsmousedev 2181.104Snisimuraattach vsms at zsc with zsms 2191.121Snisimurafile dev/tc/zsms.c zsms 2201.86Sthorpej 2211.154Saddevice lkkbd: wskbddev, lkkbdmap 2221.104Snisimuraattach lkkbd at zsc with zskbd 2231.121Snisimurafile dev/tc/zskbd.c zskbd needs-flag 2241.4Scgd 2251.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 2261.8Scgd 2271.8Scgd# 2281.8Scgd# ISA Bus support 2291.8Scgd# 2301.8Scgd 2311.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 2321.143Sthorpejinclude "dev/pci/files.agp" 2331.26Scgdinclude "dev/isa/files.isa" 2341.8Scgd 2351.4Scgd# 2361.8Scgd# ISA Bus devices 2371.4Scgd# 2381.1Scgd 2391.31Scgdfile arch/alpha/isa/isa_machdep.c isa 2401.31Scgd 2411.114Sthorpejdefine isadma_bounce 2421.114Sthorpejfile arch/alpha/isa/isadma_bounce.c isadma_bounce 2431.114Sthorpej 2441.70Sdrochnerinclude "dev/pckbc/files.pckbc" 2451.112Snathanw 2461.112Snathanw# ISA speaker generates keyboard beep 2471.112Snathanwdevice isabeep 2481.112Snathanwattach isabeep at pcppi 2491.87Sdrochner 2501.35Scgd# Floppy disk controller 2511.113Sthorpejdevice fdc { drive = -1 }: isadma 2521.113Sthorpejfile dev/isa/fd.c fdc needs-flag 2531.113Sthorpej 2541.113Sthorpejattach fdc at isa with fdc_isa 2551.113Sthorpejfile dev/isa/fdc_isa.c fdc_isa 2561.113Sthorpej 2571.113Sthorpejdevice fd: disk 2581.35Scgdattach fd at fdc 2591.35Scgdmajor { fd = 0 } 2601.86Sthorpej 2611.86Sthorpej# ISA Plug 'n Play devices 2621.86Sthorpejfile arch/alpha/isa/isapnp_machdep.c isapnp 2631.35Scgd 2641.8Scgd# 2651.8Scgd# EISA Bus support 2661.8Scgd# 2671.8Scgd 2681.26Scgdinclude "dev/eisa/files.eisa" 2691.123Sthorpej 2701.123Sthorpejfile arch/alpha/eisa/eisa_machdep.c eisa 2711.8Scgd 2721.118Sthorpejdevice jensenio {[port = -1]}: eisabus, isabus, isadma_bounce 2731.117Sthorpejattach jensenio at mainbus 2741.117Sthorpejfile arch/alpha/jensenio/jensenio.c jensenio 2751.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_intio.c jensenio 2761.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_io.c jensenio 2771.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_mem.c jensenio 2781.117Sthorpejfile arch/alpha/jensenio/jensenio_dma.c jensenio 2791.117Sthorpejfile arch/alpha/jensenio/jensenio_intr.c jensenio 2801.117Sthorpej 2811.117Sthorpejattach com at jensenio with com_jensenio 2821.117Sthorpejfile arch/alpha/jensenio/com_jensenio.c com_jensenio 2831.117Sthorpej 2841.117Sthorpejattach lpt at jensenio with lpt_jensenio 2851.117Sthorpejfile arch/alpha/jensenio/lpt_jensenio.c lpt_jensenio 2861.117Sthorpej 2871.117Sthorpejattach pckbc at jensenio with pckbc_jensenio 2881.117Sthorpejfile arch/alpha/jensenio/pckbc_jensenio.c pckbc_jensenio 2891.8Scgd 2901.8Scgd# 2911.8Scgd# PCI Bus support 2921.8Scgd# 2931.8Scgd 2941.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2951.71Sthorpej 2961.71Sthorpejfile arch/alpha/pci/pciide_machdep.c pciide 2971.8Scgd 2981.50Scgddefine alpha_pci_sgmap_pte32 2991.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 3001.50Scgd 3011.50Scgddefine alpha_pci_sgmap_pte64 3021.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 3031.50Scgd 3041.63Sthorpejdevice apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3051.10Sthorpejattach apecs at mainbus 3061.5Scgdfile arch/alpha/pci/apecs.c apecs 3071.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 3081.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 3091.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 3101.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 3111.4Scgd 3121.63Sthorpejdevice cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3131.10Sthorpejattach cia at mainbus 3141.8Scgdfile arch/alpha/pci/cia.c cia 3151.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 3161.8Scgdfile arch/alpha/pci/cia_pci.c cia 3171.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_io.c cia 3181.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_mem.c cia 3191.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 3201.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 3211.8Scgd 3221.64Srossdevice a12c { }: pcibus 3231.62Srossattach a12c at mainbus 3241.62Srossfile arch/alpha/pci/a12c.c a12c 3251.62Srossfile arch/alpha/pci/a12c_bus_mem.c a12c 3261.62Srossfile arch/alpha/pci/a12c_dma.c a12c 3271.62Srossfile arch/alpha/pci/a12c_pci.c a12c 3281.62Sross 3291.63Sthorpejdevice dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32 3301.44Scgdattach dwlpx at kft 3311.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 3321.69Smjacobfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 3331.69Smjacobfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 3341.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 3351.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 3361.44Scgd 3371.143Sthorpejdevice irongate: pcibus, agpbus, agp_amd, isadma_bounce 3381.114Sthorpejattach irongate at mainbus 3391.114Sthorpejfile arch/alpha/pci/irongate.c irongate 3401.114Sthorpejfile arch/alpha/pci/irongate_bus_io.c irongate 3411.114Sthorpejfile arch/alpha/pci/irongate_bus_mem.c irongate 3421.114Sthorpejfile arch/alpha/pci/irongate_dma.c irongate 3431.114Sthorpejfile arch/alpha/pci/irongate_pci.c irongate 3441.114Sthorpej 3451.63Sthorpejdevice lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3461.50Scgdattach lca at mainbus 3471.50Scgdfile arch/alpha/pci/lca.c lca 3481.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 3491.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 3501.50Scgdfile arch/alpha/pci/lca_dma.c lca 3511.50Scgdfile arch/alpha/pci/lca_pci.c lca 3521.44Scgd 3531.69Smjacobdevice mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3541.69Smjacobattach mcpcia at mcbus 3551.69Smjacobfile arch/alpha/pci/mcpcia.c mcpcia 3561.69Smjacobfile arch/alpha/pci/mcpcia_bus_io.c mcpcia 3571.69Smjacobfile arch/alpha/pci/mcpcia_bus_mem.c mcpcia 3581.69Smjacobfile arch/alpha/pci/mcpcia_dma.c mcpcia 3591.69Smjacobfile arch/alpha/pci/mcpcia_pci.c mcpcia 3601.69Smjacob 3611.103Srossdevice tsc { } 3621.103Srossattach tsc at mainbus 3631.103Srossfile arch/alpha/pci/tsc.c dec_6600 3641.103Sross 3651.103Srossdevice tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3661.103Srossattach tsp at tsc 3671.103Srossfile arch/alpha/pci/tsp_dma.c tsp 3681.103Srossfile arch/alpha/pci/tsp_pci.c tsp 3691.103Srossfile arch/alpha/pci/tsp_bus_io.c tsp 3701.103Srossfile arch/alpha/pci/tsp_bus_mem.c tsp 3711.69Smjacob 3721.106Sthorpejdevice ttwoga { hose = -1 } 3731.106Sthorpejattach ttwoga at mainbus 3741.106Sthorpejdevice ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3751.106Sthorpejattach ttwopci at ttwoga 3761.106Sthorpejfile arch/alpha/pci/ttwoga.c ttwoga 3771.106Sthorpejfile arch/alpha/pci/ttwoga_bus_io.c ttwoga 3781.106Sthorpejfile arch/alpha/pci/ttwoga_bus_mem.c ttwoga 3791.106Sthorpejfile arch/alpha/pci/ttwoga_dma.c ttwoga 3801.106Sthorpejfile arch/alpha/pci/ttwoga_pci.c ttwoga 3811.106Sthorpej 3821.106Sthorpej# 3831.106Sthorpej# Sable STDIO support 3841.106Sthorpej# 3851.106Sthorpejdevice sableio { port = -1 } 3861.106Sthorpejattach sableio at pcibus 3871.106Sthorpejfile arch/alpha/sableio/sableio.c sableio 3881.106Sthorpej 3891.106Sthorpejattach com at sableio with com_sableio 3901.106Sthorpejfile arch/alpha/sableio/com_sableio.c com_sableio 3911.106Sthorpej 3921.106Sthorpejattach lpt at sableio with lpt_sableio 3931.106Sthorpejfile arch/alpha/sableio/lpt_sableio.c lpt_sableio 3941.106Sthorpej 3951.106Sthorpejattach pckbc at sableio with pckbc_sableio 3961.106Sthorpejfile arch/alpha/sableio/pckbc_sableio.c pckbc_sableio 3971.106Sthorpej 3981.122Sthorpejattach fdc at sableio with fdc_sableio 3991.122Sthorpejfile arch/alpha/sableio/fdc_sableio.c fdc_sableio 4001.106Sthorpej 4011.44Scgd# CPU support files 4021.117Sthorpejfile arch/alpha/alpha/dec_2000_300.c dec_2000_300 4031.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 4041.119Sthorpejfile arch/alpha/pci/pci_2100_a500.c dec_2100_a500 | dec_2100a_a500 4051.114Sthorpejfile arch/alpha/pci/pci_up1000.c api_up1000 4061.62Srossfile arch/alpha/pci/pci_a12.c avalon_a12 4071.82Sthorpejfile arch/alpha/pci/pci_alphabook1.c dec_alphabook1 4081.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 4091.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 4101.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 4111.74Sthorpejfile arch/alpha/pci/pci_eb64plus.c dec_eb64plus 4121.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 4131.84Sthorpejfile arch/alpha/pci/pci_eb66.c dec_eb66 4141.84Sthorpejfile arch/alpha/pci/pci_eb66_intr.s dec_eb66 4151.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 4161.69Smjacobfile arch/alpha/pci/pci_kn8ae.c dec_kn8ae 4171.69Smjacobfile arch/alpha/pci/pci_kn300.c dec_kn300 4181.75Sthorpejfile arch/alpha/pci/pci_550.c dec_550 4191.81Srossfile arch/alpha/pci/pci_1000a.c dec_1000a 4201.83Srossfile arch/alpha/pci/pci_1000.c dec_1000 4211.103Srossfile arch/alpha/pci/pci_6600.c dec_6600 4221.8Scgd 4231.4Scgd 4241.4Scgd# 4251.8Scgd# PCI Bus devices 4261.4Scgd# 4271.1Scgd 4281.4Scgdfile arch/alpha/pci/pci_machdep.c pci 4291.143Sthorpejfile arch/alpha/pci/agp_machdep.c agp 4301.1Scgd 4311.116Sthorpejdevice sio: isabus, alpha_shared_intr, cy82c693 4321.10Sthorpejattach sio at pci 4331.116Sthorpejdevice pceb: isabus, eisabus, cy82c693 4341.10Sthorpejattach pceb at pci 4351.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 4361.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 4371.156Slukem 4381.156Slukem# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT 4391.156Slukem# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files. 4401.156Slukem# XXX (when the conf/files and files.isa bogons are fixed, this can 4411.156Slukem# XXX be fixed as well.) 4421.156Slukem 4431.156Slukemattach lpt at puc with lpt_puc 4441.156Slukemfile dev/pci/lpt_puc.c lpt_puc 4451.5Scgd 4461.6Scgd 4471.62Sross# 4481.103Sross# A12 if_de hack 4491.62Sross# 4501.63Sthorpejdevice ade: ether, ifnet, arp 4511.62Srossattach ade at pci 4521.90Srossfile arch/alpha/a12/if_ade.c ade 4531.64Sross 4541.64Sross# 4551.64Sross# alpha/a12 platform-specific drivers 4561.64Sross# 4571.64Sross 4581.64Sross# Switch 4591.64Sross 4601.64Srossdevice xb 4611.64Srossattach xb at a12c 4621.64Srossfile arch/alpha/a12/if_xb.c xb 4631.64Sross 4641.64Sross# Console 4651.64Sross 4661.64Srossdevice a12dc 4671.64Srossattach a12dc at a12c 4681.64Srossfile arch/alpha/a12/a12dc.c a12dc needs-flag 4691.8Scgd 4701.5Scgd# 4711.8Scgd# Devices that can live on multiple busses 4721.5Scgd# 4731.5Scgd 4741.63Sthorpejdevice mcclock 4751.12Scgdattach mcclock at ioasic with mcclock_ioasic 4761.12Scgdattach mcclock at isa with mcclock_isa 4771.39Scgdattach mcclock at gbus with mcclock_tlsb 4781.117Sthorpejattach mcclock at jensenio with mcclock_jensenio 4791.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 4801.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 4811.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 4821.39Scgdfile arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb 4831.117Sthorpejfile arch/alpha/jensenio/mcclock_jensenio.c mcclock_jensenio 4841.39Scgd 4851.5Scgd 4861.4Scgd# 4871.4Scgd# Standard files 4881.4Scgd# 4891.1Scgdfile arch/alpha/alpha/autoconf.c 4901.12Scgdfile arch/alpha/alpha/clock.c 4911.93Sdrochnerfile dev/clock_subr.c 4921.1Scgdfile arch/alpha/alpha/conf.c 4931.55Sthorpejfile arch/alpha/alpha/cpuconf.c 4941.1Scgdfile arch/alpha/alpha/interrupt.c 4951.92Sthorpejfile arch/alpha/alpha/ipifuncs.c multiprocessor 4961.1Scgdfile arch/alpha/alpha/machdep.c 4971.1Scgdfile arch/alpha/alpha/mainbus.c 4981.1Scgdfile arch/alpha/alpha/mem.c 4991.137Sthorpejfile arch/alpha/alpha/microtime.c 5001.67Sthorpejfile arch/alpha/alpha/pmap.c 5011.1Scgdfile arch/alpha/alpha/process_machdep.c 5021.132Sfvdlfile arch/alpha/alpha/procfs_machdep.c procfs 5031.1Scgdfile arch/alpha/alpha/prom.c 5041.1Scgdfile arch/alpha/alpha/sys_machdep.c 5051.129Smycroftfile arch/alpha/alpha/syscall.c 5061.1Scgdfile arch/alpha/alpha/trap.c 5071.136Srossfile arch/alpha/alpha/fp_complete.c 5081.1Scgdfile arch/alpha/alpha/vm_machdep.c 5091.1Scgdfile arch/alpha/alpha/disksubr.c 5101.47Sthorpejfile arch/alpha/common/bus_dma.c 5111.85Smjacobfile arch/alpha/common/comlogout.c 5121.1Scgdfile dev/cons.c 5131.4Scgd 5141.44Scgd# Network protocol checksum routines 5151.44Scgdfile arch/alpha/alpha/in_cksum.c inet 5161.139Sthorpejfile netinet/in4_cksum.c inet 5171.19Scgdfile netns/ns_cksum.c ns 5181.1Scgd 5191.44Scgd# PROM console support (for ports that don't have native console support) 5201.5Scgdfile arch/alpha/alpha/promcons.c 5211.6Scgd 5221.44Scgd# CPU support 5231.59Sthorpejfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 5241.119Sthorpejfile arch/alpha/alpha/dec_2100_a500.c dec_2100_a500 | dec_2100a_a500 5251.59Sthorpejfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 5261.59Sthorpejfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 5271.59Sthorpejfile arch/alpha/alpha/dec_550.c dec_550 5281.82Sthorpejfile arch/alpha/alpha/dec_alphabook1.c dec_alphabook1 5291.59Sthorpejfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 5301.59Sthorpejfile arch/alpha/alpha/dec_eb164.c dec_eb164 5311.59Sthorpejfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus 5321.84Sthorpejfile arch/alpha/alpha/dec_eb66.c dec_eb66 5331.59Sthorpejfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 5341.59Sthorpejfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae 5351.69Smjacobfile arch/alpha/alpha/dec_kn300.c dec_kn300 5361.114Sthorpejfile arch/alpha/alpha/api_up1000.c api_up1000 5371.62Srossfile arch/alpha/alpha/avalon_a12.c avalon_a12 5381.83Srossfile arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a 5391.103Srossfile arch/alpha/alpha/dec_6600.c dec_6600 5401.58Sthorpej 5411.58Sthorpej# Kernel debugger support 5421.58Sthorpejfile arch/alpha/alpha/db_disasm.c ddb 5431.58Sthorpejfile arch/alpha/alpha/db_interface.c ddb 5441.58Sthorpejfile arch/alpha/alpha/db_trace.c ddb 5451.135Sthorpej 5461.135Sthorpejfile arch/alpha/alpha/kgdb_machdep.c kgdb 5471.89Sthorpej 5481.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX) 5491.151Srossfile arch/alpha/alpha/compat_13_machdep.c compat_13 | compat_osf1 5501.7Sthorpej 5511.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 5521.26Scgdinclude "compat/osf1/files.osf1" 5531.130Smycroftfile arch/alpha/alpha/osf1_sigcode.s compat_osf1 5541.129Smycroftfile arch/alpha/alpha/osf1_syscall.c compat_osf1 5551.94Serh 5561.94Serh# Linux Binary Compatibility (COMPAT_LINUX) 5571.94Serhinclude "compat/linux/files.linux" 5581.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha" 5591.128Sjdolecekfile arch/alpha/alpha/linux_sigcode.s compat_linux 5601.130Smycroftfile arch/alpha/alpha/linux_syscall.c compat_linux 5611.140Schristosfile arch/alpha/alpha/linux_trap.c compat_linux 5621.94Serh 5631.94Serh# OSS audio driver compatibility 5641.94Serhinclude "compat/ossaudio/files.ossaudio" 5651.76Smatt 5661.76Smatt# XXXX pcic here because it needs to be late. The catch: pcic needs 5671.76Smatt# to be late, so devices which attach to it are attached late. But it 5681.76Smatt# needs to be before its isa and pci attachments. This answer is 5691.76Smatt# non-optimal, but I don't have a better answer right now. 5701.76Smatt 5711.76Smatt# PCIC pcmcia contoller 5721.76Smatt# XXX this needs to be done very late, so it's done here. This feels 5731.76Smatt# like a kludge, but it might be for the best. 5741.76Smatt 5751.149Slukemdefparam PCIC_ISA_ALLOC_IOBASE 5761.149Slukemdefparam PCIC_ISA_ALLOC_IOSIZE 5771.149Slukemdefparam PCIC_ISA_INTR_ALLOC_MASK 5781.76Smatt 5791.99Spkdevice pcic: pcmciabus 5801.76Smattfile dev/ic/i82365.c pcic 5811.76Smatt 5821.100Smycroft# PCIC pcmcia controller on ISA bus. 5831.76Smattattach pcic at isa with pcic_isa 5841.76Smattfile dev/isa/i82365_isa.c pcic_isa 5851.76Smatt 5861.100Smycroft# PCIC pcmcia controller on PCI bus. 5871.76Smattattach pcic at pci with pcic_pci 5881.76Smattfile dev/pci/i82365_pci.c pcic_pci 5891.100Smycroft 5901.100Smycroft# PCIC pcmcia controller on PnP board 5911.100Smycroftattach pcic at isapnp with pcic_isapnp 5921.100Smycroftfile dev/isapnp/i82365_isapnp.c pcic_isapnp 5931.100Smycroft 5941.100Smycroft# Code common to ISA and ISAPnP attachments 5951.100Smycroftfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 5961.76Smatt 5971.76Smatt 5981.76Smatt# this wants to be probed as late as possible. 5991.76Smatt# 6001.76Smatt# Machine-independent PCMCIA drivers 6011.76Smatt# 6021.76Smattinclude "dev/pcmcia/files.pcmcia" 6031.95Smatt# 6041.95Smatt# Machine-independent USB device support 6051.95Smatt# 6061.95Smattinclude "dev/usb/files.usb" 6071.125Smatt# 6081.125Smatt# Machine-independent IEEE 1394 device support 6091.125Smatt# 6101.125Smattinclude "dev/ieee1394/files.ieee1394" 611