files.i386 revision 1.357
11.357Schristos# $NetBSD: files.i386,v 1.357 2011/04/10 20:36:48 christos Exp $ 21.2Scgd# 31.56Scgd# new style config file for i386 architecture 41.56Scgd# 51.56Scgd 61.322Sbouyerifndef xen 71.322Sbouyer 81.56Scgd# maxpartitions must be first item in files.${ARCH}.newconf 91.253Swizmaxpartitions 8 101.94Sthorpej 111.193Sperrymaxusers 2 16 128 121.125Sthorpej 131.273Syamtdefparam opt_kernbase.h KERNBASE 141.273Syamt 151.124Sbouyer# delay before cpu_reset() for reboot. 161.201Slukemdefparam CPURESET_DELAY 171.101Sthorpej 181.298Sjmcneill# Xbox support 191.298Sjmcneilldefflag XBOX 201.298Sjmcneill 211.101Sthorpej# VM86 emulation 221.201Slukemdefflag VM86 231.210Sdrochnerdefflag KVM86 241.102Sthorpej 251.103Sthorpej# User-settable LDT (used by WINE) 261.201Slukemdefflag USER_LDT 271.104Sthorpej 281.105Sthorpej# X server support in console drivers 291.201Slukemdefflag opt_xserver.h XSERVER XSERVER_DDB 301.181Schs 311.181Schs# The REAL{BASE,EXT}MEM options 321.199Slukemdefparam opt_realmem.h REALBASEMEM REALEXTMEM 331.140Sdrochner 341.326Sjoerg# The PHYSMEM_MAX_{SIZE,ADDR} optionms 351.326Sjoergdefparam opt_physmem.h PHYSMEM_MAX_ADDR PHYSMEM_MAX_SIZE 361.326Sjoerg 371.140Sdrochner# understand boot device passed by pre-1.3 bootblocks 381.201Slukemdefflag COMPAT_OLDBOOT 391.98Sthorpej 401.142Sthorpej# PCI BIOS options 411.201Slukemdefflag opt_pcibios.h PCIBIOS PCIBIOSVERBOSE 421.202Slukem PCIBIOS_INTR_GUESS PCIINTR_DEBUG 431.202Slukemdefparam opt_pcibios.h PCIBIOS_IRQS_HINT 441.166Sthorpej 451.209Syamt# kernel stack debug 461.209Syamtdefflag opt_kstack_dr0.h KSTACK_CHECK_DR0 471.236Sjmmv 481.352Sdyoung# splraise()/spllower() debug 491.352Sdyoungdefflag opt_spldebug.h SPLDEBUG 501.352Sdyoung 511.236Sjmmv# Beep on halt 521.318Sxtraemedefflag opt_beep.h BEEP_ONHALT 531.318Sxtraemedefparam opt_beep.h BEEP_ONHALT_COUNT=3 541.318Sxtraemedefparam opt_beep.h BEEP_ONHALT_PITCH=1500 551.318Sxtraemedefparam opt_beep.h BEEP_ONHALT_PERIOD=250 561.209Syamt 571.277Sjmmv# Multiboot support 581.318Sxtraemedefflag opt_multiboot.h MULTIBOOT 591.318Sxtraemeobsolete defparam MULTIBOOT_SYMTAB_SPACE 601.318Sxtraemefile arch/i386/i386/multiboot.c multiboot 611.277Sjmmv 621.56Scgdfile arch/i386/i386/autoconf.c 631.340Sadfile arch/i386/i386/aout_machdep.c exec_aout 641.315Sadfile arch/i386/i386/busfunc.S 651.315Sadfile arch/i386/i386/cpufunc.S 661.332Sjoergfile arch/i386/i386/cpu_in_cksum.S (inet | inet6) & cpu_in_cksum 671.223Sfvdlfile arch/i386/i386/db_dbgreg.S ddb | kstack_check_dr0 681.56Scgdfile arch/i386/i386/db_disasm.c ddb 691.56Scgdfile arch/i386/i386/db_interface.c ddb 701.357Schristosfile arch/i386/i386/db_machdep.c ddb 711.85Sthorpejfile arch/i386/i386/db_memrw.c ddb | kgdb 721.329Sadfile arch/i386/i386/dumpsys.c 731.241Sdslfile kern/subr_disk_mbr.c disk 741.352Sdyoungfile kern/subr_spldebug.c spldebug 751.60Smycroftfile arch/i386/i386/gdt.c 761.315Sadfile arch/i386/i386/i386func.S 771.152Swsfile arch/i386/i386/ipkdb_glue.c ipkdb 781.85Sthorpejfile arch/i386/i386/kgdb_machdep.c kgdb 791.327Sadfile arch/i386/i386/kobj_machdep.c modular 801.56Scgdfile arch/i386/i386/machdep.c 811.334Sxtraemefile arch/i386/i386/longrun.c 821.56Scgdfile arch/i386/i386/mem.c 831.197Sthorpejfile arch/i386/i386/mtrr_k6.c mtrr 841.56Scgdfile arch/i386/i386/process_machdep.c 851.56Scgdfile arch/i386/i386/trap.c 861.56Scgdfile dev/cons.c 871.167Sthorpej 881.353Sdhollandfile arch/i386/i386/mptramp.S multiprocessor 891.215Sfvdl 901.167Sthorpejfile arch/i386/i386/pmc.c perfctrs 911.192Stls 921.219Sthorpejfile crypto/des/arch/i386/des_enc.S des 931.219Sthorpejfile crypto/des/arch/i386/des_cbc.S des 941.219Sthorpej 951.219Sthorpejfile crypto/blowfish/arch/i386/bf_enc.S blowfish 961.246Stlsfile crypto/blowfish/arch/i386/bf_cbc.S blowfish & !i386_cpu 971.56Scgd 981.56Scgd# 991.56Scgd# Machine-independent SCSI drivers 1001.56Scgd# 1011.56Scgd 1021.182Slukeminclude "dev/scsipi/files.scsipi" 1031.69Sperry 1041.97Scgd# 1051.97Scgd# Machine-independent ATA drivers 1061.97Scgd# 1071.97Scgd 1081.182Slukeminclude "dev/ata/files.ata" 1091.97Scgd 1101.79Spk# Memory Disk for install floppy 1111.338Schristosfile dev/md_root.c memory_disk_hooks & md 1121.171Sad 1131.171Sad# 1141.171Sad# Machine-independent I2O drivers 1151.171Sad# 1161.171Sad 1171.182Slukeminclude "dev/i2o/files.i2o" 1181.56Scgd 1191.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing 1201.142Sthorpej# of certain devices/BIOS features 1211.182Slukemdefine bioscall 1221.223Sfvdlfile arch/i386/i386/bioscall.S bioscall needs-flag 1231.142Sthorpej 1241.142Sthorpej# BIOS32 routines 1251.142Sthorpejdefine bios32 1261.142Sthorpejfile arch/i386/i386/bios32.c bios32 needs-flag 1271.142Sthorpej 1281.260Sdrochner# i386 specific mainbus attributes 1291.318Sxtraemedefine apmbus {} 1301.318Sxtraemedefine pnpbiosbus {} 1311.260Sdrochner 1321.56Scgd# 1331.56Scgd# System bus types 1341.56Scgd# 1351.65Scgd 1361.142Sthorpej# XXX BIOS32 only if something that uses it is configured! 1371.260Sdrochnerdevice mainbus: isabus, eisabus, mcabus, pcibus, bios32, acpibus, 1381.343Sjmcneill cpubus, ioapicbus, apmbus, pnpbiosbus, ipmibus, 1391.323Sjmcneill bioscall 1401.67Sthorpejattach mainbus at root 1411.65Scgdfile arch/i386/i386/mainbus.c mainbus 1421.56Scgd 1431.55Smycroft# 1441.64Scgd# PCI-only drivers 1451.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches 1461.64Scgd# XXX devices to 'pci'. 1471.64Scgd# 1481.182Slukeminclude "dev/pci/files.pci" 1491.195Sthorpejinclude "dev/pci/files.agp" 1501.142Sthorpejfile arch/i386/pci/pcibios.c pcibios 1511.264Ssekiyafile arch/i386/pci/pci_intr_fixup.c pcibios & pci_intr_fixup 1521.264Ssekiyafile arch/i386/pci/piix.c pcibios & pci_intr_fixup 1531.264Ssekiyafile arch/i386/pci/opti82c558.c pcibios & pci_intr_fixup 1541.264Ssekiyafile arch/i386/pci/opti82c700.c pcibios & pci_intr_fixup 1551.264Ssekiyafile arch/i386/pci/sis85c503.c pcibios & pci_intr_fixup 1561.264Ssekiyafile arch/i386/pci/via82c586.c pcibios & pci_intr_fixup 1571.276Sxtraemefile arch/i386/pci/via8231.c pcibios & pci_intr_fixup 1581.264Ssekiyafile arch/i386/pci/amd756.c pcibios & pci_intr_fixup 1591.264Ssekiyafile arch/i386/pci/ali1543.c pcibios & pci_intr_fixup 1601.201Slukemdefparam PCI_CONF_MODE 1611.127Snathanwfile arch/i386/pci/pcic_pci_machdep.c pcic_pci 1621.245Sdyoung 1631.318Sxtraeme# x86 specific PCI hardware 1641.318Sxtraemeinclude "arch/x86/pci/files.pci" 1651.213Sthorpej 1661.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge) 1671.331Sdyoungdefine elanparbus { } 1681.331Sdyoungdefine elanpexbus { } 1691.335Sdyoungdevice elansc: sysmon_wdog, gpiobus, elanparbus, elanpexbus, pcibus 1701.335Sdyoungattach elansc at pcibus 1711.335Sdyoung 1721.213Sthorpejfile arch/i386/pci/elan520.c elansc 1731.107Sthorpej 1741.331Sdyoungdevice elanpar 1751.331Sdyoungattach elanpar at elanparbus 1761.331Sdyoung 1771.331Sdyoungdevice elanpex 1781.331Sdyoungattach elanpex at elanpexbus 1791.331Sdyoung 1801.310Sxtraeme# AMD Geode CS5535 Companion IDE controller 1811.310Sxtraemedevice gcscide: ata, ata_dma, ata_udma, pciide_common, wdc_common 1821.310Sxtraemeattach gcscide at pci 1831.310Sxtraemefile arch/i386/pci/gcscide.c gcscide 1841.310Sxtraeme 1851.312Sjmcneill# AMD Geode CS5536 Companion EHCI 1861.312Sjmcneilldevice gcscehci: usbus 1871.312Sjmcneillattach gcscehci at pci 1881.312Sjmcneillfile arch/i386/pci/gcscehci.c gcscehci 1891.312Sjmcneill 1901.288Skardel# AMD Geode SC1100 GCB area 1911.288Skardeldevice geodegcb {} 1921.288Skardelattach geodegcb at pci 1931.288Skardelfile arch/i386/pci/geode.c geodegcb 1941.288Skardel 1951.270Sdyoung# AMD Geode SC1100 Watchdog Timer 1961.288Skardeldevice geodewdog: sysmon_wdog, geodegcb 1971.288Skardelattach geodewdog at geodegcb 1981.288Skardelfile arch/i386/pci/geodewdg.c geodewdog 1991.288Skardel 2001.288Skardel# AMD Geode SC1100 high resolution counter 2011.288Skardeldevice geodecntr: geodegcb 2021.288Skardelattach geodecntr at geodegcb 2031.288Skardelfile arch/i386/pci/geodecntr.c geodecntr 2041.270Sdyoung 2051.107Sthorpej# PCI-EISA bridges 2061.108Sthorpejdevice pceb: eisabus, isabus 2071.107Sthorpejattach pceb at pci 2081.107Sthorpejfile arch/i386/pci/pceb.c pceb 2091.78Sthorpej 2101.78Sthorpej# PCI-ISA bridges 2111.271Sjmcneilldevice gscpcib: isabus, gpiobus 2121.271Sjmcneillattach gscpcib at pci 2131.271Sjmcneillfile arch/i386/pci/gscpcib.c gscpcib 2141.271Sjmcneill 2151.328Sxtraeme# AMD Geode CS5535/CS5536 PCI-ISA bridge 2161.328Sxtraemedevice gcscpcib: isabus, sysmon_wdog, gpiobus 2171.328Sxtraemeattach gcscpcib at pci 2181.328Sxtraemefile arch/i386/pci/gcscpcib.c gcscpcib 2191.328Sxtraeme 2201.287Sjmcneilldevice piixpcib: isabus, bioscall 2211.287Sjmcneillattach piixpcib at pci 2221.287Sjmcneillfile arch/i386/pci/piixpcib.c piixpcib 2231.287Sjmcneill 2241.283Sjmcneilldevice viapcib: isabus, i2cbus 2251.283Sjmcneillattach viapcib at pci 2261.283Sjmcneillfile arch/i386/pci/viapcib.c viapcib 2271.283Sjmcneill 2281.184Sjdolecek# PCI-MCA bridges 2291.184Sjdolecekdevice pcmb: mcabus 2301.184Sjdolecekattach pcmb at pci 2311.184Sjdolecekfile arch/i386/pci/pcmb.c pcmb 2321.64Scgd 2331.215Sfvdldevice p64h2apic 2341.215Sfvdlattach p64h2apic at pci 2351.215Sfvdlfile arch/i386/pci/p64h2apic.c p64h2apic 2361.215Sfvdl 2371.215Sfvdl 2381.64Scgd# 2391.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers 2401.55Smycroft# 2411.56Scgd 2421.182Slukeminclude "dev/isa/files.isa" 2431.115Scgd 2441.56Scgd# PC clock 2451.292Sperryfile arch/x86/isa/clock.c isa 2461.350Sbouyerfile arch/x86/isa/rtc.c isa 2471.56Scgd 2481.288Skardel# TSC support 2491.320Sadfile arch/x86/x86/tsc.c 2501.288Skardel 2511.56Scgd# Numeric Processing Extension; Math Co-processor 2521.108Sthorpejdevice npx 2531.56Scgdfile arch/i386/isa/npx.c npx needs-flag 2541.163Sthorpej 2551.163Sthorpejattach npx at isa with npx_isa 2561.163Sthorpejfile arch/i386/isa/npx_isa.c npx_isa 2571.56Scgd 2581.239Swiz# PC Mice: Logitech-style and Microsoft-style 2591.128Sdrochnerdevice lms: wsmousedev 2601.67Sthorpejattach lms at isa 2611.128Sdrochnerfile arch/i386/isa/lms.c lms 2621.128Sdrochnerdevice mms: wsmousedev 2631.67Sthorpejattach mms at isa 2641.128Sdrochnerfile arch/i386/isa/mms.c mms 2651.111Sdrochner 2661.250Sbjh21include "dev/pckbport/files.pckbport" 2671.113Sdrochner 2681.182Slukemdevice sysbeep 2691.182Slukemattach sysbeep at pcppi 2701.111Sdrochner 2711.56Scgd# Floppy disk controller 2721.157Sthorpejdevice fdc {drive = -1}: isadma 2731.157Sthorpejfile dev/isa/fd.c fdc needs-flag 2741.157Sthorpej 2751.157Sthorpejattach fdc at isa with fdc_isa 2761.157Sthorpejfile dev/isa/fdc_isa.c fdc_isa 2771.157Sthorpej 2781.157Sthorpejdevice fd: disk 2791.67Sthorpejattach fd at fdc 2801.76Ssoda 2811.76Ssoda# Adaptec AHA-284x VL SCSI controllers 2821.76Ssoda# device declaration in sys/conf/files 2831.150Sfvdlattach ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6 2841.76Ssodafile arch/i386/isa/ahc_isa.c ahc_isa 2851.56Scgd 2861.55Smycroft# 2871.55Smycroft# EISA-only drivers 2881.55Smycroft# 2891.56Scgd 2901.182Slukeminclude "dev/eisa/files.eisa" 2911.72Scgdfile arch/i386/eisa/eisa_machdep.c eisa 2921.154Sjdolecek 2931.154Sjdolecek# 2941.154Sjdolecek# MCA-only drivers 2951.154Sjdolecek# 2961.154Sjdolecek 2971.182Slukemdevice mca {[slot = -1]} : bioscall 2981.182Slukeminclude "dev/mca/files.mca" 2991.159Sjdolecekfile arch/i386/mca/mca_machdep.c mca 3001.187Sjdolecek 3011.80Schristos# ISA Plug 'n Play devices 3021.80Schristosfile arch/i386/isa/isapnp_machdep.c isapnp 3031.130Sdrochner 3041.130Sdrochner# 3051.130Sdrochner# VME support 3061.130Sdrochner# 3071.182Slukeminclude "dev/vme/files.vme" 3081.240Sgmcgarry 3091.240Sgmcgarry# 3101.240Sgmcgarry# GPIB support 3111.240Sgmcgarry# 3121.240Sgmcgarryinclude "dev/gpib/files.gpib" 3131.77Sjtk 3141.77Sjtk# 3151.300Sdyoung# CMOS RAM 3161.300Sdyoung# 3171.300Sdyoungdefpseudo cmos 3181.300Sdyoungfile arch/i386/isa/cmos.c cmos needs-flag 3191.300Sdyoung 3201.300Sdyoung# 3211.77Sjtk# Other mainbus-attached devices 3221.77Sjtk# 3231.77Sjtk 3241.290Schristosinclude "dev/apm/files.apm" 3251.290Schristos 3261.77Sjtk# Advanced Power Management support (APM) 3271.290Schristosattach apm at apmbus with apmbios: bioscall 3281.290Schristosfile arch/i386/i386/apmbios.c apmbios needs-flag 3291.290Schristosfile arch/i386/i386/apmcall.S apmbios 3301.215Sfvdl 3311.299Sjmcneill# XBox LED & system support 3321.299Sjmcneillfile arch/i386/xbox/xbox.c xbox 3331.299Sjmcneill 3341.299Sjmcneill# XBox X3LCD support (*very* rudimentary) 3351.298Sjmcneillfile arch/i386/xbox/xboxlcd.c xbox 3361.298Sjmcneill 3371.298Sjmcneill# XBox framebuffer support 3381.318Sxtraemedevice xboxfb: wsemuldisplaydev, rasops32, vcons 3391.318Sxtraemeattach xboxfb at pci 3401.298Sjmcneillfile arch/i386/xbox/xboxfb.c xboxfb needs-flag 3411.298Sjmcneill 3421.55Smycroft# 3431.55Smycroft# Compatibility modules 3441.55Smycroft# 3451.61Smycroft 3461.61Smycroft# VM86 mode 3471.61Smycroftfile arch/i386/i386/vm86.c vm86 3481.120Smycroft 3491.210Sdrochner# VM86 in kernel 3501.210Sdrochnerfile arch/i386/i386/kvm86.c kvm86 3511.223Sfvdlfile arch/i386/i386/kvm86call.S kvm86 3521.210Sdrochner 3531.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX) 3541.294Sdrochnerfile arch/i386/i386/compat_13_machdep.c compat_13 3551.244Schristosfile arch/i386/i386/compat_16_machdep.c compat_16 | compat_ibcs2 3561.56Scgd 3571.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4) 3581.182Slukeminclude "compat/svr4/files.svr4" 3591.59Smycroftfile arch/i386/i386/svr4_machdep.c compat_svr4 3601.223Sfvdlfile arch/i386/i386/svr4_sigcode.S compat_svr4 3611.177Smycroftfile arch/i386/i386/svr4_syscall.c compat_svr4 3621.189Schristos 3631.189Schristos# MACH binary compatibility (COMPAT_MACH) 3641.189Schristosinclude "compat/mach/files.mach" 3651.222Schristosfile arch/i386/i386/mach_machdep.c compat_mach | compat_darwin 3661.223Sfvdlfile arch/i386/i386/mach_sigcode.S compat_mach | compat_darwin 3671.222Schristosfile arch/i386/i386/mach_syscall.c compat_mach | compat_darwin 3681.257Schristosfile arch/i386/i386/darwin_commpage_machdep.S compat_darwin 3691.189Schristosfile arch/i386/i386/macho_machdep.c exec_macho 3701.221Schristos 3711.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN) 3721.221Schristosinclude "compat/darwin/files.darwin" 3731.224Smanufile arch/i386/i386/darwin_machdep.c compat_darwin 3741.56Scgd 3751.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2) 3761.182Slukeminclude "compat/ibcs2/files.ibcs2" 3771.88Smycroftfile arch/i386/i386/ibcs2_machdep.c compat_ibcs2 3781.223Sfvdlfile arch/i386/i386/ibcs2_sigcode.S compat_ibcs2 3791.176Sjdolecekfile arch/i386/i386/ibcs2_syscall.c compat_ibcs2 3801.56Scgd 3811.59Smycroft# Linux binary compatibility (COMPAT_LINUX) 3821.182Slukeminclude "compat/linux/files.linux" 3831.182Slukeminclude "compat/linux/arch/i386/files.linux_i386" 3841.223Sfvdlfile arch/i386/i386/linux_sigcode.S compat_linux 3851.176Sjdolecekfile arch/i386/i386/linux_syscall.c compat_linux 3861.263Sfvdlfile arch/x86/x86/linux_trap.c compat_linux 3871.58Smycroft 3881.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD) 3891.182Slukeminclude "compat/freebsd/files.freebsd" 3901.58Smycroftfile arch/i386/i386/freebsd_machdep.c compat_freebsd 3911.223Sfvdlfile arch/i386/i386/freebsd_sigcode.S compat_freebsd 3921.179Sjdolecekfile arch/i386/i386/freebsd_syscall.c compat_freebsd 3931.131Schristos 3941.284Srittera# NDIS compatibilty (COMPAT_NDIS) 3951.286Sritterainclude "compat/ndis/files.ndis" 3961.284Srittera 3971.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF) 3981.182Slukeminclude "compat/pecoff/files.pecoff" 3991.82Saugustss 4001.82Saugustss# OSS audio driver compatibility 4011.182Slukeminclude "compat/ossaudio/files.ossaudio" 4021.139Shaya 4031.139Shaya# 4041.139Shaya# CARDBUS 4051.139Shaya# 4061.182Slukeminclude "dev/cardbus/files.cardbus" 4071.139Shayafile arch/i386/i386/rbus_machdep.c cardbus 4081.90Sthorpej 4091.90Sthorpej# XXXX pcic here because it needs to be late. The catch: pcic needs 4101.90Sthorpej# to be late, so devices which attach to it are attached late. But it 4111.90Sthorpej# needs to be before its isa and pci attachments. This answer is 4121.90Sthorpej# non-optimal, but I don't have a better answer right now. 4131.90Sthorpej 4141.165Sitohy# PCIC pcmcia controller 4151.90Sthorpej# XXX this needs to be done very late, so it's done here. This feels 4161.90Sthorpej# like a kludge, but it might be for the best. 4171.93Sthorpej 4181.201Slukemdefparam PCIC_ISA_ALLOC_IOBASE 4191.201Slukemdefparam PCIC_ISA_ALLOC_IOSIZE 4201.201Slukemdefparam PCIC_ISA_INTR_ALLOC_MASK 4211.93Sthorpej 4221.126Spkdevice pcic: pcmciabus 4231.92Sthorpejfile dev/ic/i82365.c pcic 4241.90Sthorpej 4251.114Ssommerfe# PCIC pcmcia controller on ISA bus. 4261.90Sthorpejattach pcic at isa with pcic_isa 4271.90Sthorpejfile dev/isa/i82365_isa.c pcic_isa 4281.90Sthorpej 4291.114Ssommerfe# PCIC pcmcia controller on PCI bus. 4301.90Sthorpejattach pcic at pci with pcic_pci 4311.90Sthorpejfile dev/pci/i82365_pci.c pcic_pci 4321.90Sthorpej 4331.114Ssommerfe# PCIC pcmcia controller on PnP board 4341.182Slukemattach pcic at isapnp with pcic_isapnp 4351.114Ssommerfefile dev/isapnp/i82365_isapnp.c pcic_isapnp 4361.114Ssommerfe 4371.114Ssommerfe# Code common to ISA and ISAPnP attachments 4381.127Snathanwfile dev/isa/i82365_isasubr.c pcic_isa | pcic_isapnp | pcic_pci 4391.132Sbad 4401.132Sbad# XXXX tcic here because it needs to be late. The catch: tcic needs 4411.132Sbad# to be late, so devices which attach to it are attached late. But it 4421.132Sbad# needs to be before its isa and pci attachments. This answer is 4431.132Sbad# non-optimal, but I don't have a better answer right now. 4441.132Sbad 4451.165Sitohy# TCIC pcmcia controller 4461.132Sbad# XXX this needs to be done very late, so it's done here. This feels 4471.132Sbad# like a kludge, but it might be for the best. 4481.132Sbad 4491.201Slukemdefparam TCIC_ISA_ALLOC_IOBASE 4501.201Slukemdefparam TCIC_ISA_ALLOC_IOSIZE 4511.201Slukemdefparam TCIC_ISA_INTR_ALLOC_MASK 4521.132Sbad 4531.132Sbaddevice tcic: pcmciabus 4541.132Sbadfile dev/ic/tcic2.c tcic 4551.132Sbad 4561.165Sitohy# TCIC pcmcia controller 4571.132Sbadattach tcic at isa with tcic_isa 4581.132Sbadfile dev/isa/tcic2_isa.c tcic_isa 4591.90Sthorpej 4601.90Sthorpej# this wants to be probed as late as possible. 4611.90Sthorpej# 4621.90Sthorpej# Machine-independent PCMCIA drivers 4631.90Sthorpej# 4641.182Slukeminclude "dev/pcmcia/files.pcmcia" 4651.90Sthorpej 4661.90Sthorpej 4671.182Slukeminclude "dev/usb/files.usb" 4681.170Sonoe 4691.289Sgdamoreinclude "dev/bluetooth/files.bluetooth" 4701.289Sgdamore 4711.349Snonakainclude "dev/sdmmc/files.sdmmc" 4721.349Snonaka 4731.182Slukeminclude "dev/ieee1394/files.ieee1394" 4741.141Sdrochner 4751.182Slukeminclude "arch/i386/pnpbios/files.pnpbios" 4761.198Sthorpej 4771.198Sthorpejinclude "dev/acpi/files.acpi" 4781.323Sjmcneillfile arch/i386/acpi/acpi_wakeup_low.S acpi 4791.207Schristos 4801.225Sjmcneill# Numeric Processing Extension; Math Co-processor 4811.291Schristosattach npx at acpinodebus with npx_acpi 4821.225Sjmcneillfile arch/i386/acpi/npx_acpi.c npx_acpi 4831.210Sdrochner 4841.344Sjmcneill# Obsolete vesabios/vesafb flags 4851.344Sjmcneillobsolete defflag opt_vesabios.h VESABIOSVERBOSE 4861.344Sjmcneillobsolete defparam opt_vesafb.h VESAFB_WIDTH VESAFB_HEIGHT VESAFB_DEPTH 4871.344Sjmcneillobsolete defflag opt_vesafb.h VESAFB_PM 4881.344Sjmcneill 4891.309Sjmcneill# AMD Geode LX Security Block 4901.309Sjmcneilldevice glxsb: opencrypto 4911.309Sjmcneillattach glxsb at pci 4921.309Sjmcneillfile arch/i386/pci/glxsb.c glxsb 4931.309Sjmcneill 4941.214Sgehennainclude "arch/i386/conf/majors.i386" 4951.322Sbouyerendif #xen 496