files.alpha revision 1.83
11.83Sross# $NetBSD: files.alpha,v 1.83 1998/06/26 21:53:10 ross 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.83Srossdefopt DEC_1000 # Mikasa etc: AlphaServer 1000 241.81Srossdefopt DEC_1000A # Corelle etc: AlphaServer 800 and 1000A 251.82Sthorpejdefopt DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook 261.44Scgd 271.44Scgd# Miscellaneous CPU-specific option headers 281.44Scgddefopt FIX_UNALIGNED_VAX_FP 291.66Sthorpejdefopt ZS_IOASIC_DMA 301.68Sthorpej 311.68Sthorpej# XXX Temporary, until integration is finished. 321.68Sthorpejdefopt NEW_SCC_DRIVER 331.44Scgd 341.30Scgd# this loses, but there's no way to define attributes which have attributes 351.30Scgddefine alpha_shared_intr 361.31Scgdfile arch/alpha/common/shared_intr.c alpha_shared_intr | dec_eb164 | 371.69Smjacob dec_eb64plus | dec_kn20aa | dec_kn8ae | 381.83Sross dec_kn300 | dec_550 | dec_1000 | 391.83Sross dec_1000a 401.47Sthorpejdefine alpha_sgmap 411.47Sthorpejfile arch/alpha/common/sgmap_common.c alpha_sgmap | dec_3000_500 421.4Scgd 431.4Scgd# 441.4Scgd# Bus-independent devices 451.4Scgd# 461.4Scgd 471.63Sthorpejdevice mainbus { } # no locators (yet?) 481.11Scgdattach mainbus at root 491.1Scgd 501.63Sthorpejdevice cpu { } # not really optional 511.11Scgdattach cpu at mainbus 521.1Scgdfile arch/alpha/alpha/cpu.c cpu 531.1Scgd 541.8Scgd 551.4Scgd# 561.4Scgd# Machine-independent SCSI drivers 571.4Scgd# 581.4Scgd 591.53Sbouyerinclude "dev/scsipi/files.scsipi" 601.4Scgdmajor { st = 2 } 611.4Scgdmajor { cd = 3 } 621.4Scgdmajor { sd = 8 } 631.4Scgd 641.61Sthorpej# 651.61Sthorpej# Machine-independent ATA drivers 661.61Sthorpej# 671.61Sthorpej 681.61Sthorpejinclude "dev/ata/files.ata" 691.61Sthorpejmajor { wd = 4 } 701.61Sthorpej 711.33Spk# Memory Disk 721.33Spkfile arch/alpha/alpha/md_root.c memory_disk_hooks 731.33Spkmajor { md = 6 } 741.8Scgd 751.8Scgd 761.6Scgd# 771.70Sdrochner# "Workstation Console" glue. 781.6Scgd# 791.70Sdrochnerinclude "dev/wscons/files.wscons" 801.6Scgd 811.39Scgd 821.39Scgd# 831.39Scgd# TurboLaser Bus Support 841.39Scgd# 851.39Scgd 861.63Sthorpejdevice tlsb { node = -1, offset = -1 } 871.39Scgdattach tlsb at mainbus 881.39Scgdfile arch/alpha/tlsb/tlsb.c tlsb & dec_kn8ae 891.39Scgd 901.63Sthorpejdevice kft { } 911.39Scgdattach kft at tlsb 921.39Scgdfile arch/alpha/tlsb/kftxx.c kft 931.39Scgd 941.63Sthorpejdevice tlsbmem 951.39Scgdattach tlsbmem at tlsb 961.39Scgdfile arch/alpha/tlsb/tlsbmem.c tlsbmem 971.39Scgd 981.63Sthorpejdevice gbus { offset = -1 } 991.39Scgdattach gbus at tlsb 1001.39Scgdfile arch/alpha/tlsb/gbus.c gbus 1011.39Scgd 1021.69Smjacob# 1031.69Smjacob# MCBUS support 1041.69Smjacob# 1051.69Smjacob 1061.69Smjacobdevice mcbus { mid = -1 } 1071.69Smjacobattach mcbus at mainbus 1081.69Smjacobfile arch/alpha/mcbus/mcbus.c mcbus & dec_kn300 1091.69Smjacob 1101.69Smjacobdevice mcmem 1111.69Smjacobattach mcmem at mcbus 1121.69Smjacobfile arch/alpha/mcbus/mcmem.c mcmem 1131.39Scgd 1141.6Scgd# 1151.48Sjonathan# Bus-independent support for DEC devices 1161.48Sjonathan# 1171.48Sjonathaninclude "dev/dec/files.dec" 1181.48Sjonathan 1191.48Sjonathan# 1201.4Scgd# TurboChannel Devices 1211.4Scgd# 1221.48Sjonathaninclude "dev/tc/files.tc" 1231.4Scgd 1241.48Sjonathan# TC attachment is MD 1251.48Sjonathanattach tc at tcbus 1261.9Scgd 1271.63Sthorpejdevice tcasic: tcbus 1281.11Scgdattach tcasic at mainbus 1291.9Scgdfile arch/alpha/tc/tcasic.c tcasic 1301.18Scgdfile arch/alpha/tc/tc_bus_mem.c tcasic 1311.47Sthorpejfile arch/alpha/tc/tc_dma.c tcasic 1321.47Sthorpejfile arch/alpha/tc/tc_dma_3000_300.c tcasic & dec_3000_300 1331.47Sthorpejfile arch/alpha/tc/tc_dma_3000_500.c tcasic & dec_3000_500 1341.47Sthorpejfile arch/alpha/tc/tc_sgmap.c tcasic & dec_3000_500 1351.13Scgdfile arch/alpha/tc/tc_3000_500.c tcasic & dec_3000_500 1361.13Scgdfile arch/alpha/tc/tc_3000_300.c tcasic & dec_3000_300 1371.1Scgd 1381.4Scgd# the TurboChannel IOCTL ASIC 1391.48Sjonathan# IOASIC device and attachment defined in sys/dev/tc/files.tc 1401.13Scgdfile arch/alpha/tc/ioasic.c ioasic 1411.1Scgd 1421.16Scgd# Color Frame buffer 1431.70Sdrochnerdevice cfb: wsemuldisplaydev, wsrasteremulops 1441.16Scgdattach cfb at tc 1451.16Scgdfile arch/alpha/tc/cfb.c cfb 1461.16Scgd 1471.16Scgd# Smart Frame buffer 1481.70Sdrochnerdevice sfb: wsemuldisplaydev, wsrasteremulops 1491.11Scgdattach sfb at tc 1501.1Scgdfile arch/alpha/tc/sfb.c sfb 1511.1Scgd 1521.4Scgd# 8530 UARTs 1531.63Sthorpejdevice scc: tty 1541.11Scgdattach scc at ioasic 1551.4Scgdfile arch/alpha/tc/scc.c scc needs-count 1561.66Sthorpej 1571.66Sthorpej# 8530 UARTs using the MI 8530 driver 1581.66Sthorpejdevice zsc { channel = -1 } 1591.66Sthorpejattach zsc at ioasic with zsc_ioasic 1601.66Sthorpejfile arch/alpha/tc/zs_ioasic.c zsc_ioasic 1611.66Sthorpejfile dev/ic/z8530sc.c zsc 1621.66Sthorpej 1631.66Sthorpejdevice zstty: tty 1641.66Sthorpejattach zstty at zsc 1651.66Sthorpejfile dev/ic/z8530tty.c zstty needs-flag 1661.1Scgd 1671.4Scgd# the TCDS ASIC 1681.77Sthorpejdevice tcds { chip = -1 } 1691.11Scgdattach tcds at tc 1701.77Sthorpejfile arch/alpha/tc/tcds.c tcds 1711.4Scgd 1721.4Scgd# 53C[F]90 SCSI 1731.63Sthorpejdevice asc: scsi, ncr53c9x 1741.78Sthorpejattach asc at tcds with asc_tcds 1751.77Sthorpejfile arch/alpha/tc/asc.c asc 1761.38Sthorpejfile arch/alpha/tc/tcds_dma.c asc 1771.4Scgd 1781.48Sjonathan# TC and baseboard ioasic Lance ethernet are in files.tc 1791.8Scgd 1801.8Scgd# 1811.8Scgd# ISA Bus support 1821.8Scgd# 1831.8Scgd 1841.26Scgdinclude "dev/pci/files.pci" # XXX some ISA devs are 'at pci' too. 1851.26Scgdinclude "dev/isa/files.isa" 1861.8Scgd 1871.8Scgd#file arch/alpha/isa/isafcns_jensen.c dec_2000_300 1881.8Scgd 1891.71Sthorpej# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT 1901.71Sthorpej# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET. (when the conf/files 1911.71Sthorpej# XXX and files.isa bogons are fixed, this can be fixed as well.) 1921.71Sthorpej 1931.71Sthorpej# PCI IDE controllers 1941.71Sthorpejdevice pciide {[channel = -1]} 1951.71Sthorpejattach pciide at pci 1961.71Sthorpejfile dev/pci/pciide.c pciide 1971.71Sthorpejattach wdc at pciide with wdc_pciide 1981.71Sthorpejfile dev/pci/wdc_pciide.c wdc_pciide 1991.8Scgd 2001.4Scgd# 2011.8Scgd# ISA Bus devices 2021.4Scgd# 2031.1Scgd 2041.11Scgd#device ibus at mainbus { } 2051.11Scgd#device jcombo at ibus: isabus 2061.11Scgd#device jeisa at ibus: eisabus 2071.8Scgd 2081.31Scgdfile arch/alpha/isa/isa_machdep.c isa 2091.31Scgd 2101.70Sdrochnerinclude "dev/pckbc/files.pckbc" 2111.8Scgd 2121.35Scgd# Floppy disk controller 2131.63Sthorpejdevice fdc { drive = -1 } 2141.35Scgdattach fdc at isa 2151.63Sthorpejdevice fd: disk, isadma 2161.35Scgdattach fd at fdc 2171.36Scgdfile arch/alpha/isa/fd.c fdc needs-flag 2181.35Scgdmajor { fd = 0 } 2191.35Scgd 2201.8Scgd# 2211.8Scgd# EISA Bus support 2221.8Scgd# 2231.8Scgd 2241.26Scgdinclude "dev/eisa/files.eisa" 2251.8Scgd 2261.8Scgd 2271.8Scgd# 2281.8Scgd# PCI Bus support 2291.8Scgd# 2301.8Scgd 2311.26Scgd# include "dev/pci/files.pci" XXX SEE ABOVE 2321.71Sthorpej 2331.71Sthorpejfile arch/alpha/pci/pciide_machdep.c pciide 2341.8Scgd 2351.50Scgddefine alpha_pci_sgmap_pte32 2361.50Scgdfile arch/alpha/pci/pci_sgmap_pte32.c alpha_pci_sgmap_pte32 2371.50Scgd 2381.50Scgddefine alpha_pci_sgmap_pte64 2391.50Scgdfile arch/alpha/pci/pci_sgmap_pte64.c alpha_pci_sgmap_pte64 2401.50Scgd 2411.63Sthorpejdevice apecs: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2421.10Sthorpejattach apecs at mainbus 2431.5Scgdfile arch/alpha/pci/apecs.c apecs 2441.32Scgdfile arch/alpha/pci/apecs_bus_io.c apecs 2451.32Scgdfile arch/alpha/pci/apecs_bus_mem.c apecs 2461.47Sthorpejfile arch/alpha/pci/apecs_dma.c apecs 2471.5Scgdfile arch/alpha/pci/apecs_pci.c apecs 2481.4Scgd 2491.63Sthorpejdevice cia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2501.10Sthorpejattach cia at mainbus 2511.8Scgdfile arch/alpha/pci/cia.c cia 2521.47Sthorpejfile arch/alpha/pci/cia_dma.c cia 2531.8Scgdfile arch/alpha/pci/cia_pci.c cia 2541.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_io.c cia 2551.79Sthorpejfile arch/alpha/pci/cia_bwx_bus_mem.c cia 2561.51Scgdfile arch/alpha/pci/cia_swiz_bus_io.c cia 2571.51Scgdfile arch/alpha/pci/cia_swiz_bus_mem.c cia 2581.8Scgd 2591.64Srossdevice a12c { }: pcibus 2601.62Srossattach a12c at mainbus 2611.62Srossfile arch/alpha/pci/a12c.c a12c 2621.62Srossfile arch/alpha/pci/a12c_bus_mem.c a12c 2631.62Srossfile arch/alpha/pci/a12c_dma.c a12c 2641.62Srossfile arch/alpha/pci/a12c_pci.c a12c 2651.62Sross 2661.63Sthorpejdevice dwlpx: pcibus, alpha_sgmap, alpha_pci_sgmap_pte32 2671.44Scgdattach dwlpx at kft 2681.44Scgdfile arch/alpha/pci/dwlpx.c dwlpx 2691.69Smjacobfile arch/alpha/pci/dwlpx_bus_io.c dwlpx 2701.69Smjacobfile arch/alpha/pci/dwlpx_bus_mem.c dwlpx 2711.47Sthorpejfile arch/alpha/pci/dwlpx_dma.c dwlpx 2721.44Scgdfile arch/alpha/pci/dwlpx_pci.c dwlpx 2731.44Scgd 2741.63Sthorpejdevice lca: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2751.50Scgdattach lca at mainbus 2761.50Scgdfile arch/alpha/pci/lca.c lca 2771.50Scgdfile arch/alpha/pci/lca_bus_io.c lca 2781.50Scgdfile arch/alpha/pci/lca_bus_mem.c lca 2791.50Scgdfile arch/alpha/pci/lca_dma.c lca 2801.50Scgdfile arch/alpha/pci/lca_pci.c lca 2811.44Scgd 2821.69Smjacobdevice mcpcia: pcibus, alpha_sgmap, alpha_pci_sgmap_pte64 2831.69Smjacobattach mcpcia at mcbus 2841.69Smjacobfile arch/alpha/pci/mcpcia.c mcpcia 2851.69Smjacobfile arch/alpha/pci/mcpcia_bus_io.c mcpcia 2861.69Smjacobfile arch/alpha/pci/mcpcia_bus_mem.c mcpcia 2871.69Smjacobfile arch/alpha/pci/mcpcia_dma.c mcpcia 2881.69Smjacobfile arch/alpha/pci/mcpcia_pci.c mcpcia 2891.69Smjacob 2901.69Smjacob 2911.44Scgd# CPU support files 2921.5Scgdfile arch/alpha/pci/pci_2100_a50.c dec_2100_a50 2931.62Srossfile arch/alpha/pci/pci_a12.c avalon_a12 2941.82Sthorpejfile arch/alpha/pci/pci_alphabook1.c dec_alphabook1 2951.28Scgdfile arch/alpha/pci/pci_axppci_33.c dec_axppci_33 2961.28Scgdfile arch/alpha/pci/pci_eb164.c dec_eb164 2971.32Scgdfile arch/alpha/pci/pci_eb164_intr.s dec_eb164 2981.74Sthorpejfile arch/alpha/pci/pci_eb64plus.c dec_eb64plus 2991.41Scgdfile arch/alpha/pci/pci_eb64plus_intr.s dec_eb64plus 3001.8Scgdfile arch/alpha/pci/pci_kn20aa.c dec_kn20aa 3011.69Smjacobfile arch/alpha/pci/pci_kn8ae.c dec_kn8ae 3021.69Smjacobfile arch/alpha/pci/pci_kn300.c dec_kn300 3031.75Sthorpejfile arch/alpha/pci/pci_550.c dec_550 3041.81Srossfile arch/alpha/pci/pci_1000a.c dec_1000a 3051.83Srossfile arch/alpha/pci/pci_1000.c dec_1000 3061.8Scgd 3071.4Scgd 3081.4Scgd# 3091.8Scgd# PCI Bus devices 3101.4Scgd# 3111.1Scgd 3121.4Scgdfile arch/alpha/pci/pci_machdep.c pci 3131.1Scgd 3141.63Sthorpejdevice sio: isabus, alpha_shared_intr 3151.10Sthorpejattach sio at pci 3161.63Sthorpejdevice pceb: isabus, eisabus 3171.10Sthorpejattach pceb at pci 3181.11Scgdfile arch/alpha/pci/sio.c sio | pceb needs-flag 3191.11Scgdfile arch/alpha/pci/sio_pic.c sio | pceb 3201.5Scgd 3211.6Scgd 3221.62Sross# 3231.62Sross# A12 if_de hack, this is temporary! 3241.62Sross# 3251.63Sthorpejdevice ade: ether, ifnet, arp 3261.62Srossattach ade at pci 3271.62Srossfile arch/alpha/pci/if_ade.c ade 3281.64Sross 3291.64Sross# 3301.64Sross# alpha/a12 platform-specific drivers 3311.64Sross# 3321.64Sross 3331.64Sross# Switch 3341.64Sross 3351.64Srossdevice xb 3361.64Srossattach xb at a12c 3371.64Srossfile arch/alpha/a12/if_xb.c xb 3381.64Sross 3391.64Sross# Console 3401.64Sross 3411.64Srossdevice a12dc 3421.64Srossattach a12dc at a12c 3431.64Srossfile arch/alpha/a12/a12dc.c a12dc needs-flag 3441.8Scgd 3451.5Scgd# 3461.8Scgd# Devices that can live on multiple busses 3471.5Scgd# 3481.5Scgd 3491.63Sthorpejdevice mcclock 3501.12Scgdattach mcclock at ioasic with mcclock_ioasic 3511.12Scgdattach mcclock at isa with mcclock_isa 3521.39Scgdattach mcclock at gbus with mcclock_tlsb 3531.12Scgdfile arch/alpha/alpha/mcclock.c mcclock 3541.12Scgdfile arch/alpha/tc/mcclock_ioasic.c mcclock_ioasic 3551.12Scgdfile arch/alpha/isa/mcclock_isa.c mcclock_isa 3561.39Scgdfile arch/alpha/tlsb/mcclock_tlsb.c mcclock_tlsb 3571.39Scgd 3581.5Scgd 3591.4Scgd# 3601.4Scgd# Standard files 3611.4Scgd# 3621.1Scgdfile arch/alpha/alpha/autoconf.c 3631.12Scgdfile arch/alpha/alpha/clock.c 3641.1Scgdfile arch/alpha/alpha/conf.c 3651.55Sthorpejfile arch/alpha/alpha/cpuconf.c 3661.1Scgdfile arch/alpha/alpha/interrupt.c 3671.1Scgdfile arch/alpha/alpha/machdep.c 3681.1Scgdfile arch/alpha/alpha/mainbus.c 3691.1Scgdfile arch/alpha/alpha/mem.c 3701.67Sthorpejfile arch/alpha/alpha/pmap.c 3711.1Scgdfile arch/alpha/alpha/process_machdep.c 3721.1Scgdfile arch/alpha/alpha/prom.c 3731.1Scgdfile arch/alpha/alpha/support.c 3741.1Scgdfile arch/alpha/alpha/sys_machdep.c 3751.1Scgdfile arch/alpha/alpha/trap.c 3761.1Scgdfile arch/alpha/alpha/vm_machdep.c 3771.1Scgdfile arch/alpha/alpha/disksubr.c 3781.47Sthorpejfile arch/alpha/common/bus_dma.c 3791.1Scgdfile dev/cons.c 3801.4Scgd 3811.44Scgd# Network protocol checksum routines 3821.44Scgdfile arch/alpha/alpha/in_cksum.c inet 3831.19Scgdfile netns/ns_cksum.c ns 3841.1Scgd 3851.44Scgd# PROM console support (for ports that don't have native console support) 3861.5Scgdfile arch/alpha/alpha/promcons.c 3871.6Scgd 3881.44Scgd# CPU support 3891.59Sthorpejfile arch/alpha/alpha/dec_2100_a50.c dec_2100_a50 3901.59Sthorpejfile arch/alpha/alpha/dec_3000_300.c dec_3000_300 3911.59Sthorpejfile arch/alpha/alpha/dec_3000_500.c dec_3000_500 3921.59Sthorpejfile arch/alpha/alpha/dec_550.c dec_550 3931.82Sthorpejfile arch/alpha/alpha/dec_alphabook1.c dec_alphabook1 3941.59Sthorpejfile arch/alpha/alpha/dec_axppci_33.c dec_axppci_33 3951.59Sthorpejfile arch/alpha/alpha/dec_eb164.c dec_eb164 3961.59Sthorpejfile arch/alpha/alpha/dec_eb64plus.c dec_eb64plus 3971.59Sthorpejfile arch/alpha/alpha/dec_kn20aa.c dec_kn20aa 3981.59Sthorpejfile arch/alpha/alpha/dec_kn8ae.c dec_kn8ae 3991.69Smjacobfile arch/alpha/alpha/dec_kn300.c dec_kn300 4001.62Srossfile arch/alpha/alpha/avalon_a12.c avalon_a12 4011.83Srossfile arch/alpha/alpha/dec_1000a.c dec_1000 | dec_1000a 4021.58Sthorpej 4031.58Sthorpej# Kernel debugger support 4041.58Sthorpejfile arch/alpha/alpha/db_disasm.c ddb 4051.58Sthorpejfile arch/alpha/alpha/db_interface.c ddb 4061.58Sthorpejfile arch/alpha/alpha/db_trace.c ddb 4071.7Sthorpej 4081.7Sthorpej# OSF/1 Binary Compatibility (COMPAT_OSF1) 4091.26Scgdinclude "compat/osf1/files.osf1" 4101.76Smatt 4111.76Smatt# XXXX pcic here because it needs to be late. The catch: pcic needs 4121.76Smatt# to be late, so devices which attach to it are attached late. But it 4131.76Smatt# needs to be before its isa and pci attachments. This answer is 4141.76Smatt# non-optimal, but I don't have a better answer right now. 4151.76Smatt 4161.76Smatt# PCIC pcmcia contoller 4171.76Smatt# XXX this needs to be done very late, so it's done here. This feels 4181.76Smatt# like a kludge, but it might be for the best. 4191.76Smatt 4201.76Smattdefopt PCIC_ISA_ALLOC_IOBASE 4211.76Smattdefopt PCIC_ISA_ALLOC_IOSIZE 4221.76Smattdefopt PCIC_ISA_INTR_ALLOC_MASK 4231.76Smatt 4241.76Smattdevice pcic {[controller = -1], [socket = -1]} 4251.76Smattfile dev/ic/i82365.c pcic 4261.76Smatt 4271.76Smatt# PCIC pcmcia contoller 4281.76Smattattach pcic at isa with pcic_isa 4291.76Smattfile dev/isa/i82365_isa.c pcic_isa 4301.80Ssommerfefile dev/isa/i82365_isasubr.c pcic_isa 4311.76Smatt 4321.76Smatt# PCIC pcmcia contoller 4331.76Smattattach pcic at pci with pcic_pci 4341.76Smattfile dev/pci/i82365_pci.c pcic_pci 4351.76Smatt 4361.76Smatt 4371.76Smatt# this wants to be probed as late as possible. 4381.76Smatt# 4391.76Smatt# Machine-independent PCMCIA drivers 4401.76Smatt# 4411.76Smattinclude "dev/pcmcia/files.pcmcia" 442