files.i386 revision 1.198
11.198Sthorpej# $NetBSD: files.i386,v 1.198 2001/09/28 02:06:55 thorpej Exp $ 21.2Scgd# 31.56Scgd# new style config file for i386 architecture 41.56Scgd# 51.56Scgd 61.56Scgd# maxpartitions must be first item in files.${ARCH}.newconf 71.56Scgdmaxpartitions 8 81.94Sthorpej 91.193Sperrymaxusers 2 16 128 101.125Sthorpej 111.125Sthorpej# APM options 121.182Slukemdefopt opt_apm.h APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE 131.182Slukem APM_NO_STANDBY APM_V10_ONLY APM_NO_V12 APMDEBUG 141.182Slukem APMDEBUG_VALUE APM_POWER_PRINT APM_DISABLE_INTERRUPTS 151.182Slukem APM_ALLOW_BOGUS_SEGMENTS 161.100Sthorpej 171.100Sthorpej# Processor type options. 181.182Slukemdefopt opt_cputype.h I386_CPU I486_CPU I586_CPU I686_CPU 191.124Sbouyer 201.124Sbouyer# delay before cpu_reset() for reboot. 211.182Slukemdefopt CPURESET_DELAY 221.101Sthorpej 231.101Sthorpej# VM86 emulation 241.101Sthorpejdefopt VM86 251.102Sthorpej 261.102Sthorpej# Floating point emulation 271.102Sthorpejdefopt MATH_EMULATE 281.103Sthorpej 291.103Sthorpej# User-settable LDT (used by WINE) 301.103Sthorpejdefopt USER_LDT 311.104Sthorpej 321.104Sthorpej# Speed hack; make NOPs dummies (might break on some machines) 331.104Sthorpejdefopt DUMMY_NOPS 341.105Sthorpej 351.167Sthorpej# Performance counter support 361.167Sthorpejdefopt PERFCTRS 371.167Sthorpej 381.194Sfvdl# MTRR support 391.194Sfvdldefopt MTRR 401.194Sfvdl 411.105Sthorpej# X server support in console drivers 421.182Slukemdefopt opt_xserver.h XSERVER XSERVER_DDB 431.181Schs 441.181Schs# The REAL{BASE,EXT}MEM options 451.182Slukemdefopt opt_realmem.h REALBASEMEM REALEXTMEM 461.140Sdrochner 471.140Sdrochner# understand boot device passed by pre-1.3 bootblocks 481.140Sdrochnerdefopt COMPAT_OLDBOOT 491.98Sthorpej 501.142Sthorpej# PCI BIOS options 511.182Slukemdefopt opt_pcibios.h PCIBIOS PCIBIOSVERBOSE 521.164Ssoda PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP 531.164Ssoda PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE 541.164Ssoda PCIBIOS_INTR_GUESS PCIBIOS_IRQS_HINT PCIINTR_DEBUG 551.166Sthorpej 561.166Sthorpej# Large page size 571.166Sthorpejdefopt LARGEPAGES 581.142Sthorpej 591.56Scgdfile arch/i386/i386/autoconf.c 601.146Sdrochnerfile arch/i386/i386/bus_machdep.c 611.56Scgdfile arch/i386/i386/conf.c 621.145Sdrochnerfile arch/i386/i386/consinit.c 631.119Srvbfile arch/i386/i386/db_dbgreg.s ddb 641.56Scgdfile arch/i386/i386/db_disasm.c ddb 651.56Scgdfile arch/i386/i386/db_interface.c ddb 661.85Sthorpejfile arch/i386/i386/db_memrw.c ddb | kgdb 671.56Scgdfile arch/i386/i386/db_trace.c ddb 681.56Scgdfile arch/i386/i386/disksubr.c disk 691.60Smycroftfile arch/i386/i386/gdt.c 701.74Smycroftfile arch/i386/i386/in_cksum.s inet 711.152Swsfile arch/i386/i386/ipkdb_glue.c ipkdb 721.85Sthorpejfile arch/i386/i386/kgdb_machdep.c kgdb 731.56Scgdfile arch/i386/i386/machdep.c 741.56Scgdfile arch/i386/i386/math_emulate.c math_emulate 751.56Scgdfile arch/i386/i386/mem.c 761.56Scgdfile arch/i386/i386/microtime.s 771.194Sfvdlfile arch/i386/i386/mtrr_i686.c mtrr 781.197Sthorpejfile arch/i386/i386/mtrr_k6.c mtrr 791.154Sjdolecekfile netns/ns_cksum.c ns 801.134Sthorpejfile arch/i386/i386/pmap.c 811.56Scgdfile arch/i386/i386/process_machdep.c 821.180Sfvdlfile arch/i386/i386/procfs_machdep.c procfs 831.185Sthorpejfile arch/i386/i386/softintr.c 841.56Scgdfile arch/i386/i386/sys_machdep.c 851.178Smycroftfile arch/i386/i386/syscall.c 861.56Scgdfile arch/i386/i386/trap.c 871.56Scgdfile arch/i386/i386/vm_machdep.c 881.56Scgdfile dev/cons.c 891.167Sthorpej 901.167Sthorpejfile arch/i386/i386/pmc.c perfctrs 911.192Stls 921.192Stlsfile crypto/des/arch/i386/des_enc.S ipsec & ipsec_esp 931.192Stls#file crypto/des/arch/i386/des_cbc.S ipsec & ipsec_esp 941.192Stlsfile crypto/blowfish/arch/i386/bf_enc.S ipsec & ipsec_esp 951.192Stls#file crypto/blowfish/arch/i386/bf_cbc.S ipsec & ipsec_esp 961.56Scgd 971.56Scgd# 981.56Scgd# Machine-independent SCSI drivers 991.56Scgd# 1001.56Scgd 1011.182Slukeminclude "dev/scsipi/files.scsipi" 1021.56Scgdmajor {sd = 4} 1031.56Scgdmajor {cd = 6} 1041.69Sperry 1051.97Scgd# 1061.97Scgd# Machine-independent ATA drivers 1071.97Scgd# 1081.97Scgd 1091.182Slukeminclude "dev/ata/files.ata" 1101.97Scgdmajor {wd = 0} 1111.97Scgd 1121.79Spk# Memory Disk for install floppy 1131.182Slukemfile arch/i386/i386/md_root.c memory_disk_hooks 1141.79Spkmajor {md = 17} 1151.149Soster 1161.149Soster# RAIDframe 1171.149Sostermajor {raid = 18} 1181.151Sad 1191.174Sad# Logical disk 1201.174Sadmajor {ld = 19} 1211.171Sad 1221.171Sad# 1231.171Sad# Machine-independent I2O drivers 1241.171Sad# 1251.171Sad 1261.182Slukeminclude "dev/i2o/files.i2o" 1271.56Scgd 1281.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing 1291.142Sthorpej# of certain devices/BIOS features 1301.182Slukemdefine bioscall 1311.142Sthorpejfile arch/i386/i386/bioscall.s bioscall needs-flag 1321.142Sthorpej 1331.142Sthorpej# BIOS32 routines 1341.142Sthorpejdefine bios32 1351.142Sthorpejfile arch/i386/i386/bios32.c bios32 needs-flag 1361.142Sthorpej 1371.56Scgd# 1381.56Scgd# System bus types 1391.56Scgd# 1401.65Scgd 1411.182Slukemdefine mainbus { } 1421.142Sthorpej# XXX BIOS32 only if something that uses it is configured! 1431.198Sthorpejdevice mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus 1441.67Sthorpejattach mainbus at root 1451.65Scgdfile arch/i386/i386/mainbus.c mainbus 1461.56Scgd 1471.55Smycroft# 1481.64Scgd# PCI-only drivers 1491.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 1501.64Scgd# XXX devices to 'pci'. 1511.64Scgd# 1521.64Scgd 1531.182Slukeminclude "dev/pci/files.pci" 1541.195Sthorpejinclude "dev/pci/files.agp" 1551.64Scgdfile arch/i386/pci/pci_machdep.c pci 1561.195Sthorpejfile arch/i386/pci/agp_machdep.c agp 1571.142Sthorpejfile arch/i386/pci/pcibios.c pcibios 1581.142Sthorpejfile arch/i386/pci/pci_intr_fixup.c pcibios & pcibios_intr_fixup 1591.142Sthorpejfile arch/i386/pci/piix.c pcibios & pcibios_intr_fixup 1601.142Sthorpejfile arch/i386/pci/opti82c558.c pcibios & pcibios_intr_fixup 1611.142Sthorpejfile arch/i386/pci/opti82c700.c pcibios & pcibios_intr_fixup 1621.142Sthorpejfile arch/i386/pci/sis85c503.c pcibios & pcibios_intr_fixup 1631.142Sthorpejfile arch/i386/pci/via82c586.c pcibios & pcibios_intr_fixup 1641.186Suchfile arch/i386/pci/amd756.c pcibios & pcibios_intr_fixup 1651.190Shayafile arch/i386/pci/ali1543.c pcibios & pcibios_intr_fixup 1661.143Sthorpejfile arch/i386/pci/pci_bus_fixup.c pcibios & pcibios_bus_fixup 1671.158Suchfile arch/i386/pci/pci_addr_fixup.c pcibios & pcibios_addr_fixup 1681.182Slukemdefopt PCI_CONF_MODE 1691.110Scgdfile arch/i386/pci/pciide_machdep.c pciide 1701.127Snathanwfile arch/i386/pci/pcic_pci_machdep.c pcic_pci 1711.78Sthorpej 1721.78Sthorpej# PCI-Host bridge chipsets 1731.196Sthorpejdevice pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis, 1741.196Sthorpej agp_via 1751.78Sthorpejattach pchb at pci 1761.194Sfvdlfile arch/i386/pci/pchb.c pchb needs-flag 1771.169Sthorpejfile arch/i386/pci/pchb_rnd.c pchb & rnd 1781.107Sthorpej 1791.107Sthorpej# PCI-EISA bridges 1801.108Sthorpejdevice pceb: eisabus, isabus 1811.107Sthorpejattach pceb at pci 1821.107Sthorpejfile arch/i386/pci/pceb.c pceb 1831.78Sthorpej 1841.78Sthorpej# PCI-ISA bridges 1851.108Sthorpejdevice pcib: isabus 1861.78Sthorpejattach pcib at pci 1871.78Sthorpejfile arch/i386/pci/pcib.c pcib 1881.184Sjdolecek 1891.184Sjdolecek# PCI-MCA bridges 1901.184Sjdolecekdevice pcmb: mcabus 1911.184Sjdolecekattach pcmb at pci 1921.184Sjdolecekfile arch/i386/pci/pcmb.c pcmb 1931.64Scgd 1941.153Smartin# Game adapter (joystick) 1951.153Smartindevice joy 1961.153Smartinfile arch/i386/isa/joy.c joy needs-flag 1971.153Smartin 1981.153Smartin# PCI joysticks 1991.182Slukemattach joy at pci with pci_joy 2001.153Smartinfile arch/i386/pci/joy_pci.c pci_joy 2011.153Smartin 2021.64Scgd# 2031.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers 2041.55Smycroft# 2051.56Scgd 2061.182Slukeminclude "dev/isa/files.isa" 2071.56Scgdmajor {mcd = 7} 2081.56Scgd#major {scd = 15} 2091.115Scgd 2101.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT 2111.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files. 2121.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can 2131.115Scgd# XXX be fixed as well.) 2141.115Scgd 2151.115Scgdattach lpt at puc with lpt_puc 2161.115Scgdfile dev/pci/lpt_puc.c lpt_puc 2171.56Scgd 2181.56Scgdfile arch/i386/isa/isa_machdep.c isa 2191.56Scgd 2201.56Scgd# PC clock 2211.56Scgdfile arch/i386/isa/clock.c isa 2221.130Sdrochnerfile dev/clock_subr.c isa 2231.56Scgd 2241.56Scgd# Numeric Processing Extension; Math Co-processor 2251.108Sthorpejdevice npx 2261.56Scgdfile arch/i386/isa/npx.c npx needs-flag 2271.163Sthorpej 2281.163Sthorpejattach npx at isa with npx_isa 2291.163Sthorpejfile arch/i386/isa/npx_isa.c npx_isa 2301.56Scgd 2311.66Sthorpej# attribute used to represent the "keyboard controller" 2321.66Sthorpej# XXX should be a real device 2331.182Slukemdefine pckbcport { [irq = -1], [port = -1] } 2341.66Sthorpej 2351.56Scgd# PC console support a la "pccons" 2361.111Sdrochnerdevice pc: tty, pckbcport 2371.67Sthorpejattach pc at isa 2381.111Sdrochnerdevice pcconskbd 2391.111Sdrochnerattach pcconskbd at pckbc 2401.111Sdrochnerfile arch/i386/isa/pccons.c pc | pcconskbd needs-flag 2411.56Scgd 2421.56Scgd# PC Mice; Logitech-style, Microsoft-style, and PS/2-style 2431.128Sdrochnerdevice olms 2441.128Sdrochnerattach olms at isa 2451.128Sdrochnerfile arch/i386/isa/olms.c olms needs-flag 2461.128Sdrochnerdevice lms: wsmousedev 2471.67Sthorpejattach lms at isa 2481.128Sdrochnerfile arch/i386/isa/lms.c lms 2491.128Sdrochnerdevice omms 2501.128Sdrochnerattach omms at isa 2511.128Sdrochnerfile arch/i386/isa/omms.c omms needs-flag 2521.128Sdrochnerdevice mms: wsmousedev 2531.67Sthorpejattach mms at isa 2541.128Sdrochnerfile arch/i386/isa/mms.c mms 2551.128Sdrochnerdevice opms 2561.128Sdrochnerattach opms at pckbcport with opms_hack 2571.128Sdrochnerattach opms at pckbc with opms_pckbc 2581.128Sdrochnerfile arch/i386/isa/pms.c opms | opms_hack | opms_pckbc needs-flag 2591.111Sdrochner 2601.182Slukeminclude "dev/wscons/files.wscons" 2611.191Sdrochnerinclude "dev/wsfont/files.wsfont" 2621.111Sdrochner 2631.182Slukeminclude "dev/pckbc/files.pckbc" 2641.113Sdrochner 2651.182Slukemdevice sysbeep 2661.182Slukemattach sysbeep at pcppi 2671.111Sdrochner 2681.56Scgd# Floppy disk controller 2691.157Sthorpejdevice fdc {drive = -1}: isadma 2701.157Sthorpejfile dev/isa/fd.c fdc needs-flag 2711.157Sthorpej 2721.157Sthorpejattach fdc at isa with fdc_isa 2731.157Sthorpejfile dev/isa/fdc_isa.c fdc_isa 2741.157Sthorpej 2751.157Sthorpejdevice fd: disk 2761.67Sthorpejattach fd at fdc 2771.56Scgdmajor {fd = 2} 2781.76Ssoda 2791.80Schristosattach joy at isa with joy_isa 2801.80Schristosfile arch/i386/isa/joy_isa.c joy_isa 2811.80Schristos 2821.76Ssoda# Adaptec AHA-284x VL SCSI controllers 2831.76Ssoda# device declaration in sys/conf/files 2841.150Sfvdlattach ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6 2851.76Ssodafile arch/i386/isa/ahc_isa.c ahc_isa 2861.56Scgd 2871.55Smycroft# 2881.55Smycroft# EISA-only drivers 2891.55Smycroft# 2901.56Scgd 2911.182Slukeminclude "dev/eisa/files.eisa" 2921.72Scgdfile arch/i386/eisa/eisa_machdep.c eisa 2931.154Sjdolecek 2941.154Sjdolecek# 2951.154Sjdolecek# MCA-only drivers 2961.154Sjdolecek# 2971.154Sjdolecek 2981.182Slukemdevice mca {[slot = -1]} : bioscall 2991.182Slukeminclude "dev/mca/files.mca" 3001.159Sjdolecekfile arch/i386/mca/mca_machdep.c mca 3011.187Sjdolecek 3021.187Sjdolecekmajor { ed = 20 } 3031.77Sjtk 3041.80Schristos# ISA Plug 'n Play devices 3051.80Schristosfile arch/i386/isa/isapnp_machdep.c isapnp 3061.80Schristos 3071.80Schristosattach joy at isapnp with joy_isapnp 3081.80Schristosfile arch/i386/isa/joy_isapnp.c joy_isapnp 3091.130Sdrochner 3101.130Sdrochner# 3111.130Sdrochner# VME support 3121.130Sdrochner# 3131.182Slukeminclude "dev/vme/files.vme" 3141.77Sjtk 3151.77Sjtk# 3161.77Sjtk# Other mainbus-attached devices 3171.77Sjtk# 3181.77Sjtk 3191.77Sjtk# Advanced Power Management support (APM) 3201.182Slukemdevice apm: bioscall 3211.182Slukemattach apm at mainbus 3221.77Sjtkfile arch/i386/i386/apm.c apm needs-count 3231.89Sjtkfile arch/i386/i386/apmcall.s apm 3241.56Scgd 3251.55Smycroft# 3261.55Smycroft# Compatibility modules 3271.55Smycroft# 3281.61Smycroft 3291.61Smycroft# VM86 mode 3301.61Smycroftfile arch/i386/i386/vm86.c vm86 3311.120Smycroft 3321.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX) 3331.135Smellonfile arch/i386/i386/compat_13_machdep.c compat_13 | compat_aout 3341.56Scgd 3351.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4) 3361.182Slukeminclude "compat/svr4/files.svr4" 3371.59Smycroftfile arch/i386/i386/svr4_machdep.c compat_svr4 3381.173Sjdolecekfile arch/i386/i386/svr4_sigcode.s compat_svr4 3391.177Smycroftfile arch/i386/i386/svr4_syscall.c compat_svr4 3401.189Schristos 3411.189Schristos# MACH binary compatibility (COMPAT_MACH) 3421.189Schristosinclude "compat/mach/files.mach" 3431.189Schristosfile arch/i386/i386/mach_machdep.c compat_mach 3441.189Schristosfile arch/i386/i386/mach_sigcode.s compat_mach 3451.189Schristosfile arch/i386/i386/mach_syscall.c compat_mach 3461.189Schristosfile arch/i386/i386/macho_machdep.c exec_macho 3471.56Scgd 3481.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2) 3491.182Slukeminclude "compat/ibcs2/files.ibcs2" 3501.88Smycroftfile arch/i386/i386/ibcs2_machdep.c compat_ibcs2 3511.173Sjdolecekfile arch/i386/i386/ibcs2_sigcode.s compat_ibcs2 3521.176Sjdolecekfile arch/i386/i386/ibcs2_syscall.c compat_ibcs2 3531.56Scgd 3541.59Smycroft# Linux binary compatibility (COMPAT_LINUX) 3551.182Slukeminclude "compat/linux/files.linux" 3561.182Slukeminclude "compat/linux/arch/i386/files.linux_i386" 3571.173Sjdolecekfile arch/i386/i386/linux_sigcode.s compat_linux 3581.176Sjdolecekfile arch/i386/i386/linux_syscall.c compat_linux 3591.188Schristosfile arch/i386/i386/linux_trap.c compat_linux 3601.58Smycroft 3611.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD) 3621.182Slukeminclude "compat/freebsd/files.freebsd" 3631.58Smycroftfile arch/i386/i386/freebsd_machdep.c compat_freebsd 3641.173Sjdolecekfile arch/i386/i386/freebsd_sigcode.s compat_freebsd 3651.179Sjdolecekfile arch/i386/i386/freebsd_syscall.c compat_freebsd 3661.131Schristos 3671.131Schristos# a.out binary compatibility (COMPAT_AOUT) 3681.182Slukeminclude "compat/aout/files.aout" 3691.160Smycroft 3701.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF) 3711.182Slukeminclude "compat/pecoff/files.pecoff" 3721.82Saugustss 3731.82Saugustss# OSS audio driver compatibility 3741.182Slukeminclude "compat/ossaudio/files.ossaudio" 3751.91Sbouyer 3761.91Sbouyer# network devices MII bus 3771.182Slukeminclude "dev/mii/files.mii" 3781.139Shaya 3791.139Shaya# 3801.139Shaya# CARDBUS 3811.139Shaya# 3821.182Slukeminclude "dev/cardbus/files.cardbus" 3831.139Shayafile arch/i386/i386/rbus_machdep.c cardbus 3841.90Sthorpej 3851.90Sthorpej# XXXX pcic here because it needs to be late. The catch: pcic needs 3861.90Sthorpej# to be late, so devices which attach to it are attached late. But it 3871.90Sthorpej# needs to be before its isa and pci attachments. This answer is 3881.90Sthorpej# non-optimal, but I don't have a better answer right now. 3891.90Sthorpej 3901.165Sitohy# PCIC pcmcia controller 3911.90Sthorpej# XXX this needs to be done very late, so it's done here. This feels 3921.90Sthorpej# like a kludge, but it might be for the best. 3931.93Sthorpej 3941.93Sthorpejdefopt PCIC_ISA_ALLOC_IOBASE 3951.93Sthorpejdefopt PCIC_ISA_ALLOC_IOSIZE 3961.93Sthorpejdefopt PCIC_ISA_INTR_ALLOC_MASK 3971.93Sthorpej 3981.126Spkdevice pcic: pcmciabus 3991.92Sthorpejfile dev/ic/i82365.c pcic 4001.90Sthorpej 4011.114Ssommerfe# PCIC pcmcia controller on ISA bus. 4021.90Sthorpejattach pcic at isa with pcic_isa 4031.90Sthorpejfile dev/isa/i82365_isa.c pcic_isa 4041.90Sthorpej 4051.114Ssommerfe# PCIC pcmcia controller on PCI bus. 4061.90Sthorpejattach pcic at pci with pcic_pci 4071.90Sthorpejfile dev/pci/i82365_pci.c pcic_pci 4081.90Sthorpej 4091.114Ssommerfe# PCIC pcmcia controller on PnP board 4101.182Slukemattach pcic at isapnp with pcic_isapnp 4111.114Ssommerfefile dev/isapnp/i82365_isapnp.c pcic_isapnp 4121.114Ssommerfe 4131.114Ssommerfe# Code common to ISA and ISAPnP attachments 4141.127Snathanwfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 4151.132Sbad 4161.132Sbad# XXXX tcic here because it needs to be late. The catch: tcic needs 4171.132Sbad# to be late, so devices which attach to it are attached late. But it 4181.132Sbad# needs to be before its isa and pci attachments. This answer is 4191.132Sbad# non-optimal, but I don't have a better answer right now. 4201.132Sbad 4211.165Sitohy# TCIC pcmcia controller 4221.132Sbad# XXX this needs to be done very late, so it's done here. This feels 4231.132Sbad# like a kludge, but it might be for the best. 4241.132Sbad 4251.132Sbaddefopt TCIC_ISA_ALLOC_IOBASE 4261.132Sbaddefopt TCIC_ISA_ALLOC_IOSIZE 4271.132Sbaddefopt TCIC_ISA_INTR_ALLOC_MASK 4281.132Sbad 4291.132Sbaddevice tcic: pcmciabus 4301.132Sbadfile dev/ic/tcic2.c tcic 4311.132Sbad 4321.165Sitohy# TCIC pcmcia controller 4331.132Sbadattach tcic at isa with tcic_isa 4341.132Sbadfile dev/isa/tcic2_isa.c tcic_isa 4351.90Sthorpej 4361.90Sthorpej# this wants to be probed as late as possible. 4371.90Sthorpej# 4381.90Sthorpej# Machine-independent PCMCIA drivers 4391.90Sthorpej# 4401.182Slukeminclude "dev/pcmcia/files.pcmcia" 4411.90Sthorpej 4421.90Sthorpej 4431.182Slukeminclude "dev/usb/files.usb" 4441.170Sonoe 4451.182Slukeminclude "dev/ieee1394/files.ieee1394" 4461.141Sdrochner 4471.182Slukeminclude "arch/i386/pnpbios/files.pnpbios" 4481.198Sthorpej 4491.198Sthorpejinclude "dev/acpi/files.acpi" 4501.198Sthorpejfile arch/i386/i386/acpi_machdep.c acpi 451