files.alpha revision 1.108
11.108Snisimura# $NetBSD: files.alpha,v 1.108 2000/03/14 05:34:04 nisimura 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.44Scgddefopt DEC_3000_300 # Pelican etc: 3000/300* 151.44Scgddefopt DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 161.52Scgddefopt DEC_550 # Miata: Personal Workstation (550) 171.44Scgddefopt DEC_AXPPCI_33 # NoName: AXPpci33, etc. 181.44Scgddefopt DEC_EB164 # EB164: AlphaPC 164 191.44Scgddefopt DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 201.44Scgddefopt DEC_KN20AA # KN20AA: AlphaStation 500 and 600 211.44Scgddefopt DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 221.69Smjacobdefopt DEC_KN300 # KN300: AlphaServer 4X00 231.62Srossdefopt AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer 241.83Srossdefopt DEC_1000 # Mikasa etc: AlphaServer 1000 251.81Srossdefopt DEC_1000A # Corelle etc: AlphaServer 800 and 1000A 261.82Sthorpejdefopt DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook 271.84Sthorpejdefopt DEC_EB66 # EB66: 21066 Evaluation Board 281.103Srossdefopt DEC_6600 # EV6 Various EV6 Systems 291.44Scgd 301.44Scgd# Miscellaneous CPU-specific option headers 311.44Scgddefopt FIX_UNALIGNED_VAX_FP 321.66Sthorpejdefopt ZS_IOASIC_DMA 331.68Sthorpej 341.68Sthorpej# XXX Temporary, until integration is finished. 351.68Sthorpejdefopt NEW_SCC_DRIVER 361.44Scgd 371.93Sdrochner# realtime clock compatible to OSF/1 381.93Sdrochnerdefopt CLOCK_COMPAT_OSF1 391.93Sdrochner 401.30Scgd# this loses, but there's no way to define attributes which have attributes 411.30Scgddefine alpha_shared_intr 421.31Scgdfile arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 | 431.69Smjacob dec_eb64plus | dec_kn20aa | dec_kn8ae | 441.83Sross dec_kn300 | dec_550 | dec_1000 | 451.103Sross dec_1000a | dec_eb66 | dec_6600 461.47Sthorpejdefine alpha_sgmap 471.47Sthorpejfile arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500 481.4Scgd 491.4Scgd# 501.4Scgd# Bus-independent devices 511.4Scgd# 521.4Scgd 531.63Sthorpejdevice mainbus { } # no locators (yet?) 541.11Scgdattach mainbus at root 551.1Scgd 561.63Sthorpejdevice cpu { } # not really optional 571.11Scgdattach cpu at mainbus 581.1Scgdfile arch/alpha/alpha/cpu.c cpu 591.1Scgd 601.88Sthorpej# 611.88Sthorpej# Machine-independent MII/PHY drivers. 621.88Sthorpej# 631.88Sthorpej 641.88Sthorpejinclude "dev/mii/files.mii" 651.8Scgd 661.4Scgd# 671.4Scgd# Machine-independent SCSI drivers 681.4Scgd# 691.4Scgd 701.53Sbouyerinclude "dev/scsipi/files.scsipi" 711.4Scgdmajor { cd = 3 } 721.4Scgdmajor { sd = 8 } 731.4Scgd 741.61Sthorpej# 751.61Sthorpej# Machine-independent ATA drivers 761.61Sthorpej# 771.61Sthorpej 781.61Sthorpejinclude "dev/ata/files.ata" 791.61Sthorpejmajor { wd = 4 } 801.61Sthorpej 811.33Spk# Memory Disk 821.33Spkfile arch/alpha/alpha/md_root.c memory_disk_hooks 831.33Spkmajor { md = 6 } 841.8Scgd 851.108Snisimura# Raster operations 861.108Snisimurainclude "dev/rasops/files.rasops" 871.108Snisimurainclude "dev/wsfont/files.wsfont" 881.8Scgd 891.6Scgd# 901.70Sdrochner# "Workstation Console" glue. 911.6Scgd# 921.70Sdrochnerinclude "dev/wscons/files.wscons" 931.6Scgd 941.39Scgd 951.39Scgd# 961.39Scgd# TurboLaser Bus Support 971.39Scgd# 981.39Scgd 991.63Sthorpejdevice tlsb { node = -1, offset = -1 } 1001.39Scgdattach tlsb at mainbus 1011.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 1021.39Scgd 1031.63Sthorpejdevice kft { } 1041.39Scgdattach kft at tlsb 1051.39Scgdfile arch/alpha/tlsb/kftxx.c kft 1061.39Scgd 1071.63Sthorpejdevice tlsbmem 1081.39Scgdattach tlsbmem at tlsb 1091.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 1101.39Scgd 1111.63Sthorpejdevice gbus { offset = -1 } 1121.39Scgdattach gbus at tlsb 1131.39Scgdfile arch/alpha/tlsb/gbus.c gbus 1141.39Scgd 1151.69Smjacob# 1161.69Smjacob# MCBUS support 1171.69Smjacob# 1181.69Smjacob 1191.69Smjacobdevice mcbus { mid = -1 } 1201.69Smjacobattach mcbus at mainbus 1211.69Smjacobfile arch/alpha/mcbus/mcbus.c mcbus & dec_kn300 1221.69Smjacob 1231.69Smjacobdevice mcmem 1241.69Smjacobattach mcmem at mcbus 1251.69Smjacobfile arch/alpha/mcbus/mcmem.c mcmem 1261.39Scgd 1271.6Scgd# 1281.48Sjonathan# Bus-independent support for DEC devices 1291.48Sjonathan# 1301.48Sjonathaninclude "dev/dec/files.dec" 1311.48Sjonathan 1321.48Sjonathan# 1331.108Snisimura# TURBOchannel Devices 1341.4Scgd# 1351.48Sjonathaninclude "dev/tc/files.tc" 1361.4Scgd 1371.48Sjonathan# TC attachment is MD 1381.48Sjonathanattach tc at tcbus 1391.9Scgd 1401.63Sthorpejdevice tcasic: tcbus 1411.11Scgdattach tcasic at mainbus 1421.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1431.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1441.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1451.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1461.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1471.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1481.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1491.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1501.1Scgd 1511.108Snisimura# the TURBOchannel IOCTL ASIC 1521.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1531.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1541.1Scgd 1551.16Scgd# Color Frame buffer 1561.70Sdrochnerdevice cfb: wsemuldisplaydev, wsrasteremulops 1571.16Scgdattach cfb at tc 1581.98Sbriggsfile arch/alpha/tc/cfb.c cfb needs-flag 1591.16Scgd 1601.16Scgd# Smart Frame buffer 1611.108Snisimuradevice sfb: wsemuldisplaydev, rasops8 1621.11Scgdattach sfb at tc 1631.108Snisimurafile dev/tc/sfb.c sfb needs-flag 1641.1Scgd 1651.4Scgd# 8530 UARTs 1661.63Sthorpejdevice scc: tty 1671.11Scgdattach scc at ioasic 1681.4Scgdfile arch/alpha/tc/scc.c scc needs-count 1691.66Sthorpej 1701.66Sthorpej# 8530 UARTs using the MI 8530 driver 1711.66Sthorpejdevice zsc { channel = -1 } 1721.66Sthorpejattach zsc at ioasic with zsc_ioasic 1731.66Sthorpejfile arch/alpha/tc/zs_ioasic.c zsc_ioasic 1741.66Sthorpejfile dev/ic/z8530sc.c zsc 1751.66Sthorpej 1761.66Sthorpejdevice zstty: tty 1771.66Sthorpejattach zstty at zsc 1781.66Sthorpejfile dev/ic/z8530tty.c zstty needs-flag 1791.1Scgd 1801.104Snisimuradevice vsms: wsmousedev 1811.104Snisimuraattach vsms at zsc with zsms 1821.98Sbriggsfile dev/dec/zsms.c zsms 1831.86Sthorpej 1841.104Snisimuradevice lkkbd: wskbddev 1851.104Snisimuraattach lkkbd at zsc with zskbd 1861.98Sbriggsfile dev/dec/zskbd.c zskbd needs-flag 1871.86Sthorpej 1881.4Scgd# the TCDS ASIC 1891.77Sthorpejdevice tcds { chip = -1 } 1901.11Scgdattach tcds at tc 1911.77Sthorpejfile arch/alpha/tc/tcds.c tcds 1921.4Scgd 1931.4Scgd# 53C[F]90 SCSI 1941.63Sthorpejdevice asc: scsi, ncr53c9x 1951.78Sthorpejattach asc at tcds with asc_tcds 1961.77Sthorpejfile arch/alpha/tc/asc.c asc 1971.38Sthorpejfile arch/alpha/tc/tcds_dma.c asc 1981.4Scgd 1991.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 2001.8Scgd 2011.8Scgd# 2021.8Scgd# ISA Bus support 2031.8Scgd# 2041.8Scgd 2051.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 2061.26Scgdinclude "dev/isa/files.isa" 2071.8Scgd 2081.8Scgd#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 2091.8Scgd 2101.4Scgd# 2111.8Scgd# ISA Bus devices 2121.4Scgd# 2131.1Scgd 2141.11Scgd#device ibus at mainbus { } 2151.11Scgd#device jcombo at ibus: isabus 2161.11Scgd#device jeisa at ibus: eisabus 2171.8Scgd 2181.31Scgdfile arch/alpha/isa/isa_machdep.c isa 2191.31Scgd 2201.70Sdrochnerinclude "dev/pckbc/files.pckbc" 2211.87Sdrochner 2221.87Sdrochner# ISA speaker generates keyboard beep 2231.87Sdrochnerdevice isabeep 2241.87Sdrochnerattach isabeep at pcppi 2251.8Scgd 2261.35Scgd# Floppy disk controller 2271.63Sthorpejdevice fdc { drive = -1 } 2281.35Scgdattach fdc at isa 2291.63Sthorpejdevice fd: disk, isadma 2301.35Scgdattach fd at fdc 2311.36Scgdfile arch/alpha/isa/fd.c fdc needs-flag 2321.35Scgdmajor { fd = 0 } 2331.86Sthorpej 2341.86Sthorpej# ISA Plug 'n Play devices 2351.86Sthorpejfile arch/alpha/isa/isapnp_machdep.c isapnp 2361.35Scgd 2371.8Scgd# 2381.8Scgd# EISA Bus support 2391.8Scgd# 2401.8Scgd 2411.26Scgdinclude "dev/eisa/files.eisa" 2421.8Scgd 2431.8Scgd 2441.8Scgd# 2451.8Scgd# PCI Bus support 2461.8Scgd# 2471.8Scgd 2481.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2491.71Sthorpej 2501.71Sthorpejfile arch/alpha/pci/pciide_machdep.c pciide 2511.8Scgd 2521.50Scgddefine alpha_pci_sgmap_pte32 2531.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 2541.50Scgd 2551.50Scgddefine alpha_pci_sgmap_pte64 2561.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 2571.50Scgd 2581.63Sthorpejdevice apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2591.10Sthorpejattach apecs at mainbus 2601.5Scgdfile arch/alpha/pci/apecs.c apecs 2611.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 2621.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 2631.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 2641.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 2651.4Scgd 2661.63Sthorpejdevice cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2671.10Sthorpejattach cia at mainbus 2681.8Scgdfile arch/alpha/pci/cia.c cia 2691.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 2701.8Scgdfile arch/alpha/pci/cia_pci.c cia 2711.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_io.c cia 2721.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_mem.c cia 2731.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 2741.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 2751.8Scgd 2761.64Srossdevice a12c { }: pcibus 2771.62Srossattach a12c at mainbus 2781.62Srossfile arch/alpha/pci/a12c.c a12c 2791.62Srossfile arch/alpha/pci/a12c_bus_mem.c a12c 2801.62Srossfile arch/alpha/pci/a12c_dma.c a12c 2811.62Srossfile arch/alpha/pci/a12c_pci.c a12c 2821.62Sross 2831.63Sthorpejdevice dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32 2841.44Scgdattach dwlpx at kft 2851.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 2861.69Smjacobfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 2871.69Smjacobfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 2881.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 2891.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 2901.44Scgd 2911.63Sthorpejdevice lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2921.50Scgdattach lca at mainbus 2931.50Scgdfile arch/alpha/pci/lca.c lca 2941.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 2951.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 2961.50Scgdfile arch/alpha/pci/lca_dma.c lca 2971.50Scgdfile arch/alpha/pci/lca_pci.c lca 2981.44Scgd 2991.69Smjacobdevice mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3001.69Smjacobattach mcpcia at mcbus 3011.69Smjacobfile arch/alpha/pci/mcpcia.c mcpcia 3021.69Smjacobfile arch/alpha/pci/mcpcia_bus_io.c mcpcia 3031.69Smjacobfile arch/alpha/pci/mcpcia_bus_mem.c mcpcia 3041.69Smjacobfile arch/alpha/pci/mcpcia_dma.c mcpcia 3051.69Smjacobfile arch/alpha/pci/mcpcia_pci.c mcpcia 3061.69Smjacob 3071.103Srossdevice tsc { } 3081.103Srossattach tsc at mainbus 3091.103Srossfile arch/alpha/pci/tsc.c dec_6600 3101.103Sross 3111.103Srossdevice tsp: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3121.103Srossattach tsp at tsc 3131.103Srossfile arch/alpha/pci/tsp_dma.c tsp 3141.103Srossfile arch/alpha/pci/tsp_pci.c tsp 3151.103Srossfile arch/alpha/pci/tsp_bus_io.c tsp 3161.103Srossfile arch/alpha/pci/tsp_bus_mem.c tsp 3171.69Smjacob 3181.106Sthorpejdevice ttwoga { hose = -1 } 3191.106Sthorpejattach ttwoga at mainbus 3201.106Sthorpejdevice ttwopci: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 3211.106Sthorpejattach ttwopci at ttwoga 3221.106Sthorpejfile arch/alpha/pci/ttwoga.c ttwoga 3231.106Sthorpejfile arch/alpha/pci/ttwoga_bus_io.c ttwoga 3241.106Sthorpejfile arch/alpha/pci/ttwoga_bus_mem.c ttwoga 3251.106Sthorpejfile arch/alpha/pci/ttwoga_dma.c ttwoga 3261.106Sthorpejfile arch/alpha/pci/ttwoga_pci.c ttwoga 3271.106Sthorpej 3281.106Sthorpej# 3291.106Sthorpej# Sable STDIO support 3301.106Sthorpej# 3311.106Sthorpejdevice sableio { port = -1 } 3321.106Sthorpejattach sableio at pcibus 3331.106Sthorpejfile arch/alpha/sableio/sableio.c sableio 3341.106Sthorpej 3351.106Sthorpejattach com at sableio with com_sableio 3361.106Sthorpejfile arch/alpha/sableio/com_sableio.c com_sableio 3371.106Sthorpej 3381.106Sthorpejattach lpt at sableio with lpt_sableio 3391.106Sthorpejfile arch/alpha/sableio/lpt_sableio.c lpt_sableio 3401.106Sthorpej 3411.106Sthorpejattach pckbc at sableio with pckbc_sableio 3421.106Sthorpejfile arch/alpha/sableio/pckbc_sableio.c pckbc_sableio 3431.106Sthorpej 3441.106Sthorpej#attach fdc at sableio with fdc_sableio 3451.106Sthorpej#file arch/alpha/sableio/fdc_sableio.c fdc_sableio 3461.106Sthorpej 3471.44Scgd# CPU support files 3481.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 3491.106Sthorpejfile arch/alpha/pci/pci_2100_a500.c dec_2100_a500 3501.62Srossfile arch/alpha/pci/pci_a12.c avalon_a12 3511.82Sthorpejfile arch/alpha/pci/pci_alphabook1.c dec_alphabook1 3521.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 3531.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 3541.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 3551.74Sthorpejfile arch/alpha/pci/pci_eb64plus.c dec_eb64plus 3561.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 3571.84Sthorpejfile arch/alpha/pci/pci_eb66.c dec_eb66 3581.84Sthorpejfile arch/alpha/pci/pci_eb66_intr.s dec_eb66 3591.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 3601.69Smjacobfile arch/alpha/pci/pci_kn8ae.c dec_kn8ae 3611.69Smjacobfile arch/alpha/pci/pci_kn300.c dec_kn300 3621.75Sthorpejfile arch/alpha/pci/pci_550.c dec_550 3631.81Srossfile arch/alpha/pci/pci_1000a.c dec_1000a 3641.83Srossfile arch/alpha/pci/pci_1000.c dec_1000 3651.103Srossfile arch/alpha/pci/pci_6600.c dec_6600 3661.8Scgd 3671.4Scgd 3681.4Scgd# 3691.8Scgd# PCI Bus devices 3701.4Scgd# 3711.1Scgd 3721.4Scgdfile arch/alpha/pci/pci_machdep.c pci 3731.1Scgd 3741.63Sthorpejdevice sio: isabus, alpha_shared_intr 3751.10Sthorpejattach sio at pci 3761.63Sthorpejdevice pceb: isabus, eisabus 3771.10Sthorpejattach pceb at pci 3781.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 3791.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 3801.5Scgd 3811.6Scgd 3821.62Sross# 3831.103Sross# A12 if_de hack 3841.62Sross# 3851.63Sthorpejdevice ade: ether, ifnet, arp 3861.62Srossattach ade at pci 3871.90Srossfile arch/alpha/a12/if_ade.c ade 3881.64Sross 3891.64Sross# 3901.64Sross# alpha/a12 platform-specific drivers 3911.64Sross# 3921.64Sross 3931.64Sross# Switch 3941.64Sross 3951.64Srossdevice xb 3961.64Srossattach xb at a12c 3971.64Srossfile arch/alpha/a12/if_xb.c xb 3981.64Sross 3991.64Sross# Console 4001.64Sross 4011.64Srossdevice a12dc 4021.64Srossattach a12dc at a12c 4031.64Srossfile arch/alpha/a12/a12dc.c a12dc needs-flag 4041.8Scgd 4051.5Scgd# 4061.8Scgd# Devices that can live on multiple busses 4071.5Scgd# 4081.5Scgd 4091.63Sthorpejdevice mcclock 4101.12Scgdattach mcclock at ioasic with mcclock_ioasic 4111.12Scgdattach mcclock at isa with mcclock_isa 4121.39Scgdattach mcclock at gbus with mcclock_tlsb 4131.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 4141.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 4151.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 4161.39Scgdfile arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb 4171.39Scgd 4181.5Scgd 4191.4Scgd# 4201.4Scgd# Standard files 4211.4Scgd# 4221.1Scgdfile arch/alpha/alpha/autoconf.c 4231.12Scgdfile arch/alpha/alpha/clock.c 4241.93Sdrochnerfile dev/clock_subr.c 4251.1Scgdfile arch/alpha/alpha/conf.c 4261.55Sthorpejfile arch/alpha/alpha/cpuconf.c 4271.1Scgdfile arch/alpha/alpha/interrupt.c 4281.92Sthorpejfile arch/alpha/alpha/ipifuncs.c multiprocessor 4291.1Scgdfile arch/alpha/alpha/machdep.c 4301.1Scgdfile arch/alpha/alpha/mainbus.c 4311.1Scgdfile arch/alpha/alpha/mem.c 4321.67Sthorpejfile arch/alpha/alpha/pmap.c 4331.1Scgdfile arch/alpha/alpha/process_machdep.c 4341.1Scgdfile arch/alpha/alpha/prom.c 4351.1Scgdfile arch/alpha/alpha/support.c 4361.1Scgdfile arch/alpha/alpha/sys_machdep.c 4371.1Scgdfile arch/alpha/alpha/trap.c 4381.1Scgdfile arch/alpha/alpha/vm_machdep.c 4391.1Scgdfile arch/alpha/alpha/disksubr.c 4401.47Sthorpejfile arch/alpha/common/bus_dma.c 4411.85Smjacobfile arch/alpha/common/comlogout.c 4421.1Scgdfile dev/cons.c 4431.4Scgd 4441.44Scgd# Network protocol checksum routines 4451.44Scgdfile arch/alpha/alpha/in_cksum.c inet 4461.107Sthorpejfile netinet/in4_cksum.c inet 4471.19Scgdfile netns/ns_cksum.c ns 4481.1Scgd 4491.44Scgd# PROM console support (for ports that don't have native console support) 4501.5Scgdfile arch/alpha/alpha/promcons.c 4511.6Scgd 4521.44Scgd# CPU support 4531.59Sthorpejfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 4541.106Sthorpejfile arch/alpha/alpha/dec_2100_a500.c dec_2100_a500 4551.59Sthorpejfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 4561.59Sthorpejfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 4571.59Sthorpejfile arch/alpha/alpha/dec_550.c dec_550 4581.82Sthorpejfile arch/alpha/alpha/dec_alphabook1.c dec_alphabook1 4591.59Sthorpejfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 4601.59Sthorpejfile arch/alpha/alpha/dec_eb164.c dec_eb164 4611.59Sthorpejfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus 4621.84Sthorpejfile arch/alpha/alpha/dec_eb66.c dec_eb66 4631.59Sthorpejfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 4641.59Sthorpejfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae 4651.69Smjacobfile arch/alpha/alpha/dec_kn300.c dec_kn300 4661.62Srossfile arch/alpha/alpha/avalon_a12.c avalon_a12 4671.83Srossfile arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a 4681.103Srossfile arch/alpha/alpha/dec_6600.c dec_6600 4691.58Sthorpej 4701.58Sthorpej# Kernel debugger support 4711.58Sthorpejfile arch/alpha/alpha/db_disasm.c ddb 4721.58Sthorpejfile arch/alpha/alpha/db_interface.c ddb 4731.58Sthorpejfile arch/alpha/alpha/db_trace.c ddb 4741.89Sthorpej 4751.89Sthorpej# Binary compatibility with previous NetBSD releases (COMPAT_XX) 4761.89Sthorpejfile arch/alpha/alpha/compat_13_machdep.c compat_13 4771.7Sthorpej 4781.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 4791.26Scgdinclude "compat/osf1/files.osf1" 4801.101Scgdfile arch/alpha/alpha/osf1_locore.s compat_osf1 4811.94Serh 4821.94Serh# Linux Binary Compatibility (COMPAT_LINUX) 4831.94Serhinclude "compat/linux/files.linux" 4841.96Srossinclude "compat/linux/arch/alpha/files.linux_alpha" 4851.94Serh 4861.94Serh# OSS audio driver compatibility 4871.94Serhinclude "compat/ossaudio/files.ossaudio" 4881.76Smatt 4891.76Smatt# XXXX pcic here because it needs to be late. The catch: pcic needs 4901.76Smatt# to be late, so devices which attach to it are attached late. But it 4911.76Smatt# needs to be before its isa and pci attachments. This answer is 4921.76Smatt# non-optimal, but I don't have a better answer right now. 4931.76Smatt 4941.76Smatt# PCIC pcmcia contoller 4951.76Smatt# XXX this needs to be done very late, so it's done here. This feels 4961.76Smatt# like a kludge, but it might be for the best. 4971.76Smatt 4981.76Smattdefopt PCIC_ISA_ALLOC_IOBASE 4991.76Smattdefopt PCIC_ISA_ALLOC_IOSIZE 5001.76Smattdefopt PCIC_ISA_INTR_ALLOC_MASK 5011.76Smatt 5021.99Spkdevice pcic: pcmciabus 5031.76Smattfile dev/ic/i82365.c pcic 5041.76Smatt 5051.100Smycroft# PCIC pcmcia controller on ISA bus. 5061.76Smattattach pcic at isa with pcic_isa 5071.76Smattfile dev/isa/i82365_isa.c pcic_isa 5081.76Smatt 5091.100Smycroft# PCIC pcmcia controller on PCI bus. 5101.76Smattattach pcic at pci with pcic_pci 5111.76Smattfile dev/pci/i82365_pci.c pcic_pci 5121.100Smycroft 5131.100Smycroft# PCIC pcmcia controller on PnP board 5141.100Smycroftattach pcic at isapnp with pcic_isapnp 5151.100Smycroftfile dev/isapnp/i82365_isapnp.c pcic_isapnp 5161.100Smycroft 5171.100Smycroft# Code common to ISA and ISAPnP attachments 5181.100Smycroftfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 5191.76Smatt 5201.76Smatt 5211.76Smatt# this wants to be probed as late as possible. 5221.76Smatt# 5231.76Smatt# Machine-independent PCMCIA drivers 5241.76Smatt# 5251.76Smattinclude "dev/pcmcia/files.pcmcia" 5261.95Smatt# 5271.95Smatt# Machine-independent USB device support 5281.95Smatt# 5291.95Smattinclude "dev/usb/files.usb" 530