files.alpha revision 1.157
11.157Sgehenna# $NetBSD: files.alpha,v 1.157 2002/09/06 13:18:43 gehenna 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.4Scgd 741.61Sthorpej# 751.61Sthorpej# Machine-independent ATA drivers 761.61Sthorpej# 771.61Sthorpej 781.61Sthorpejinclude "dev/ata/files.ata" 791.61Sthorpej 801.33Spk# Memory Disk 811.150Sjdolecekfile dev/md_root.c memory_disk_hooks 821.8Scgd 831.108Snisimura# Raster operations 841.108Snisimurainclude "dev/rasops/files.rasops" 851.108Snisimurainclude "dev/wsfont/files.wsfont" 861.8Scgd 871.6Scgd# 881.70Sdrochner# "Workstation Console" glue. 891.6Scgd# 901.70Sdrochnerinclude "dev/wscons/files.wscons" 911.6Scgd 921.39Scgd 931.39Scgd# 941.39Scgd# TurboLaser Bus Support 951.39Scgd# 961.39Scgd 971.63Sthorpejdevice tlsb { node = -1, offset = -1 } 981.39Scgdattach tlsb at mainbus 991.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 1001.39Scgd 1011.63Sthorpejdevice kft { } 1021.39Scgdattach kft at tlsb 1031.39Scgdfile arch/alpha/tlsb/kftxx.c kft 1041.39Scgd 1051.63Sthorpejdevice tlsbmem 1061.39Scgdattach tlsbmem at tlsb 1071.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 1081.39Scgd 1091.63Sthorpejdevice gbus { offset = -1 } 1101.39Scgdattach gbus at tlsb 1111.39Scgdfile arch/alpha/tlsb/gbus.c gbus 1121.39Scgd 1131.69Smjacob# 1141.69Smjacob# MCBUS support 1151.69Smjacob# 1161.69Smjacob 1171.69Smjacobdevice mcbus { mid = -1 } 1181.69Smjacobattach mcbus at mainbus 1191.69Smjacobfile arch/alpha/mcbus/mcbus.c mcbus & dec_kn300 1201.69Smjacob 1211.69Smjacobdevice mcmem 1221.69Smjacobattach mcmem at mcbus 1231.69Smjacobfile arch/alpha/mcbus/mcmem.c mcmem 1241.39Scgd 1251.6Scgd# 1261.48Sjonathan# Bus-independent support for DEC devices 1271.48Sjonathan# 1281.48Sjonathaninclude "dev/dec/files.dec" 1291.48Sjonathan 1301.48Sjonathan# 1311.108Snisimura# TURBOchannel Devices 1321.4Scgd# 1331.48Sjonathaninclude "dev/tc/files.tc" 1341.4Scgd 1351.48Sjonathan# TC attachment is MD 1361.48Sjonathanattach tc at tcbus 1371.9Scgd 1381.63Sthorpejdevice tcasic: tcbus 1391.11Scgdattach tcasic at mainbus 1401.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1411.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1421.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1431.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1441.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1451.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1461.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1471.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1481.1Scgd 1491.108Snisimura# the TURBOchannel IOCTL ASIC 1501.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1511.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1521.1Scgd 1531.133Snisimura# PMAG-B CX 1541.70Sdrochnerdevice cfb: wsemuldisplaydev, wsrasteremulops 1551.16Scgdattach cfb at tc 1561.142Snisimurafile dev/tc/cfb.c cfb needs-flag 1571.16Scgd 1581.133Snisimura# PMAGB-B HX or CXT 1591.108Snisimuradevice sfb: wsemuldisplaydev, rasops8 1601.11Scgdattach sfb at tc 1611.108Snisimurafile dev/tc/sfb.c sfb needs-flag 1621.142Snisimura 1631.142Snisimura# PMAG-A MX 1641.142Snisimuradevice mfb: wsemuldisplaydev, wsrasteremulops 1651.142Snisimuraattach mfb at tc 1661.142Snisimurafile dev/tc/mfb.c mfb needs-flag 1671.142Snisimura 1681.142Snisimura# PMAG-RO/JA TX 1691.142Snisimuradevice tfb: wsemuldisplaydev, wsrasteremulops 1701.142Snisimuraattach tfb at tc 1711.142Snisimurafile dev/tc/tfb.c tfb needs-flag 1721.133Snisimura 1731.133Snisimura# PMAGD HX+ 1741.133Snisimuradevice sfbp: wsemuldisplaydev, rasops32 1751.133Snisimuraattach sfbp at tc 1761.133Snisimurafile dev/tc/sfbplus.c sfbp needs-flag 1771.134Sad 1781.134Sad# XXX: STIC (stamp interface chip) for PX and PXG 1791.134Saddefine stic 1801.144Sadfile dev/tc/stic.c stic needs-flag 1811.134Sad 1821.134Sad# XXX: PX PMAG-C 1831.134Saddevice px: wsemuldisplaydev, stic 1841.134Sadattach px at tc 1851.144Sadfile dev/tc/px.c px needs-flag 1861.134Sad 1871.134Sad# XXX: PXG PMAG-D, PMAG-E, PMAG-F 1881.134Saddevice pxg: wsemuldisplaydev, stic 1891.134Sadattach pxg at tc 1901.144Sadfile dev/tc/pxg.c pxg needs-flag 1911.1Scgd 1921.4Scgd# 8530 UARTs 1931.63Sthorpejdevice scc: tty 1941.11Scgdattach scc at ioasic 1951.4Scgdfile arch/alpha/tc/scc.c scc needs-count 1961.66Sthorpej 1971.147Slukem# 8530 UARTs using the MI 8530 driver 1981.66Sthorpejdevice zsc { channel = -1 } 1991.66Sthorpejattach zsc at ioasic with zsc_ioasic 2001.121Snisimurafile dev/tc/zs_ioasic.c zsc_ioasic needs-flag 2011.66Sthorpejfile dev/ic/z8530sc.c zsc 2021.66Sthorpej 2031.66Sthorpejdevice zstty: tty 2041.66Sthorpejattach zstty at zsc 2051.66Sthorpejfile dev/ic/z8530tty.c zstty needs-flag 2061.1Scgd 2071.104Snisimuradevice vsms: wsmousedev 2081.104Snisimuraattach vsms at zsc with zsms 2091.121Snisimurafile dev/tc/zsms.c zsms 2101.86Sthorpej 2111.154Saddevice lkkbd: wskbddev, lkkbdmap 2121.104Snisimuraattach lkkbd at zsc with zskbd 2131.121Snisimurafile dev/tc/zskbd.c zskbd needs-flag 2141.4Scgd 2151.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 2161.8Scgd 2171.8Scgd# 2181.8Scgd# ISA Bus support 2191.8Scgd# 2201.8Scgd 2211.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 2221.143Sthorpejinclude "dev/pci/files.agp" 2231.26Scgdinclude "dev/isa/files.isa" 2241.8Scgd 2251.4Scgd# 2261.8Scgd# ISA Bus devices 2271.4Scgd# 2281.1Scgd 2291.31Scgdfile arch/alpha/isa/isa_machdep.c isa 2301.31Scgd 2311.114Sthorpejdefine isadma_bounce 2321.114Sthorpejfile arch/alpha/isa/isadma_bounce.c isadma_bounce 2331.114Sthorpej 2341.70Sdrochnerinclude "dev/pckbc/files.pckbc" 2351.112Snathanw 2361.112Snathanw# ISA speaker generates keyboard beep 2371.112Snathanwdevice isabeep 2381.112Snathanwattach isabeep at pcppi 2391.87Sdrochner 2401.35Scgd# Floppy disk controller 2411.113Sthorpejdevice fdc { drive = -1 }: isadma 2421.113Sthorpejfile dev/isa/fd.c fdc needs-flag 2431.113Sthorpej 2441.113Sthorpejattach fdc at isa with fdc_isa 2451.113Sthorpejfile dev/isa/fdc_isa.c fdc_isa 2461.113Sthorpej 2471.113Sthorpejdevice fd: disk 2481.35Scgdattach fd at fdc 2491.86Sthorpej 2501.86Sthorpej# ISA Plug 'n Play devices 2511.86Sthorpejfile arch/alpha/isa/isapnp_machdep.c isapnp 2521.35Scgd 2531.8Scgd# 2541.8Scgd# EISA Bus support 2551.8Scgd# 2561.8Scgd 2571.26Scgdinclude "dev/eisa/files.eisa" 2581.123Sthorpej 2591.123Sthorpejfile arch/alpha/eisa/eisa_machdep.c eisa 2601.8Scgd 2611.118Sthorpejdevice jensenio {[port = -1]}: eisabus, isabus, isadma_bounce 2621.117Sthorpejattach jensenio at mainbus 2631.117Sthorpejfile arch/alpha/jensenio/jensenio.c jensenio 2641.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_intio.c jensenio 2651.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_io.c jensenio 2661.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_mem.c jensenio 2671.117Sthorpejfile arch/alpha/jensenio/jensenio_dma.c jensenio 2681.117Sthorpejfile arch/alpha/jensenio/jensenio_intr.c jensenio 2691.117Sthorpej 2701.117Sthorpejattach com at jensenio with com_jensenio 2711.117Sthorpejfile arch/alpha/jensenio/com_jensenio.c com_jensenio 2721.117Sthorpej 2731.117Sthorpejattach lpt at jensenio with lpt_jensenio 2741.117Sthorpejfile arch/alpha/jensenio/lpt_jensenio.c lpt_jensenio 2751.117Sthorpej 2761.117Sthorpejattach pckbc at jensenio with pckbc_jensenio 2771.117Sthorpejfile arch/alpha/jensenio/pckbc_jensenio.c pckbc_jensenio 2781.8Scgd 2791.8Scgd# 2801.8Scgd# PCI Bus support 2811.8Scgd# 2821.8Scgd 2831.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2841.71Sthorpej 2851.71Sthorpejfile arch/alpha/pci/pciide_machdep.c pciide 2861.8Scgd 2871.50Scgddefine alpha_pci_sgmap_pte32 2881.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 2891.50Scgd 2901.50Scgddefine alpha_pci_sgmap_pte64 2911.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 2921.50Scgd 2931.63Sthorpejdevice apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2941.10Sthorpejattach apecs at mainbus 2951.5Scgdfile arch/alpha/pci/apecs.c apecs 2961.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 2971.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 2981.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 2991.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 3001.4Scgd 3011.63Sthorpejdevice cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3021.10Sthorpejattach cia at mainbus 3031.8Scgdfile arch/alpha/pci/cia.c cia 3041.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 3051.8Scgdfile arch/alpha/pci/cia_pci.c cia 3061.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_io.c cia 3071.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_mem.c cia 3081.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 3091.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 3101.8Scgd 3111.64Srossdevice a12c { }: pcibus 3121.62Srossattach a12c at mainbus 3131.62Srossfile arch/alpha/pci/a12c.c a12c 3141.62Srossfile arch/alpha/pci/a12c_bus_mem.c a12c 3151.62Srossfile arch/alpha/pci/a12c_dma.c a12c 3161.62Srossfile arch/alpha/pci/a12c_pci.c a12c 3171.62Sross 3181.63Sthorpejdevice dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32 3191.44Scgdattach dwlpx at kft 3201.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 3211.69Smjacobfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 3221.69Smjacobfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 3231.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 3241.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 3251.44Scgd 3261.143Sthorpejdevice irongate: pcibus, agpbus, agp_amd, isadma_bounce 3271.114Sthorpejattach irongate at mainbus 3281.114Sthorpejfile arch/alpha/pci/irongate.c irongate 3291.114Sthorpejfile arch/alpha/pci/irongate_bus_io.c irongate 3301.114Sthorpejfile arch/alpha/pci/irongate_bus_mem.c irongate 3311.114Sthorpejfile arch/alpha/pci/irongate_dma.c irongate 3321.114Sthorpejfile arch/alpha/pci/irongate_pci.c irongate 3331.114Sthorpej 3341.63Sthorpejdevice lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3351.50Scgdattach lca at mainbus 3361.50Scgdfile arch/alpha/pci/lca.c lca 3371.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 3381.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 3391.50Scgdfile arch/alpha/pci/lca_dma.c lca 3401.50Scgdfile arch/alpha/pci/lca_pci.c lca 3411.44Scgd 3421.69Smjacobdevice mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3431.69Smjacobattach mcpcia at mcbus 3441.69Smjacobfile arch/alpha/pci/mcpcia.c mcpcia 3451.69Smjacobfile arch/alpha/pci/mcpcia_bus_io.c mcpcia 3461.69Smjacobfile arch/alpha/pci/mcpcia_bus_mem.c mcpcia 3471.69Smjacobfile arch/alpha/pci/mcpcia_dma.c mcpcia 3481.69Smjacobfile arch/alpha/pci/mcpcia_pci.c mcpcia 3491.69Smjacob 3501.103Srossdevice tsc { } 3511.103Srossattach tsc at mainbus 3521.103Srossfile arch/alpha/pci/tsc.c dec_6600 3531.103Sross 3541.103Srossdevice tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3551.103Srossattach tsp at tsc 3561.103Srossfile arch/alpha/pci/tsp_dma.c tsp 3571.103Srossfile arch/alpha/pci/tsp_pci.c tsp 3581.103Srossfile arch/alpha/pci/tsp_bus_io.c tsp 3591.103Srossfile arch/alpha/pci/tsp_bus_mem.c tsp 3601.69Smjacob 3611.106Sthorpejdevice ttwoga { hose = -1 } 3621.106Sthorpejattach ttwoga at mainbus 3631.106Sthorpejdevice ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3641.106Sthorpejattach ttwopci at ttwoga 3651.106Sthorpejfile arch/alpha/pci/ttwoga.c ttwoga 3661.106Sthorpejfile arch/alpha/pci/ttwoga_bus_io.c ttwoga 3671.106Sthorpejfile arch/alpha/pci/ttwoga_bus_mem.c ttwoga 3681.106Sthorpejfile arch/alpha/pci/ttwoga_dma.c ttwoga 3691.106Sthorpejfile arch/alpha/pci/ttwoga_pci.c ttwoga 3701.106Sthorpej 3711.106Sthorpej# 3721.106Sthorpej# Sable STDIO support 3731.106Sthorpej# 3741.106Sthorpejdevice sableio { port = -1 } 3751.106Sthorpejattach sableio at pcibus 3761.106Sthorpejfile arch/alpha/sableio/sableio.c sableio 3771.106Sthorpej 3781.106Sthorpejattach com at sableio with com_sableio 3791.106Sthorpejfile arch/alpha/sableio/com_sableio.c com_sableio 3801.106Sthorpej 3811.106Sthorpejattach lpt at sableio with lpt_sableio 3821.106Sthorpejfile arch/alpha/sableio/lpt_sableio.c lpt_sableio 3831.106Sthorpej 3841.106Sthorpejattach pckbc at sableio with pckbc_sableio 3851.106Sthorpejfile arch/alpha/sableio/pckbc_sableio.c pckbc_sableio 3861.106Sthorpej 3871.122Sthorpejattach fdc at sableio with fdc_sableio 3881.122Sthorpejfile arch/alpha/sableio/fdc_sableio.c fdc_sableio 3891.106Sthorpej 3901.44Scgd# CPU support files 3911.117Sthorpejfile arch/alpha/alpha/dec_2000_300.c dec_2000_300 3921.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 3931.119Sthorpejfile arch/alpha/pci/pci_2100_a500.c dec_2100_a500 | dec_2100a_a500 3941.114Sthorpejfile arch/alpha/pci/pci_up1000.c api_up1000 3951.62Srossfile arch/alpha/pci/pci_a12.c avalon_a12 3961.82Sthorpejfile arch/alpha/pci/pci_alphabook1.c dec_alphabook1 3971.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 3981.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 3991.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 4001.74Sthorpejfile arch/alpha/pci/pci_eb64plus.c dec_eb64plus 4011.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 4021.84Sthorpejfile arch/alpha/pci/pci_eb66.c dec_eb66 4031.84Sthorpejfile arch/alpha/pci/pci_eb66_intr.s dec_eb66 4041.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 4051.69Smjacobfile arch/alpha/pci/pci_kn8ae.c dec_kn8ae 4061.69Smjacobfile arch/alpha/pci/pci_kn300.c dec_kn300 4071.75Sthorpejfile arch/alpha/pci/pci_550.c dec_550 4081.81Srossfile arch/alpha/pci/pci_1000a.c dec_1000a 4091.83Srossfile arch/alpha/pci/pci_1000.c dec_1000 4101.103Srossfile arch/alpha/pci/pci_6600.c dec_6600 4111.8Scgd 4121.4Scgd 4131.4Scgd# 4141.8Scgd# PCI Bus devices 4151.4Scgd# 4161.1Scgd 4171.4Scgdfile arch/alpha/pci/pci_machdep.c pci 4181.143Sthorpejfile arch/alpha/pci/agp_machdep.c agp 4191.1Scgd 4201.116Sthorpejdevice sio: isabus, alpha_shared_intr, cy82c693 4211.10Sthorpejattach sio at pci 4221.116Sthorpejdevice pceb: isabus, eisabus, cy82c693 4231.10Sthorpejattach pceb at pci 4241.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 4251.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 4261.156Slukem 4271.156Slukem# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT 4281.156Slukem# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files. 4291.156Slukem# XXX (when the conf/files and files.isa bogons are fixed, this can 4301.156Slukem# XXX be fixed as well.) 4311.156Slukem 4321.156Slukemattach lpt at puc with lpt_puc 4331.156Slukemfile dev/pci/lpt_puc.c lpt_puc 4341.5Scgd 4351.6Scgd 4361.62Sross# 4371.103Sross# A12 if_de hack 4381.62Sross# 4391.63Sthorpejdevice ade: ether, ifnet, arp 4401.62Srossattach ade at pci 4411.90Srossfile arch/alpha/a12/if_ade.c ade 4421.64Sross 4431.64Sross# 4441.64Sross# alpha/a12 platform-specific drivers 4451.64Sross# 4461.64Sross 4471.64Sross# Switch 4481.64Sross 4491.64Srossdevice xb 4501.64Srossattach xb at a12c 4511.64Srossfile arch/alpha/a12/if_xb.c xb 4521.64Sross 4531.64Sross# Console 4541.64Sross 4551.64Srossdevice a12dc 4561.64Srossattach a12dc at a12c 4571.64Srossfile arch/alpha/a12/a12dc.c a12dc needs-flag 4581.8Scgd 4591.5Scgd# 4601.8Scgd# Devices that can live on multiple busses 4611.5Scgd# 4621.5Scgd 4631.63Sthorpejdevice mcclock 4641.12Scgdattach mcclock at ioasic with mcclock_ioasic 4651.12Scgdattach mcclock at isa with mcclock_isa 4661.39Scgdattach mcclock at gbus with mcclock_tlsb 4671.117Sthorpejattach mcclock at jensenio with mcclock_jensenio 4681.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 4691.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 4701.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 4711.39Scgdfile arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb 4721.117Sthorpejfile arch/alpha/jensenio/mcclock_jensenio.c mcclock_jensenio 4731.39Scgd 4741.5Scgd 4751.4Scgd# 4761.4Scgd# Standard files 4771.4Scgd# 4781.1Scgdfile arch/alpha/alpha/autoconf.c 4791.12Scgdfile arch/alpha/alpha/clock.c 4801.93Sdrochnerfile dev/clock_subr.c 4811.1Scgdfile arch/alpha/alpha/conf.c 4821.55Sthorpejfile arch/alpha/alpha/cpuconf.c 4831.1Scgdfile arch/alpha/alpha/interrupt.c 4841.92Sthorpejfile arch/alpha/alpha/ipifuncs.c multiprocessor 4851.1Scgdfile arch/alpha/alpha/machdep.c 4861.1Scgdfile arch/alpha/alpha/mainbus.c 4871.1Scgdfile arch/alpha/alpha/mem.c 4881.137Sthorpejfile arch/alpha/alpha/microtime.c 4891.67Sthorpejfile arch/alpha/alpha/pmap.c 4901.1Scgdfile arch/alpha/alpha/process_machdep.c 4911.132Sfvdlfile arch/alpha/alpha/procfs_machdep.c procfs 4921.1Scgdfile arch/alpha/alpha/prom.c 4931.1Scgdfile arch/alpha/alpha/sys_machdep.c 4941.129Smycroftfile arch/alpha/alpha/syscall.c 4951.1Scgdfile arch/alpha/alpha/trap.c 4961.136Srossfile arch/alpha/alpha/fp_complete.c 4971.1Scgdfile arch/alpha/alpha/vm_machdep.c 4981.1Scgdfile arch/alpha/alpha/disksubr.c 4991.47Sthorpejfile arch/alpha/common/bus_dma.c 5001.85Smjacobfile arch/alpha/common/comlogout.c 5011.1Scgdfile dev/cons.c 5021.4Scgd 5031.44Scgd# Network protocol checksum routines 5041.44Scgdfile arch/alpha/alpha/in_cksum.c inet 5051.139Sthorpejfile netinet/in4_cksum.c inet 5061.19Scgdfile netns/ns_cksum.c ns 5071.1Scgd 5081.44Scgd# PROM console support (for ports that don't have native console support) 5091.5Scgdfile arch/alpha/alpha/promcons.c 5101.6Scgd 5111.44Scgd# CPU support 5121.59Sthorpejfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 5131.119Sthorpejfile arch/alpha/alpha/dec_2100_a500.c dec_2100_a500 | dec_2100a_a500 5141.59Sthorpejfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 5151.59Sthorpejfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 5161.59Sthorpejfile arch/alpha/alpha/dec_550.c dec_550 5171.82Sthorpejfile arch/alpha/alpha/dec_alphabook1.c dec_alphabook1 5181.59Sthorpejfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 5191.59Sthorpejfile arch/alpha/alpha/dec_eb164.c dec_eb164 5201.59Sthorpejfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus 5211.84Sthorpejfile arch/alpha/alpha/dec_eb66.c dec_eb66 5221.59Sthorpejfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 5231.59Sthorpejfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae 5241.69Smjacobfile arch/alpha/alpha/dec_kn300.c dec_kn300 5251.114Sthorpejfile arch/alpha/alpha/api_up1000.c api_up1000 5261.62Srossfile arch/alpha/alpha/avalon_a12.c avalon_a12 5271.83Srossfile arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a 5281.103Srossfile arch/alpha/alpha/dec_6600.c dec_6600 5291.58Sthorpej 5301.58Sthorpej# Kernel debugger support 5311.58Sthorpejfile arch/alpha/alpha/db_disasm.c ddb 5321.58Sthorpejfile arch/alpha/alpha/db_interface.c ddb 5331.58Sthorpejfile arch/alpha/alpha/db_trace.c ddb 5341.135Sthorpej 5351.135Sthorpejfile arch/alpha/alpha/kgdb_machdep.c kgdb 5361.89Sthorpej 5371.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX) 5381.151Srossfile arch/alpha/alpha/compat_13_machdep.c compat_13 | compat_osf1 5391.7Sthorpej 5401.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 5411.26Scgdinclude "compat/osf1/files.osf1" 5421.130Smycroftfile arch/alpha/alpha/osf1_sigcode.s compat_osf1 5431.129Smycroftfile arch/alpha/alpha/osf1_syscall.c compat_osf1 5441.94Serh 5451.94Serh# Linux Binary Compatibility (COMPAT_LINUX) 5461.94Serhinclude "compat/linux/files.linux" 5471.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha" 5481.128Sjdolecekfile arch/alpha/alpha/linux_sigcode.s compat_linux 5491.130Smycroftfile arch/alpha/alpha/linux_syscall.c compat_linux 5501.140Schristosfile arch/alpha/alpha/linux_trap.c compat_linux 5511.94Serh 5521.94Serh# OSS audio driver compatibility 5531.94Serhinclude "compat/ossaudio/files.ossaudio" 5541.76Smatt 5551.76Smatt# XXXX pcic here because it needs to be late. The catch: pcic needs 5561.76Smatt# to be late, so devices which attach to it are attached late. But it 5571.76Smatt# needs to be before its isa and pci attachments. This answer is 5581.76Smatt# non-optimal, but I don't have a better answer right now. 5591.76Smatt 5601.76Smatt# PCIC pcmcia contoller 5611.76Smatt# XXX this needs to be done very late, so it's done here. This feels 5621.76Smatt# like a kludge, but it might be for the best. 5631.76Smatt 5641.149Slukemdefparam PCIC_ISA_ALLOC_IOBASE 5651.149Slukemdefparam PCIC_ISA_ALLOC_IOSIZE 5661.149Slukemdefparam PCIC_ISA_INTR_ALLOC_MASK 5671.76Smatt 5681.99Spkdevice pcic: pcmciabus 5691.76Smattfile dev/ic/i82365.c pcic 5701.76Smatt 5711.100Smycroft# PCIC pcmcia controller on ISA bus. 5721.76Smattattach pcic at isa with pcic_isa 5731.76Smattfile dev/isa/i82365_isa.c pcic_isa 5741.76Smatt 5751.100Smycroft# PCIC pcmcia controller on PCI bus. 5761.76Smattattach pcic at pci with pcic_pci 5771.76Smattfile dev/pci/i82365_pci.c pcic_pci 5781.100Smycroft 5791.100Smycroft# PCIC pcmcia controller on PnP board 5801.100Smycroftattach pcic at isapnp with pcic_isapnp 5811.100Smycroftfile dev/isapnp/i82365_isapnp.c pcic_isapnp 5821.100Smycroft 5831.100Smycroft# Code common to ISA and ISAPnP attachments 5841.100Smycroftfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 5851.76Smatt 5861.76Smatt 5871.76Smatt# this wants to be probed as late as possible. 5881.76Smatt# 5891.76Smatt# Machine-independent PCMCIA drivers 5901.76Smatt# 5911.76Smattinclude "dev/pcmcia/files.pcmcia" 5921.95Smatt# 5931.95Smatt# Machine-independent USB device support 5941.95Smatt# 5951.95Smattinclude "dev/usb/files.usb" 5961.125Smatt# 5971.125Smatt# Machine-independent IEEE 1394 device support 5981.125Smatt# 5991.125Smattinclude "dev/ieee1394/files.ieee1394" 6001.157Sgehenna 6011.157Sgehennainclude "arch/alpha/conf/majors.alpha" 602