files.alpha revision 1.71
11.71Sthorpej# $NetBSD: files.alpha,v 1.71 1998/04/18 01:19:08 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.44Scgddefopt DEC_3000_300 # Pelican etc: 3000/300* 141.44Scgddefopt DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 151.52Scgddefopt DEC_550 # Miata: Personal Workstation (550) 161.44Scgddefopt DEC_AXPPCI_33 # NoName: AXPpci33, etc. 171.44Scgddefopt DEC_EB164 # EB164: AlphaPC 164 181.44Scgddefopt DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 191.44Scgddefopt DEC_KN20AA # KN20AA: AlphaStation 500 and 600 201.44Scgddefopt DEC_KN8AE # KN8AE: AlphaServer 8200 and 8400 211.69Smjacobdefopt DEC_KN300 # KN300: AlphaServer 4X00 221.62Srossdefopt AVALON_A12 # Avalon: A12T1, A12M Parallel Supercomputer 231.44Scgd 241.44Scgd# Miscellaneous CPU-specific option headers 251.44Scgddefopt FIX_UNALIGNED_VAX_FP 261.66Sthorpejdefopt ZS_IOASIC_DMA 271.68Sthorpej 281.68Sthorpej# XXX Temporary, until integration is finished. 291.68Sthorpejdefopt NEW_SCC_DRIVER 301.44Scgd 311.30Scgd# this loses, but there's no way to define attributes which have attributes 321.30Scgddefine alpha_shared_intr 331.31Scgdfile arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 | 341.69Smjacob dec_eb64plus | dec_kn20aa | dec_kn8ae | 351.69Smjacob dec_kn300 361.47Sthorpejdefine alpha_sgmap 371.47Sthorpejfile arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500 381.4Scgd 391.4Scgd# 401.4Scgd# Bus-independent devices 411.4Scgd# 421.4Scgd 431.63Sthorpejdevice mainbus { } # no locators (yet?) 441.11Scgdattach mainbus at root 451.1Scgd 461.63Sthorpejdevice cpu { } # not really optional 471.11Scgdattach cpu at mainbus 481.1Scgdfile arch/alpha/alpha/cpu.c cpu 491.1Scgd 501.8Scgd 511.4Scgd# 521.4Scgd# Machine-independent SCSI drivers 531.4Scgd# 541.4Scgd 551.53Sbouyerinclude "dev/scsipi/files.scsipi" 561.4Scgdmajor { st = 2 } 571.4Scgdmajor { cd = 3 } 581.4Scgdmajor { sd = 8 } 591.4Scgd 601.61Sthorpej# 611.61Sthorpej# Machine-independent ATA drivers 621.61Sthorpej# 631.61Sthorpej 641.61Sthorpejinclude "dev/ata/files.ata" 651.61Sthorpejmajor { wd = 4 } 661.61Sthorpej 671.33Spk# Memory Disk 681.33Spkfile arch/alpha/alpha/md_root.c memory_disk_hooks 691.33Spkmajor { md = 6 } 701.8Scgd 711.8Scgd 721.6Scgd# 731.70Sdrochner# "Workstation Console" glue. 741.6Scgd# 751.70Sdrochnerinclude "dev/wscons/files.wscons" 761.6Scgd 771.39Scgd 781.39Scgd# 791.39Scgd# TurboLaser Bus Support 801.39Scgd# 811.39Scgd 821.63Sthorpejdevice tlsb { node = -1, offset = -1 } 831.39Scgdattach tlsb at mainbus 841.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 851.39Scgd 861.63Sthorpejdevice kft { } 871.39Scgdattach kft at tlsb 881.39Scgdfile arch/alpha/tlsb/kftxx.c kft 891.39Scgd 901.63Sthorpejdevice tlsbmem 911.39Scgdattach tlsbmem at tlsb 921.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 931.39Scgd 941.63Sthorpejdevice gbus { offset = -1 } 951.39Scgdattach gbus at tlsb 961.39Scgdfile arch/alpha/tlsb/gbus.c gbus 971.39Scgd 981.69Smjacob# 991.69Smjacob# MCBUS support 1001.69Smjacob# 1011.69Smjacob 1021.69Smjacobdevice mcbus { mid = -1 } 1031.69Smjacobattach mcbus at mainbus 1041.69Smjacobfile arch/alpha/mcbus/mcbus.c mcbus & dec_kn300 1051.69Smjacob 1061.69Smjacobdevice mcmem 1071.69Smjacobattach mcmem at mcbus 1081.69Smjacobfile arch/alpha/mcbus/mcmem.c mcmem 1091.39Scgd 1101.6Scgd# 1111.48Sjonathan# Bus-independent support for DEC devices 1121.48Sjonathan# 1131.48Sjonathaninclude "dev/dec/files.dec" 1141.48Sjonathan 1151.48Sjonathan# 1161.4Scgd# TurboChannel Devices 1171.4Scgd# 1181.48Sjonathaninclude "dev/tc/files.tc" 1191.4Scgd 1201.48Sjonathan# TC attachment is MD 1211.48Sjonathanattach tc at tcbus 1221.9Scgd 1231.63Sthorpejdevice tcasic: tcbus 1241.11Scgdattach tcasic at mainbus 1251.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1261.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1271.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1281.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1291.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1301.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1311.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1321.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1331.1Scgd 1341.4Scgd# the TurboChannel IOCTL ASIC 1351.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1361.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1371.1Scgd 1381.16Scgd# Color Frame buffer 1391.70Sdrochnerdevice cfb: wsemuldisplaydev, wsrasteremulops 1401.16Scgdattach cfb at tc 1411.16Scgdfile arch/alpha/tc/cfb.c cfb 1421.16Scgd 1431.16Scgd# Smart Frame buffer 1441.70Sdrochnerdevice sfb: wsemuldisplaydev, wsrasteremulops 1451.11Scgdattach sfb at tc 1461.1Scgdfile arch/alpha/tc/sfb.c sfb 1471.1Scgd 1481.4Scgd# 8530 UARTs 1491.63Sthorpejdevice scc: tty 1501.11Scgdattach scc at ioasic 1511.4Scgdfile arch/alpha/tc/scc.c scc needs-count 1521.66Sthorpej 1531.66Sthorpej# 8530 UARTs using the MI 8530 driver 1541.66Sthorpejdevice zsc { channel = -1 } 1551.66Sthorpejattach zsc at ioasic with zsc_ioasic 1561.66Sthorpejfile arch/alpha/tc/zs_ioasic.c zsc_ioasic 1571.66Sthorpejfile dev/ic/z8530sc.c zsc 1581.66Sthorpej 1591.66Sthorpejdevice zstty: tty 1601.66Sthorpejattach zstty at zsc 1611.66Sthorpejfile dev/ic/z8530tty.c zstty needs-flag 1621.1Scgd 1631.4Scgd# the TCDS ASIC 1641.63Sthorpejdevice tcds { slot = -1 } 1651.11Scgdattach tcds at tc 1661.4Scgdfile arch/alpha/tc/tcds.c tcds needs-count 1671.4Scgd 1681.4Scgd# 53C[F]90 SCSI 1691.63Sthorpejdevice asc: scsi, ncr53c9x 1701.38Sthorpejattach asc at tcds 1711.38Sthorpejfile arch/alpha/tc/asc.c asc needs-count 1721.38Sthorpejfile arch/alpha/tc/tcds_dma.c asc 1731.4Scgd 1741.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 1751.8Scgd 1761.8Scgd# 1771.8Scgd# ISA Bus support 1781.8Scgd# 1791.8Scgd 1801.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 1811.26Scgdinclude "dev/isa/files.isa" 1821.8Scgd 1831.8Scgd#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 1841.8Scgd 1851.71Sthorpej# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT 1861.71Sthorpej# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET. (when the conf/files 1871.71Sthorpej# XXX and files.isa bogons are fixed, this can be fixed as well.) 1881.71Sthorpej 1891.71Sthorpej# PCI IDE controllers 1901.71Sthorpejdevice pciide {[channel = -1]} 1911.71Sthorpejattach pciide at pci 1921.71Sthorpejfile dev/pci/pciide.c pciide 1931.71Sthorpejattach wdc at pciide with wdc_pciide 1941.71Sthorpejfile dev/pci/wdc_pciide.c wdc_pciide 1951.8Scgd 1961.4Scgd# 1971.8Scgd# ISA Bus devices 1981.4Scgd# 1991.1Scgd 2001.11Scgd#device ibus at mainbus { } 2011.11Scgd#device jcombo at ibus: isabus 2021.11Scgd#device jeisa at ibus: eisabus 2031.8Scgd 2041.31Scgdfile arch/alpha/isa/isa_machdep.c isa 2051.31Scgd 2061.70Sdrochnerinclude "dev/pckbc/files.pckbc" 2071.8Scgd 2081.35Scgd# Floppy disk controller 2091.63Sthorpejdevice fdc { drive = -1 } 2101.35Scgdattach fdc at isa 2111.63Sthorpejdevice fd: disk, isadma 2121.35Scgdattach fd at fdc 2131.36Scgdfile arch/alpha/isa/fd.c fdc needs-flag 2141.35Scgdmajor { fd = 0 } 2151.35Scgd 2161.8Scgd# 2171.8Scgd# EISA Bus support 2181.8Scgd# 2191.8Scgd 2201.26Scgdinclude "dev/eisa/files.eisa" 2211.8Scgd 2221.8Scgd 2231.8Scgd# 2241.8Scgd# PCI Bus support 2251.8Scgd# 2261.8Scgd 2271.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2281.71Sthorpej 2291.71Sthorpejfile arch/alpha/pci/pciide_machdep.c pciide 2301.8Scgd 2311.50Scgddefine alpha_pci_sgmap_pte32 2321.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 2331.50Scgd 2341.50Scgddefine alpha_pci_sgmap_pte64 2351.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 2361.50Scgd 2371.63Sthorpejdevice apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2381.10Sthorpejattach apecs at mainbus 2391.5Scgdfile arch/alpha/pci/apecs.c apecs 2401.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 2411.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 2421.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 2431.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 2441.4Scgd 2451.63Sthorpejdevice cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2461.10Sthorpejattach cia at mainbus 2471.8Scgdfile arch/alpha/pci/cia.c cia 2481.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 2491.8Scgdfile arch/alpha/pci/cia_pci.c cia 2501.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 2511.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 2521.8Scgd 2531.64Srossdevice a12c { }: pcibus 2541.62Srossattach a12c at mainbus 2551.62Srossfile arch/alpha/pci/a12c.c a12c 2561.62Srossfile arch/alpha/pci/a12c_bus_mem.c a12c 2571.62Srossfile arch/alpha/pci/a12c_dma.c a12c 2581.62Srossfile arch/alpha/pci/a12c_pci.c a12c 2591.62Sross 2601.63Sthorpejdevice dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32 2611.44Scgdattach dwlpx at kft 2621.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 2631.69Smjacobfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 2641.69Smjacobfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 2651.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 2661.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 2671.44Scgd 2681.63Sthorpejdevice lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2691.50Scgdattach lca at mainbus 2701.50Scgdfile arch/alpha/pci/lca.c lca 2711.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 2721.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 2731.50Scgdfile arch/alpha/pci/lca_dma.c lca 2741.50Scgdfile arch/alpha/pci/lca_pci.c lca 2751.44Scgd 2761.69Smjacobdevice mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2771.69Smjacobattach mcpcia at mcbus 2781.69Smjacobfile arch/alpha/pci/mcpcia.c mcpcia 2791.69Smjacobfile arch/alpha/pci/mcpcia_bus_io.c mcpcia 2801.69Smjacobfile arch/alpha/pci/mcpcia_bus_mem.c mcpcia 2811.69Smjacobfile arch/alpha/pci/mcpcia_dma.c mcpcia 2821.69Smjacobfile arch/alpha/pci/mcpcia_pci.c mcpcia 2831.69Smjacob 2841.69Smjacob 2851.44Scgd# CPU support files 2861.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 2871.62Srossfile arch/alpha/pci/pci_a12.c avalon_a12 2881.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 2891.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 2901.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 2911.57Sthorpej#file arch/alpha/pci/pci_eb64plus.c dec_eb64plus 2921.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 2931.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 2941.69Smjacobfile arch/alpha/pci/pci_kn8ae.c dec_kn8ae 2951.69Smjacobfile arch/alpha/pci/pci_kn300.c dec_kn300 2961.8Scgd 2971.4Scgd 2981.4Scgd# 2991.8Scgd# PCI Bus devices 3001.4Scgd# 3011.1Scgd 3021.4Scgdfile arch/alpha/pci/pci_machdep.c pci 3031.1Scgd 3041.63Sthorpejdevice sio: isabus, alpha_shared_intr 3051.10Sthorpejattach sio at pci 3061.63Sthorpejdevice pceb: isabus, eisabus 3071.10Sthorpejattach pceb at pci 3081.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 3091.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 3101.5Scgd 3111.6Scgd 3121.62Sross# 3131.62Sross# A12 if_de hack, this is temporary! 3141.62Sross# 3151.63Sthorpejdevice ade: ether, ifnet, arp 3161.62Srossattach ade at pci 3171.62Srossfile arch/alpha/pci/if_ade.c ade 3181.64Sross 3191.64Sross# 3201.64Sross# alpha/a12 platform-specific drivers 3211.64Sross# 3221.64Sross 3231.64Sross# Switch 3241.64Sross 3251.64Srossdevice xb 3261.64Srossattach xb at a12c 3271.64Srossfile arch/alpha/a12/if_xb.c xb 3281.64Sross 3291.64Sross# Console 3301.64Sross 3311.64Srossdevice a12dc 3321.64Srossattach a12dc at a12c 3331.64Srossfile arch/alpha/a12/a12dc.c a12dc needs-flag 3341.8Scgd 3351.5Scgd# 3361.8Scgd# Devices that can live on multiple busses 3371.5Scgd# 3381.5Scgd 3391.63Sthorpejdevice mcclock 3401.12Scgdattach mcclock at ioasic with mcclock_ioasic 3411.12Scgdattach mcclock at isa with mcclock_isa 3421.39Scgdattach mcclock at gbus with mcclock_tlsb 3431.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 3441.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 3451.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 3461.39Scgdfile arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb 3471.39Scgd 3481.5Scgd 3491.4Scgd# 3501.4Scgd# Standard files 3511.4Scgd# 3521.1Scgdfile arch/alpha/alpha/autoconf.c 3531.12Scgdfile arch/alpha/alpha/clock.c 3541.1Scgdfile arch/alpha/alpha/conf.c 3551.55Sthorpejfile arch/alpha/alpha/cpuconf.c 3561.1Scgdfile arch/alpha/alpha/interrupt.c 3571.1Scgdfile arch/alpha/alpha/machdep.c 3581.1Scgdfile arch/alpha/alpha/mainbus.c 3591.1Scgdfile arch/alpha/alpha/mem.c 3601.67Sthorpejfile arch/alpha/alpha/pmap.c 3611.1Scgdfile arch/alpha/alpha/process_machdep.c 3621.1Scgdfile arch/alpha/alpha/prom.c 3631.1Scgdfile arch/alpha/alpha/support.c 3641.1Scgdfile arch/alpha/alpha/sys_machdep.c 3651.1Scgdfile arch/alpha/alpha/trap.c 3661.1Scgdfile arch/alpha/alpha/vm_machdep.c 3671.1Scgdfile arch/alpha/alpha/disksubr.c 3681.47Sthorpejfile arch/alpha/common/bus_dma.c 3691.1Scgdfile dev/cons.c 3701.4Scgd 3711.44Scgd# Network protocol checksum routines 3721.44Scgdfile arch/alpha/alpha/in_cksum.c inet 3731.19Scgdfile netns/ns_cksum.c ns 3741.1Scgd 3751.44Scgd# PROM console support (for ports that don't have native console support) 3761.5Scgdfile arch/alpha/alpha/promcons.c 3771.6Scgd 3781.44Scgd# CPU support 3791.59Sthorpejfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 3801.59Sthorpejfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 3811.59Sthorpejfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 3821.59Sthorpejfile arch/alpha/alpha/dec_550.c dec_550 3831.59Sthorpejfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 3841.59Sthorpejfile arch/alpha/alpha/dec_eb164.c dec_eb164 3851.59Sthorpejfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus 3861.59Sthorpejfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 3871.59Sthorpejfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae 3881.69Smjacobfile arch/alpha/alpha/dec_kn300.c dec_kn300 3891.62Srossfile arch/alpha/alpha/avalon_a12.c avalon_a12 3901.58Sthorpej 3911.58Sthorpej# Kernel debugger support 3921.58Sthorpejfile arch/alpha/alpha/db_disasm.c ddb 3931.58Sthorpejfile arch/alpha/alpha/db_interface.c ddb 3941.58Sthorpejfile arch/alpha/alpha/db_trace.c ddb 3951.7Sthorpej 3961.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 3971.26Scgdinclude "compat/osf1/files.osf1" 398