files.alpha revision 1.119
11.119Sthorpej# $NetBSD: files.alpha,v 1.119 2000/06/25 17:21:57 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.44Scgddefopt DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 121.44Scgddefopt DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 131.106Sthorpejdefopt DEC_2100_A500 # Sable etc: AlphaServer 2100 141.119Sthorpejdefopt DEC_2100A_A500 # Lynx etc: AlphaServer 2100A 151.44Scgddefopt DEC_3000_300 # Pelican etc: 3000/300* 161.44Scgddefopt DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 171.52Scgddefopt DEC_550 # Miata: Personal Workstation (550) 181.44Scgddefopt DEC_AXPPCI_33 # NoName: AXPpci33, etc. 191.44Scgddefopt DEC_EB164 # EB164: AlphaPC 164 201.44Scgddefopt DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 211.44Scgddefopt DEC_KN20AA # KN20AA: AlphaStation 500 and 600 221.44Scgddefopt DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 231.69Smjacobdefopt DEC_KN300 # KN300: AlphaServer 4X00 241.62Srossdefopt AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer 251.83Srossdefopt DEC_1000 # Mikasa etc: AlphaServer 1000 261.81Srossdefopt DEC_1000A # Corelle etc: AlphaServer 800 and 1000A 271.82Sthorpejdefopt DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook 281.84Sthorpejdefopt DEC_EB66 # EB66: 21066 Evaluation Board 291.103Srossdefopt DEC_6600 # EV6 Various EV6 Systems 301.115Sthorpejdefopt API_UP1000 # EV6 Alpha Processor, Inc. UP1000 311.44Scgd 321.44Scgd# Miscellaneous CPU-specific option headers 331.44Scgddefopt FIX_UNALIGNED_VAX_FP 341.66Sthorpejdefopt ZS_IOASIC_DMA 351.68Sthorpej 361.68Sthorpej# XXX Temporary, until integration is finished. 371.68Sthorpejdefopt NEW_SCC_DRIVER 381.44Scgd 391.93Sdrochner# realtime clock compatible to OSF/1 401.93Sdrochnerdefopt 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.1Scgd 621.88Sthorpej# 631.88Sthorpej# Machine-independent MII/PHY drivers. 641.88Sthorpej# 651.88Sthorpej 661.88Sthorpejinclude "dev/mii/files.mii" 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.33Spkfile arch/alpha/alpha/md_root.c memory_disk_hooks 851.33Spkmajor { md = 6 } 861.109Soster 871.109Soster# RAIDframe 881.109Sostermajor { raid = 16 } 891.8Scgd 901.108Snisimura# Raster operations 911.108Snisimurainclude "dev/rasops/files.rasops" 921.108Snisimurainclude "dev/wsfont/files.wsfont" 931.8Scgd 941.6Scgd# 951.70Sdrochner# "Workstation Console" glue. 961.6Scgd# 971.70Sdrochnerinclude "dev/wscons/files.wscons" 981.6Scgd 991.39Scgd 1001.39Scgd# 1011.39Scgd# TurboLaser Bus Support 1021.39Scgd# 1031.39Scgd 1041.63Sthorpejdevice tlsb { node = -1, offset = -1 } 1051.39Scgdattach tlsb at mainbus 1061.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 1071.39Scgd 1081.63Sthorpejdevice kft { } 1091.39Scgdattach kft at tlsb 1101.39Scgdfile arch/alpha/tlsb/kftxx.c kft 1111.39Scgd 1121.63Sthorpejdevice tlsbmem 1131.39Scgdattach tlsbmem at tlsb 1141.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 1151.39Scgd 1161.63Sthorpejdevice gbus { offset = -1 } 1171.39Scgdattach gbus at tlsb 1181.39Scgdfile arch/alpha/tlsb/gbus.c gbus 1191.39Scgd 1201.69Smjacob# 1211.69Smjacob# MCBUS support 1221.69Smjacob# 1231.69Smjacob 1241.69Smjacobdevice mcbus { mid = -1 } 1251.69Smjacobattach mcbus at mainbus 1261.69Smjacobfile arch/alpha/mcbus/mcbus.c mcbus & dec_kn300 1271.69Smjacob 1281.69Smjacobdevice mcmem 1291.69Smjacobattach mcmem at mcbus 1301.69Smjacobfile arch/alpha/mcbus/mcmem.c mcmem 1311.39Scgd 1321.6Scgd# 1331.48Sjonathan# Bus-independent support for DEC devices 1341.48Sjonathan# 1351.48Sjonathaninclude "dev/dec/files.dec" 1361.48Sjonathan 1371.48Sjonathan# 1381.108Snisimura# TURBOchannel Devices 1391.4Scgd# 1401.48Sjonathaninclude "dev/tc/files.tc" 1411.4Scgd 1421.48Sjonathan# TC attachment is MD 1431.48Sjonathanattach tc at tcbus 1441.9Scgd 1451.63Sthorpejdevice tcasic: tcbus 1461.11Scgdattach tcasic at mainbus 1471.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1481.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1491.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1501.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1511.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1521.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1531.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1541.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1551.1Scgd 1561.108Snisimura# the TURBOchannel IOCTL ASIC 1571.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1581.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1591.1Scgd 1601.16Scgd# Color Frame buffer 1611.70Sdrochnerdevice cfb: wsemuldisplaydev, wsrasteremulops 1621.16Scgdattach cfb at tc 1631.98Sbriggsfile arch/alpha/tc/cfb.c cfb needs-flag 1641.16Scgd 1651.16Scgd# Smart Frame buffer 1661.108Snisimuradevice sfb: wsemuldisplaydev, rasops8 1671.11Scgdattach sfb at tc 1681.108Snisimurafile dev/tc/sfb.c sfb needs-flag 1691.1Scgd 1701.4Scgd# 8530 UARTs 1711.63Sthorpejdevice scc: tty 1721.11Scgdattach scc at ioasic 1731.4Scgdfile arch/alpha/tc/scc.c scc needs-count 1741.66Sthorpej 1751.66Sthorpej# 8530 UARTs using the MI 8530 driver 1761.66Sthorpejdevice zsc { channel = -1 } 1771.66Sthorpejattach zsc at ioasic with zsc_ioasic 1781.110Sthorpejfile arch/alpha/tc/zs_ioasic.c zsc_ioasic needs-flag 1791.66Sthorpejfile dev/ic/z8530sc.c zsc 1801.66Sthorpej 1811.66Sthorpejdevice zstty: tty 1821.66Sthorpejattach zstty at zsc 1831.66Sthorpejfile dev/ic/z8530tty.c zstty needs-flag 1841.1Scgd 1851.104Snisimuradevice vsms: wsmousedev 1861.104Snisimuraattach vsms at zsc with zsms 1871.98Sbriggsfile dev/dec/zsms.c zsms 1881.86Sthorpej 1891.104Snisimuradevice lkkbd: wskbddev 1901.104Snisimuraattach lkkbd at zsc with zskbd 1911.98Sbriggsfile dev/dec/zskbd.c zskbd needs-flag 1921.86Sthorpej 1931.4Scgd# the TCDS ASIC 1941.77Sthorpejdevice tcds { chip = -1 } 1951.11Scgdattach tcds at tc 1961.77Sthorpejfile arch/alpha/tc/tcds.c tcds 1971.4Scgd 1981.4Scgd# 53C[F]90 SCSI 1991.63Sthorpejdevice asc: scsi, ncr53c9x 2001.78Sthorpejattach asc at tcds with asc_tcds 2011.77Sthorpejfile arch/alpha/tc/asc.c asc 2021.38Sthorpejfile arch/alpha/tc/tcds_dma.c asc 2031.4Scgd 2041.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 2051.8Scgd 2061.8Scgd# 2071.8Scgd# ISA Bus support 2081.8Scgd# 2091.8Scgd 2101.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 2111.26Scgdinclude "dev/isa/files.isa" 2121.8Scgd 2131.4Scgd# 2141.8Scgd# ISA Bus devices 2151.4Scgd# 2161.1Scgd 2171.31Scgdfile arch/alpha/isa/isa_machdep.c isa 2181.31Scgd 2191.114Sthorpejdefine isadma_bounce 2201.114Sthorpejfile arch/alpha/isa/isadma_bounce.c isadma_bounce 2211.114Sthorpej 2221.70Sdrochnerinclude "dev/pckbc/files.pckbc" 2231.112Snathanw 2241.112Snathanw# ISA speaker generates keyboard beep 2251.112Snathanwdevice isabeep 2261.112Snathanwattach isabeep at pcppi 2271.87Sdrochner 2281.35Scgd# Floppy disk controller 2291.113Sthorpejdevice fdc { drive = -1 }: isadma 2301.113Sthorpejfile dev/isa/fd.c fdc needs-flag 2311.113Sthorpej 2321.113Sthorpejattach fdc at isa with fdc_isa 2331.113Sthorpejfile dev/isa/fdc_isa.c fdc_isa 2341.113Sthorpej 2351.113Sthorpejdevice fd: disk 2361.35Scgdattach fd at fdc 2371.35Scgdmajor { fd = 0 } 2381.86Sthorpej 2391.86Sthorpej# ISA Plug 'n Play devices 2401.86Sthorpejfile arch/alpha/isa/isapnp_machdep.c isapnp 2411.35Scgd 2421.8Scgd# 2431.8Scgd# EISA Bus support 2441.8Scgd# 2451.8Scgd 2461.26Scgdinclude "dev/eisa/files.eisa" 2471.8Scgd 2481.118Sthorpejdevice jensenio {[port = -1]}: eisabus, isabus, isadma_bounce 2491.117Sthorpejattach jensenio at mainbus 2501.117Sthorpejfile arch/alpha/jensenio/jensenio.c jensenio 2511.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_intio.c jensenio 2521.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_io.c jensenio 2531.117Sthorpejfile arch/alpha/jensenio/jensenio_bus_mem.c jensenio 2541.117Sthorpejfile arch/alpha/jensenio/jensenio_dma.c jensenio 2551.117Sthorpejfile arch/alpha/jensenio/jensenio_intr.c jensenio 2561.117Sthorpej 2571.117Sthorpejattach com at jensenio with com_jensenio 2581.117Sthorpejfile arch/alpha/jensenio/com_jensenio.c com_jensenio 2591.117Sthorpej 2601.117Sthorpejattach lpt at jensenio with lpt_jensenio 2611.117Sthorpejfile arch/alpha/jensenio/lpt_jensenio.c lpt_jensenio 2621.117Sthorpej 2631.117Sthorpejattach pckbc at jensenio with pckbc_jensenio 2641.117Sthorpejfile arch/alpha/jensenio/pckbc_jensenio.c pckbc_jensenio 2651.8Scgd 2661.8Scgd# 2671.8Scgd# PCI Bus support 2681.8Scgd# 2691.8Scgd 2701.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2711.71Sthorpej 2721.71Sthorpejfile arch/alpha/pci/pciide_machdep.c pciide 2731.8Scgd 2741.50Scgddefine alpha_pci_sgmap_pte32 2751.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 2761.50Scgd 2771.50Scgddefine alpha_pci_sgmap_pte64 2781.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 2791.50Scgd 2801.63Sthorpejdevice apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2811.10Sthorpejattach apecs at mainbus 2821.5Scgdfile arch/alpha/pci/apecs.c apecs 2831.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 2841.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 2851.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 2861.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 2871.4Scgd 2881.63Sthorpejdevice cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2891.10Sthorpejattach cia at mainbus 2901.8Scgdfile arch/alpha/pci/cia.c cia 2911.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 2921.8Scgdfile arch/alpha/pci/cia_pci.c cia 2931.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_io.c cia 2941.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_mem.c cia 2951.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 2961.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 2971.8Scgd 2981.64Srossdevice a12c { }: pcibus 2991.62Srossattach a12c at mainbus 3001.62Srossfile arch/alpha/pci/a12c.c a12c 3011.62Srossfile arch/alpha/pci/a12c_bus_mem.c a12c 3021.62Srossfile arch/alpha/pci/a12c_dma.c a12c 3031.62Srossfile arch/alpha/pci/a12c_pci.c a12c 3041.62Sross 3051.63Sthorpejdevice dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32 3061.44Scgdattach dwlpx at kft 3071.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 3081.69Smjacobfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 3091.69Smjacobfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 3101.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 3111.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 3121.44Scgd 3131.114Sthorpejdevice irongate: pcibus, isadma_bounce 3141.114Sthorpejattach irongate at mainbus 3151.114Sthorpejfile arch/alpha/pci/irongate.c irongate 3161.114Sthorpejfile arch/alpha/pci/irongate_bus_io.c irongate 3171.114Sthorpejfile arch/alpha/pci/irongate_bus_mem.c irongate 3181.114Sthorpejfile arch/alpha/pci/irongate_dma.c irongate 3191.114Sthorpejfile arch/alpha/pci/irongate_pci.c irongate 3201.114Sthorpej 3211.63Sthorpejdevice lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3221.50Scgdattach lca at mainbus 3231.50Scgdfile arch/alpha/pci/lca.c lca 3241.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 3251.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 3261.50Scgdfile arch/alpha/pci/lca_dma.c lca 3271.50Scgdfile arch/alpha/pci/lca_pci.c lca 3281.44Scgd 3291.69Smjacobdevice mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3301.69Smjacobattach mcpcia at mcbus 3311.69Smjacobfile arch/alpha/pci/mcpcia.c mcpcia 3321.69Smjacobfile arch/alpha/pci/mcpcia_bus_io.c mcpcia 3331.69Smjacobfile arch/alpha/pci/mcpcia_bus_mem.c mcpcia 3341.69Smjacobfile arch/alpha/pci/mcpcia_dma.c mcpcia 3351.69Smjacobfile arch/alpha/pci/mcpcia_pci.c mcpcia 3361.69Smjacob 3371.103Srossdevice tsc { } 3381.103Srossattach tsc at mainbus 3391.103Srossfile arch/alpha/pci/tsc.c dec_6600 3401.103Sross 3411.103Srossdevice tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3421.103Srossattach tsp at tsc 3431.103Srossfile arch/alpha/pci/tsp_dma.c tsp 3441.103Srossfile arch/alpha/pci/tsp_pci.c tsp 3451.103Srossfile arch/alpha/pci/tsp_bus_io.c tsp 3461.103Srossfile arch/alpha/pci/tsp_bus_mem.c tsp 3471.69Smjacob 3481.106Sthorpejdevice ttwoga { hose = -1 } 3491.106Sthorpejattach ttwoga at mainbus 3501.106Sthorpejdevice ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3511.106Sthorpejattach ttwopci at ttwoga 3521.106Sthorpejfile arch/alpha/pci/ttwoga.c ttwoga 3531.106Sthorpejfile arch/alpha/pci/ttwoga_bus_io.c ttwoga 3541.106Sthorpejfile arch/alpha/pci/ttwoga_bus_mem.c ttwoga 3551.106Sthorpejfile arch/alpha/pci/ttwoga_dma.c ttwoga 3561.106Sthorpejfile arch/alpha/pci/ttwoga_pci.c ttwoga 3571.106Sthorpej 3581.106Sthorpej# 3591.106Sthorpej# Sable STDIO support 3601.106Sthorpej# 3611.106Sthorpejdevice sableio { port = -1 } 3621.106Sthorpejattach sableio at pcibus 3631.106Sthorpejfile arch/alpha/sableio/sableio.c sableio 3641.106Sthorpej 3651.106Sthorpejattach com at sableio with com_sableio 3661.106Sthorpejfile arch/alpha/sableio/com_sableio.c com_sableio 3671.106Sthorpej 3681.106Sthorpejattach lpt at sableio with lpt_sableio 3691.106Sthorpejfile arch/alpha/sableio/lpt_sableio.c lpt_sableio 3701.106Sthorpej 3711.106Sthorpejattach pckbc at sableio with pckbc_sableio 3721.106Sthorpejfile arch/alpha/sableio/pckbc_sableio.c pckbc_sableio 3731.106Sthorpej 3741.106Sthorpej#attach fdc at sableio with fdc_sableio 3751.106Sthorpej#file arch/alpha/sableio/fdc_sableio.c fdc_sableio 3761.106Sthorpej 3771.44Scgd# CPU support files 3781.117Sthorpejfile arch/alpha/alpha/dec_2000_300.c dec_2000_300 3791.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 3801.119Sthorpejfile arch/alpha/pci/pci_2100_a500.c dec_2100_a500 | dec_2100a_a500 3811.114Sthorpejfile arch/alpha/pci/pci_up1000.c api_up1000 3821.62Srossfile arch/alpha/pci/pci_a12.c avalon_a12 3831.82Sthorpejfile arch/alpha/pci/pci_alphabook1.c dec_alphabook1 3841.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 3851.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 3861.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 3871.74Sthorpejfile arch/alpha/pci/pci_eb64plus.c dec_eb64plus 3881.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 3891.84Sthorpejfile arch/alpha/pci/pci_eb66.c dec_eb66 3901.84Sthorpejfile arch/alpha/pci/pci_eb66_intr.s dec_eb66 3911.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 3921.69Smjacobfile arch/alpha/pci/pci_kn8ae.c dec_kn8ae 3931.69Smjacobfile arch/alpha/pci/pci_kn300.c dec_kn300 3941.75Sthorpejfile arch/alpha/pci/pci_550.c dec_550 3951.81Srossfile arch/alpha/pci/pci_1000a.c dec_1000a 3961.83Srossfile arch/alpha/pci/pci_1000.c dec_1000 3971.103Srossfile arch/alpha/pci/pci_6600.c dec_6600 3981.8Scgd 3991.4Scgd 4001.4Scgd# 4011.8Scgd# PCI Bus devices 4021.4Scgd# 4031.1Scgd 4041.4Scgdfile arch/alpha/pci/pci_machdep.c pci 4051.1Scgd 4061.116Sthorpejdevice sio: isabus, alpha_shared_intr, cy82c693 4071.10Sthorpejattach sio at pci 4081.116Sthorpejdevice pceb: isabus, eisabus, cy82c693 4091.10Sthorpejattach pceb at pci 4101.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 4111.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 4121.5Scgd 4131.6Scgd 4141.62Sross# 4151.103Sross# A12 if_de hack 4161.62Sross# 4171.63Sthorpejdevice ade: ether, ifnet, arp 4181.62Srossattach ade at pci 4191.90Srossfile arch/alpha/a12/if_ade.c ade 4201.64Sross 4211.64Sross# 4221.64Sross# alpha/a12 platform-specific drivers 4231.64Sross# 4241.64Sross 4251.64Sross# Switch 4261.64Sross 4271.64Srossdevice xb 4281.64Srossattach xb at a12c 4291.64Srossfile arch/alpha/a12/if_xb.c xb 4301.64Sross 4311.64Sross# Console 4321.64Sross 4331.64Srossdevice a12dc 4341.64Srossattach a12dc at a12c 4351.64Srossfile arch/alpha/a12/a12dc.c a12dc needs-flag 4361.8Scgd 4371.5Scgd# 4381.8Scgd# Devices that can live on multiple busses 4391.5Scgd# 4401.5Scgd 4411.63Sthorpejdevice mcclock 4421.12Scgdattach mcclock at ioasic with mcclock_ioasic 4431.12Scgdattach mcclock at isa with mcclock_isa 4441.39Scgdattach mcclock at gbus with mcclock_tlsb 4451.117Sthorpejattach mcclock at jensenio with mcclock_jensenio 4461.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 4471.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 4481.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 4491.39Scgdfile arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb 4501.117Sthorpejfile arch/alpha/jensenio/mcclock_jensenio.c mcclock_jensenio 4511.39Scgd 4521.5Scgd 4531.4Scgd# 4541.4Scgd# Standard files 4551.4Scgd# 4561.1Scgdfile arch/alpha/alpha/autoconf.c 4571.12Scgdfile arch/alpha/alpha/clock.c 4581.93Sdrochnerfile dev/clock_subr.c 4591.1Scgdfile arch/alpha/alpha/conf.c 4601.55Sthorpejfile arch/alpha/alpha/cpuconf.c 4611.1Scgdfile arch/alpha/alpha/interrupt.c 4621.92Sthorpejfile arch/alpha/alpha/ipifuncs.c multiprocessor 4631.1Scgdfile arch/alpha/alpha/machdep.c 4641.1Scgdfile arch/alpha/alpha/mainbus.c 4651.1Scgdfile arch/alpha/alpha/mem.c 4661.67Sthorpejfile arch/alpha/alpha/pmap.c 4671.1Scgdfile arch/alpha/alpha/process_machdep.c 4681.1Scgdfile arch/alpha/alpha/prom.c 4691.1Scgdfile arch/alpha/alpha/support.c 4701.1Scgdfile arch/alpha/alpha/sys_machdep.c 4711.1Scgdfile arch/alpha/alpha/trap.c 4721.1Scgdfile arch/alpha/alpha/vm_machdep.c 4731.1Scgdfile arch/alpha/alpha/disksubr.c 4741.47Sthorpejfile arch/alpha/common/bus_dma.c 4751.85Smjacobfile arch/alpha/common/comlogout.c 4761.1Scgdfile dev/cons.c 4771.4Scgd 4781.44Scgd# Network protocol checksum routines 4791.44Scgdfile arch/alpha/alpha/in_cksum.c inet 4801.107Sthorpejfile netinet/in4_cksum.c inet 4811.19Scgdfile netns/ns_cksum.c ns 4821.1Scgd 4831.44Scgd# PROM console support (for ports that don't have native console support) 4841.5Scgdfile arch/alpha/alpha/promcons.c 4851.6Scgd 4861.44Scgd# CPU support 4871.59Sthorpejfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 4881.119Sthorpejfile arch/alpha/alpha/dec_2100_a500.c dec_2100_a500 | dec_2100a_a500 4891.59Sthorpejfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 4901.59Sthorpejfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 4911.59Sthorpejfile arch/alpha/alpha/dec_550.c dec_550 4921.82Sthorpejfile arch/alpha/alpha/dec_alphabook1.c dec_alphabook1 4931.59Sthorpejfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 4941.59Sthorpejfile arch/alpha/alpha/dec_eb164.c dec_eb164 4951.59Sthorpejfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus 4961.84Sthorpejfile arch/alpha/alpha/dec_eb66.c dec_eb66 4971.59Sthorpejfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 4981.59Sthorpejfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae 4991.69Smjacobfile arch/alpha/alpha/dec_kn300.c dec_kn300 5001.114Sthorpejfile arch/alpha/alpha/api_up1000.c api_up1000 5011.62Srossfile arch/alpha/alpha/avalon_a12.c avalon_a12 5021.83Srossfile arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a 5031.103Srossfile arch/alpha/alpha/dec_6600.c dec_6600 5041.58Sthorpej 5051.58Sthorpej# Kernel debugger support 5061.58Sthorpejfile arch/alpha/alpha/db_disasm.c ddb 5071.58Sthorpejfile arch/alpha/alpha/db_interface.c ddb 5081.58Sthorpejfile arch/alpha/alpha/db_trace.c ddb 5091.89Sthorpej 5101.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX) 5111.89Sthorpejfile arch/alpha/alpha/compat_13_machdep.c compat_13 5121.7Sthorpej 5131.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 5141.26Scgdinclude "compat/osf1/files.osf1" 5151.101Scgdfile arch/alpha/alpha/osf1_locore.s compat_osf1 5161.94Serh 5171.94Serh# Linux Binary Compatibility (COMPAT_LINUX) 5181.94Serhinclude "compat/linux/files.linux" 5191.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha" 5201.94Serh 5211.94Serh# OSS audio driver compatibility 5221.94Serhinclude "compat/ossaudio/files.ossaudio" 5231.76Smatt 5241.76Smatt# XXXX pcic here because it needs to be late. The catch: pcic needs 5251.76Smatt# to be late, so devices which attach to it are attached late. But it 5261.76Smatt# needs to be before its isa and pci attachments. This answer is 5271.76Smatt# non-optimal, but I don't have a better answer right now. 5281.76Smatt 5291.76Smatt# PCIC pcmcia contoller 5301.76Smatt# XXX this needs to be done very late, so it's done here. This feels 5311.76Smatt# like a kludge, but it might be for the best. 5321.76Smatt 5331.76Smattdefopt PCIC_ISA_ALLOC_IOBASE 5341.76Smattdefopt PCIC_ISA_ALLOC_IOSIZE 5351.76Smattdefopt PCIC_ISA_INTR_ALLOC_MASK 5361.76Smatt 5371.99Spkdevice pcic: pcmciabus 5381.76Smattfile dev/ic/i82365.c pcic 5391.76Smatt 5401.100Smycroft# PCIC pcmcia controller on ISA bus. 5411.76Smattattach pcic at isa with pcic_isa 5421.76Smattfile dev/isa/i82365_isa.c pcic_isa 5431.76Smatt 5441.100Smycroft# PCIC pcmcia controller on PCI bus. 5451.76Smattattach pcic at pci with pcic_pci 5461.76Smattfile dev/pci/i82365_pci.c pcic_pci 5471.100Smycroft 5481.100Smycroft# PCIC pcmcia controller on PnP board 5491.100Smycroftattach pcic at isapnp with pcic_isapnp 5501.100Smycroftfile dev/isapnp/i82365_isapnp.c pcic_isapnp 5511.100Smycroft 5521.100Smycroft# Code common to ISA and ISAPnP attachments 5531.100Smycroftfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 5541.76Smatt 5551.76Smatt 5561.76Smatt# this wants to be probed as late as possible. 5571.76Smatt# 5581.76Smatt# Machine-independent PCMCIA drivers 5591.76Smatt# 5601.76Smattinclude "dev/pcmcia/files.pcmcia" 5611.95Smatt# 5621.95Smatt# Machine-independent USB device support 5631.95Smatt# 5641.95Smattinclude "dev/usb/files.usb" 565