files.i386 revision 1.202
11.202Slukem# $NetBSD: files.i386,v 1.202 2001/12/03 00:10:14 lukem 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.201Slukemdefflag 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.199Slukem APM_POWER_PRINT APM_ALLOW_BOGUS_SEGMENTS 151.199Slukemdefparam opt_apm.h APMDEBUG_VALUE APM_DISABLE_INTERRUPTS 161.100Sthorpej 171.100Sthorpej# Processor type options. 181.201Slukemdefflag opt_cputype.h I386_CPU I486_CPU I586_CPU I686_CPU 191.124Sbouyer 201.124Sbouyer# delay before cpu_reset() for reboot. 211.201Slukemdefparam CPURESET_DELAY 221.101Sthorpej 231.101Sthorpej# VM86 emulation 241.201Slukemdefflag VM86 251.102Sthorpej 261.102Sthorpej# Floating point emulation 271.201Slukemdefflag MATH_EMULATE 281.103Sthorpej 291.103Sthorpej# User-settable LDT (used by WINE) 301.201Slukemdefflag USER_LDT 311.104Sthorpej 321.104Sthorpej# Speed hack; make NOPs dummies (might break on some machines) 331.201Slukemdefflag DUMMY_NOPS 341.105Sthorpej 351.167Sthorpej# Performance counter support 361.201Slukemdefflag PERFCTRS 371.167Sthorpej 381.194Sfvdl# MTRR support 391.201Slukemdefflag MTRR 401.194Sfvdl 411.105Sthorpej# X server support in console drivers 421.201Slukemdefflag opt_xserver.h XSERVER XSERVER_DDB 431.181Schs 441.181Schs# The REAL{BASE,EXT}MEM options 451.199Slukemdefparam opt_realmem.h REALBASEMEM REALEXTMEM 461.140Sdrochner 471.140Sdrochner# understand boot device passed by pre-1.3 bootblocks 481.201Slukemdefflag COMPAT_OLDBOOT 491.98Sthorpej 501.142Sthorpej# PCI BIOS options 511.201Slukemdefflag opt_pcibios.h PCIBIOS PCIBIOSVERBOSE 521.201Slukem PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP 531.201Slukem PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE 541.202Slukem PCIBIOS_INTR_GUESS PCIINTR_DEBUG 551.202Slukemdefparam opt_pcibios.h PCIBIOS_IRQS_HINT 561.166Sthorpej 571.166Sthorpej# Large page size 581.201Slukemdefflag LARGEPAGES 591.142Sthorpej 601.56Scgdfile arch/i386/i386/autoconf.c 611.146Sdrochnerfile arch/i386/i386/bus_machdep.c 621.56Scgdfile arch/i386/i386/conf.c 631.145Sdrochnerfile arch/i386/i386/consinit.c 641.119Srvbfile arch/i386/i386/db_dbgreg.s ddb 651.56Scgdfile arch/i386/i386/db_disasm.c ddb 661.56Scgdfile arch/i386/i386/db_interface.c ddb 671.85Sthorpejfile arch/i386/i386/db_memrw.c ddb | kgdb 681.56Scgdfile arch/i386/i386/db_trace.c ddb 691.56Scgdfile arch/i386/i386/disksubr.c disk 701.60Smycroftfile arch/i386/i386/gdt.c 711.200Sitojunfile arch/i386/i386/in_cksum.s inet | inet6 721.152Swsfile arch/i386/i386/ipkdb_glue.c ipkdb 731.85Sthorpejfile arch/i386/i386/kgdb_machdep.c kgdb 741.56Scgdfile arch/i386/i386/machdep.c 751.56Scgdfile arch/i386/i386/math_emulate.c math_emulate 761.56Scgdfile arch/i386/i386/mem.c 771.56Scgdfile arch/i386/i386/microtime.s 781.194Sfvdlfile arch/i386/i386/mtrr_i686.c mtrr 791.197Sthorpejfile arch/i386/i386/mtrr_k6.c mtrr 801.154Sjdolecekfile netns/ns_cksum.c ns 811.134Sthorpejfile arch/i386/i386/pmap.c 821.56Scgdfile arch/i386/i386/process_machdep.c 831.180Sfvdlfile arch/i386/i386/procfs_machdep.c procfs 841.185Sthorpejfile arch/i386/i386/softintr.c 851.56Scgdfile arch/i386/i386/sys_machdep.c 861.178Smycroftfile arch/i386/i386/syscall.c 871.56Scgdfile arch/i386/i386/trap.c 881.56Scgdfile arch/i386/i386/vm_machdep.c 891.56Scgdfile dev/cons.c 901.167Sthorpej 911.167Sthorpejfile arch/i386/i386/pmc.c perfctrs 921.192Stls 931.192Stlsfile crypto/des/arch/i386/des_enc.S ipsec & ipsec_esp 941.192Stls#file crypto/des/arch/i386/des_cbc.S ipsec & ipsec_esp 951.192Stlsfile crypto/blowfish/arch/i386/bf_enc.S ipsec & ipsec_esp 961.192Stls#file crypto/blowfish/arch/i386/bf_cbc.S ipsec & ipsec_esp 971.56Scgd 981.56Scgd# 991.56Scgd# Machine-independent SCSI drivers 1001.56Scgd# 1011.56Scgd 1021.182Slukeminclude "dev/scsipi/files.scsipi" 1031.56Scgdmajor {sd = 4} 1041.56Scgdmajor {cd = 6} 1051.69Sperry 1061.97Scgd# 1071.97Scgd# Machine-independent ATA drivers 1081.97Scgd# 1091.97Scgd 1101.182Slukeminclude "dev/ata/files.ata" 1111.97Scgdmajor {wd = 0} 1121.97Scgd 1131.79Spk# Memory Disk for install floppy 1141.182Slukemfile arch/i386/i386/md_root.c memory_disk_hooks 1151.79Spkmajor {md = 17} 1161.149Soster 1171.149Soster# RAIDframe 1181.149Sostermajor {raid = 18} 1191.151Sad 1201.174Sad# Logical disk 1211.174Sadmajor {ld = 19} 1221.171Sad 1231.171Sad# 1241.171Sad# Machine-independent I2O drivers 1251.171Sad# 1261.171Sad 1271.182Slukeminclude "dev/i2o/files.i2o" 1281.56Scgd 1291.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing 1301.142Sthorpej# of certain devices/BIOS features 1311.182Slukemdefine bioscall 1321.142Sthorpejfile arch/i386/i386/bioscall.s bioscall needs-flag 1331.142Sthorpej 1341.142Sthorpej# BIOS32 routines 1351.142Sthorpejdefine bios32 1361.142Sthorpejfile arch/i386/i386/bios32.c bios32 needs-flag 1371.142Sthorpej 1381.56Scgd# 1391.56Scgd# System bus types 1401.56Scgd# 1411.65Scgd 1421.182Slukemdefine mainbus { } 1431.142Sthorpej# XXX BIOS32 only if something that uses it is configured! 1441.198Sthorpejdevice mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus 1451.67Sthorpejattach mainbus at root 1461.65Scgdfile arch/i386/i386/mainbus.c mainbus 1471.56Scgd 1481.55Smycroft# 1491.64Scgd# PCI-only drivers 1501.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 1511.64Scgd# XXX devices to 'pci'. 1521.64Scgd# 1531.64Scgd 1541.182Slukeminclude "dev/pci/files.pci" 1551.195Sthorpejinclude "dev/pci/files.agp" 1561.64Scgdfile arch/i386/pci/pci_machdep.c pci 1571.195Sthorpejfile arch/i386/pci/agp_machdep.c agp 1581.142Sthorpejfile arch/i386/pci/pcibios.c pcibios 1591.142Sthorpejfile arch/i386/pci/pci_intr_fixup.c pcibios & pcibios_intr_fixup 1601.142Sthorpejfile arch/i386/pci/piix.c pcibios & pcibios_intr_fixup 1611.142Sthorpejfile arch/i386/pci/opti82c558.c pcibios & pcibios_intr_fixup 1621.142Sthorpejfile arch/i386/pci/opti82c700.c pcibios & pcibios_intr_fixup 1631.142Sthorpejfile arch/i386/pci/sis85c503.c pcibios & pcibios_intr_fixup 1641.142Sthorpejfile arch/i386/pci/via82c586.c pcibios & pcibios_intr_fixup 1651.186Suchfile arch/i386/pci/amd756.c pcibios & pcibios_intr_fixup 1661.190Shayafile arch/i386/pci/ali1543.c pcibios & pcibios_intr_fixup 1671.143Sthorpejfile arch/i386/pci/pci_bus_fixup.c pcibios & pcibios_bus_fixup 1681.158Suchfile arch/i386/pci/pci_addr_fixup.c pcibios & pcibios_addr_fixup 1691.201Slukemdefparam PCI_CONF_MODE 1701.110Scgdfile arch/i386/pci/pciide_machdep.c pciide 1711.127Snathanwfile arch/i386/pci/pcic_pci_machdep.c pcic_pci 1721.78Sthorpej 1731.78Sthorpej# PCI-Host bridge chipsets 1741.196Sthorpejdevice pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis, 1751.196Sthorpej agp_via 1761.78Sthorpejattach pchb at pci 1771.194Sfvdlfile arch/i386/pci/pchb.c pchb needs-flag 1781.169Sthorpejfile arch/i386/pci/pchb_rnd.c pchb & rnd 1791.107Sthorpej 1801.107Sthorpej# PCI-EISA bridges 1811.108Sthorpejdevice pceb: eisabus, isabus 1821.107Sthorpejattach pceb at pci 1831.107Sthorpejfile arch/i386/pci/pceb.c pceb 1841.78Sthorpej 1851.78Sthorpej# PCI-ISA bridges 1861.108Sthorpejdevice pcib: isabus 1871.78Sthorpejattach pcib at pci 1881.78Sthorpejfile arch/i386/pci/pcib.c pcib 1891.184Sjdolecek 1901.184Sjdolecek# PCI-MCA bridges 1911.184Sjdolecekdevice pcmb: mcabus 1921.184Sjdolecekattach pcmb at pci 1931.184Sjdolecekfile arch/i386/pci/pcmb.c pcmb 1941.64Scgd 1951.153Smartin# Game adapter (joystick) 1961.153Smartindevice joy 1971.153Smartinfile arch/i386/isa/joy.c joy needs-flag 1981.153Smartin 1991.153Smartin# PCI joysticks 2001.182Slukemattach joy at pci with pci_joy 2011.153Smartinfile arch/i386/pci/joy_pci.c pci_joy 2021.153Smartin 2031.64Scgd# 2041.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers 2051.55Smycroft# 2061.56Scgd 2071.182Slukeminclude "dev/isa/files.isa" 2081.56Scgdmajor {mcd = 7} 2091.56Scgd#major {scd = 15} 2101.115Scgd 2111.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT 2121.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files. 2131.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can 2141.115Scgd# XXX be fixed as well.) 2151.115Scgd 2161.115Scgdattach lpt at puc with lpt_puc 2171.115Scgdfile dev/pci/lpt_puc.c lpt_puc 2181.56Scgd 2191.56Scgdfile arch/i386/isa/isa_machdep.c isa 2201.56Scgd 2211.56Scgd# PC clock 2221.56Scgdfile arch/i386/isa/clock.c isa 2231.130Sdrochnerfile dev/clock_subr.c isa 2241.56Scgd 2251.56Scgd# Numeric Processing Extension; Math Co-processor 2261.108Sthorpejdevice npx 2271.56Scgdfile arch/i386/isa/npx.c npx needs-flag 2281.163Sthorpej 2291.163Sthorpejattach npx at isa with npx_isa 2301.163Sthorpejfile arch/i386/isa/npx_isa.c npx_isa 2311.56Scgd 2321.66Sthorpej# attribute used to represent the "keyboard controller" 2331.66Sthorpej# XXX should be a real device 2341.182Slukemdefine pckbcport { [irq = -1], [port = -1] } 2351.66Sthorpej 2361.56Scgd# PC console support a la "pccons" 2371.111Sdrochnerdevice pc: tty, pckbcport 2381.67Sthorpejattach pc at isa 2391.111Sdrochnerdevice pcconskbd 2401.111Sdrochnerattach pcconskbd at pckbc 2411.111Sdrochnerfile arch/i386/isa/pccons.c pc | pcconskbd needs-flag 2421.56Scgd 2431.56Scgd# PC Mice; Logitech-style, Microsoft-style, and PS/2-style 2441.128Sdrochnerdevice olms 2451.128Sdrochnerattach olms at isa 2461.128Sdrochnerfile arch/i386/isa/olms.c olms needs-flag 2471.128Sdrochnerdevice lms: wsmousedev 2481.67Sthorpejattach lms at isa 2491.128Sdrochnerfile arch/i386/isa/lms.c lms 2501.128Sdrochnerdevice omms 2511.128Sdrochnerattach omms at isa 2521.128Sdrochnerfile arch/i386/isa/omms.c omms needs-flag 2531.128Sdrochnerdevice mms: wsmousedev 2541.67Sthorpejattach mms at isa 2551.128Sdrochnerfile arch/i386/isa/mms.c mms 2561.128Sdrochnerdevice opms 2571.128Sdrochnerattach opms at pckbcport with opms_hack 2581.128Sdrochnerattach opms at pckbc with opms_pckbc 2591.128Sdrochnerfile arch/i386/isa/pms.c opms | opms_hack | opms_pckbc needs-flag 2601.111Sdrochner 2611.182Slukeminclude "dev/wscons/files.wscons" 2621.191Sdrochnerinclude "dev/wsfont/files.wsfont" 2631.111Sdrochner 2641.182Slukeminclude "dev/pckbc/files.pckbc" 2651.113Sdrochner 2661.182Slukemdevice sysbeep 2671.182Slukemattach sysbeep at pcppi 2681.111Sdrochner 2691.56Scgd# Floppy disk controller 2701.157Sthorpejdevice fdc {drive = -1}: isadma 2711.157Sthorpejfile dev/isa/fd.c fdc needs-flag 2721.157Sthorpej 2731.157Sthorpejattach fdc at isa with fdc_isa 2741.157Sthorpejfile dev/isa/fdc_isa.c fdc_isa 2751.157Sthorpej 2761.157Sthorpejdevice fd: disk 2771.67Sthorpejattach fd at fdc 2781.56Scgdmajor {fd = 2} 2791.76Ssoda 2801.80Schristosattach joy at isa with joy_isa 2811.80Schristosfile arch/i386/isa/joy_isa.c joy_isa 2821.80Schristos 2831.76Ssoda# Adaptec AHA-284x VL SCSI controllers 2841.76Ssoda# device declaration in sys/conf/files 2851.150Sfvdlattach ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6 2861.76Ssodafile arch/i386/isa/ahc_isa.c ahc_isa 2871.56Scgd 2881.55Smycroft# 2891.55Smycroft# EISA-only drivers 2901.55Smycroft# 2911.56Scgd 2921.182Slukeminclude "dev/eisa/files.eisa" 2931.72Scgdfile arch/i386/eisa/eisa_machdep.c eisa 2941.154Sjdolecek 2951.154Sjdolecek# 2961.154Sjdolecek# MCA-only drivers 2971.154Sjdolecek# 2981.154Sjdolecek 2991.182Slukemdevice mca {[slot = -1]} : bioscall 3001.182Slukeminclude "dev/mca/files.mca" 3011.159Sjdolecekfile arch/i386/mca/mca_machdep.c mca 3021.187Sjdolecek 3031.187Sjdolecekmajor { ed = 20 } 3041.77Sjtk 3051.80Schristos# ISA Plug 'n Play devices 3061.80Schristosfile arch/i386/isa/isapnp_machdep.c isapnp 3071.80Schristos 3081.80Schristosattach joy at isapnp with joy_isapnp 3091.80Schristosfile arch/i386/isa/joy_isapnp.c joy_isapnp 3101.130Sdrochner 3111.130Sdrochner# 3121.130Sdrochner# VME support 3131.130Sdrochner# 3141.182Slukeminclude "dev/vme/files.vme" 3151.77Sjtk 3161.77Sjtk# 3171.77Sjtk# Other mainbus-attached devices 3181.77Sjtk# 3191.77Sjtk 3201.77Sjtk# Advanced Power Management support (APM) 3211.182Slukemdevice apm: bioscall 3221.182Slukemattach apm at mainbus 3231.77Sjtkfile arch/i386/i386/apm.c apm needs-count 3241.89Sjtkfile arch/i386/i386/apmcall.s apm 3251.56Scgd 3261.55Smycroft# 3271.55Smycroft# Compatibility modules 3281.55Smycroft# 3291.61Smycroft 3301.61Smycroft# VM86 mode 3311.61Smycroftfile arch/i386/i386/vm86.c vm86 3321.120Smycroft 3331.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX) 3341.135Smellonfile arch/i386/i386/compat_13_machdep.c compat_13 | compat_aout 3351.56Scgd 3361.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4) 3371.182Slukeminclude "compat/svr4/files.svr4" 3381.59Smycroftfile arch/i386/i386/svr4_machdep.c compat_svr4 3391.173Sjdolecekfile arch/i386/i386/svr4_sigcode.s compat_svr4 3401.177Smycroftfile arch/i386/i386/svr4_syscall.c compat_svr4 3411.189Schristos 3421.189Schristos# MACH binary compatibility (COMPAT_MACH) 3431.189Schristosinclude "compat/mach/files.mach" 3441.189Schristosfile arch/i386/i386/mach_machdep.c compat_mach 3451.189Schristosfile arch/i386/i386/mach_sigcode.s compat_mach 3461.189Schristosfile arch/i386/i386/mach_syscall.c compat_mach 3471.189Schristosfile arch/i386/i386/macho_machdep.c exec_macho 3481.56Scgd 3491.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2) 3501.182Slukeminclude "compat/ibcs2/files.ibcs2" 3511.88Smycroftfile arch/i386/i386/ibcs2_machdep.c compat_ibcs2 3521.173Sjdolecekfile arch/i386/i386/ibcs2_sigcode.s compat_ibcs2 3531.176Sjdolecekfile arch/i386/i386/ibcs2_syscall.c compat_ibcs2 3541.56Scgd 3551.59Smycroft# Linux binary compatibility (COMPAT_LINUX) 3561.182Slukeminclude "compat/linux/files.linux" 3571.182Slukeminclude "compat/linux/arch/i386/files.linux_i386" 3581.173Sjdolecekfile arch/i386/i386/linux_sigcode.s compat_linux 3591.176Sjdolecekfile arch/i386/i386/linux_syscall.c compat_linux 3601.188Schristosfile arch/i386/i386/linux_trap.c compat_linux 3611.58Smycroft 3621.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD) 3631.182Slukeminclude "compat/freebsd/files.freebsd" 3641.58Smycroftfile arch/i386/i386/freebsd_machdep.c compat_freebsd 3651.173Sjdolecekfile arch/i386/i386/freebsd_sigcode.s compat_freebsd 3661.179Sjdolecekfile arch/i386/i386/freebsd_syscall.c compat_freebsd 3671.131Schristos 3681.131Schristos# a.out binary compatibility (COMPAT_AOUT) 3691.182Slukeminclude "compat/aout/files.aout" 3701.160Smycroft 3711.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF) 3721.182Slukeminclude "compat/pecoff/files.pecoff" 3731.82Saugustss 3741.82Saugustss# OSS audio driver compatibility 3751.182Slukeminclude "compat/ossaudio/files.ossaudio" 3761.91Sbouyer 3771.91Sbouyer# network devices MII bus 3781.182Slukeminclude "dev/mii/files.mii" 3791.139Shaya 3801.139Shaya# 3811.139Shaya# CARDBUS 3821.139Shaya# 3831.182Slukeminclude "dev/cardbus/files.cardbus" 3841.139Shayafile arch/i386/i386/rbus_machdep.c cardbus 3851.90Sthorpej 3861.90Sthorpej# XXXX pcic here because it needs to be late. The catch: pcic needs 3871.90Sthorpej# to be late, so devices which attach to it are attached late. But it 3881.90Sthorpej# needs to be before its isa and pci attachments. This answer is 3891.90Sthorpej# non-optimal, but I don't have a better answer right now. 3901.90Sthorpej 3911.165Sitohy# PCIC pcmcia controller 3921.90Sthorpej# XXX this needs to be done very late, so it's done here. This feels 3931.90Sthorpej# like a kludge, but it might be for the best. 3941.93Sthorpej 3951.201Slukemdefparam PCIC_ISA_ALLOC_IOBASE 3961.201Slukemdefparam PCIC_ISA_ALLOC_IOSIZE 3971.201Slukemdefparam PCIC_ISA_INTR_ALLOC_MASK 3981.93Sthorpej 3991.126Spkdevice pcic: pcmciabus 4001.92Sthorpejfile dev/ic/i82365.c pcic 4011.90Sthorpej 4021.114Ssommerfe# PCIC pcmcia controller on ISA bus. 4031.90Sthorpejattach pcic at isa with pcic_isa 4041.90Sthorpejfile dev/isa/i82365_isa.c pcic_isa 4051.90Sthorpej 4061.114Ssommerfe# PCIC pcmcia controller on PCI bus. 4071.90Sthorpejattach pcic at pci with pcic_pci 4081.90Sthorpejfile dev/pci/i82365_pci.c pcic_pci 4091.90Sthorpej 4101.114Ssommerfe# PCIC pcmcia controller on PnP board 4111.182Slukemattach pcic at isapnp with pcic_isapnp 4121.114Ssommerfefile dev/isapnp/i82365_isapnp.c pcic_isapnp 4131.114Ssommerfe 4141.114Ssommerfe# Code common to ISA and ISAPnP attachments 4151.127Snathanwfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 4161.132Sbad 4171.132Sbad# XXXX tcic here because it needs to be late. The catch: tcic needs 4181.132Sbad# to be late, so devices which attach to it are attached late. But it 4191.132Sbad# needs to be before its isa and pci attachments. This answer is 4201.132Sbad# non-optimal, but I don't have a better answer right now. 4211.132Sbad 4221.165Sitohy# TCIC pcmcia controller 4231.132Sbad# XXX this needs to be done very late, so it's done here. This feels 4241.132Sbad# like a kludge, but it might be for the best. 4251.132Sbad 4261.201Slukemdefparam TCIC_ISA_ALLOC_IOBASE 4271.201Slukemdefparam TCIC_ISA_ALLOC_IOSIZE 4281.201Slukemdefparam TCIC_ISA_INTR_ALLOC_MASK 4291.132Sbad 4301.132Sbaddevice tcic: pcmciabus 4311.132Sbadfile dev/ic/tcic2.c tcic 4321.132Sbad 4331.165Sitohy# TCIC pcmcia controller 4341.132Sbadattach tcic at isa with tcic_isa 4351.132Sbadfile dev/isa/tcic2_isa.c tcic_isa 4361.90Sthorpej 4371.90Sthorpej# this wants to be probed as late as possible. 4381.90Sthorpej# 4391.90Sthorpej# Machine-independent PCMCIA drivers 4401.90Sthorpej# 4411.182Slukeminclude "dev/pcmcia/files.pcmcia" 4421.90Sthorpej 4431.90Sthorpej 4441.182Slukeminclude "dev/usb/files.usb" 4451.170Sonoe 4461.182Slukeminclude "dev/ieee1394/files.ieee1394" 4471.141Sdrochner 4481.182Slukeminclude "arch/i386/pnpbios/files.pnpbios" 4491.198Sthorpej 4501.198Sthorpejinclude "dev/acpi/files.acpi" 4511.198Sthorpejfile arch/i386/i386/acpi_machdep.c acpi 452