files.i386 revision 1.334
11.334Sxtraeme#	$NetBSD: files.i386,v 1.334 2008/02/26 18:24:28 xtraeme Exp $
21.2Scgd#
31.56Scgd# new style config file for i386 architecture
41.56Scgd#
51.56Scgd
61.322Sbouyerversion 20071109
71.322Sbouyer
81.322Sbouyerifndef xen
91.322Sbouyer
101.56Scgd# maxpartitions must be first item in files.${ARCH}.newconf
111.253Swizmaxpartitions 8
121.94Sthorpej
131.193Sperrymaxusers 2 16 128
141.125Sthorpej
151.273Syamtdefparam opt_kernbase.h	KERNBASE
161.273Syamt
171.124Sbouyer# delay before cpu_reset() for reboot.
181.201Slukemdefparam		CPURESET_DELAY
191.101Sthorpej
201.298Sjmcneill# Xbox support
211.298Sjmcneilldefflag			XBOX
221.298Sjmcneill
231.101Sthorpej# VM86 emulation
241.201Slukemdefflag			VM86
251.210Sdrochnerdefflag			KVM86
261.102Sthorpej
271.103Sthorpej# User-settable LDT (used by WINE)
281.201Slukemdefflag			USER_LDT
291.104Sthorpej
301.105Sthorpej# X server support in console drivers
311.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
321.181Schs
331.181Schs# The REAL{BASE,EXT}MEM options
341.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
351.140Sdrochner
361.326Sjoerg# The PHYSMEM_MAX_{SIZE,ADDR} optionms
371.326Sjoergdefparam opt_physmem.h	PHYSMEM_MAX_ADDR PHYSMEM_MAX_SIZE
381.326Sjoerg
391.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
401.201Slukemdefflag			COMPAT_OLDBOOT
411.98Sthorpej
421.142Sthorpej# PCI BIOS options
431.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
441.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
451.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
461.166Sthorpej
471.217Sfvdl# No unmapped page below kernel stack
481.217Sfvdldefflag			NOREDZONE
491.142Sthorpej
501.209Syamt# kernel stack debug
511.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
521.236Sjmmv
531.236Sjmmv# Beep on halt
541.318Sxtraemedefflag 	opt_beep.h		BEEP_ONHALT
551.318Sxtraemedefparam 	opt_beep.h		BEEP_ONHALT_COUNT=3
561.318Sxtraemedefparam 	opt_beep.h		BEEP_ONHALT_PITCH=1500
571.318Sxtraemedefparam 	opt_beep.h		BEEP_ONHALT_PERIOD=250
581.209Syamt
591.277Sjmmv# Multiboot support
601.318Sxtraemedefflag 	opt_multiboot.h		MULTIBOOT
611.318Sxtraemeobsolete 	defparam		MULTIBOOT_SYMTAB_SPACE
621.318Sxtraemefile 	arch/i386/i386/multiboot.c	multiboot
631.277Sjmmv
641.275Sxtraeme# PowerNow K7
651.318Sxtraemedefflag 	POWERNOW_K7
661.275Sxtraeme
671.56Scgdfile	arch/i386/i386/autoconf.c
681.315Sadfile	arch/i386/i386/busfunc.S
691.315Sadfile	arch/i386/i386/cpufunc.S
701.332Sjoergfile	arch/i386/i386/cpu_in_cksum.S	(inet | inet6) & cpu_in_cksum
711.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
721.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
731.56Scgdfile	arch/i386/i386/db_interface.c	ddb
741.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
751.56Scgdfile	arch/i386/i386/db_trace.c	ddb
761.329Sadfile	arch/i386/i386/dumpsys.c
771.241Sdslfile	kern/subr_disk_mbr.c		disk
781.60Smycroftfile	arch/i386/i386/gdt.c
791.315Sadfile	arch/i386/i386/i386func.S
801.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
811.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
821.327Sadfile	arch/i386/i386/kobj_machdep.c	modular
831.56Scgdfile	arch/i386/i386/machdep.c
841.233Sfvdlfile	arch/i386/i386/identcpu.c
851.334Sxtraemefile 	arch/i386/i386/longrun.c
861.56Scgdfile	arch/i386/i386/mem.c
871.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
881.56Scgdfile	arch/i386/i386/process_machdep.c
891.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
901.178Smycroftfile	arch/i386/i386/syscall.c
911.56Scgdfile	arch/i386/i386/trap.c
921.56Scgdfile	arch/i386/i386/vm_machdep.c
931.56Scgdfile	dev/cons.c
941.167Sthorpej
951.223Sfvdlfile	arch/i386/i386/mptramp.S  	multiprocessor
961.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
971.215Sfvdl
981.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
991.192Stls
1001.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
1011.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
1021.219Sthorpej
1031.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
1041.246Stlsfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish & !i386_cpu
1051.56Scgd
1061.56Scgd#
1071.56Scgd# Machine-independent SCSI drivers
1081.56Scgd#
1091.56Scgd
1101.182Slukeminclude	"dev/scsipi/files.scsipi"
1111.69Sperry
1121.97Scgd#
1131.97Scgd# Machine-independent ATA drivers
1141.97Scgd#
1151.97Scgd
1161.182Slukeminclude	"dev/ata/files.ata"
1171.97Scgd
1181.79Spk# Memory Disk for install floppy
1191.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1201.171Sad
1211.171Sad#
1221.171Sad# Machine-independent I2O drivers
1231.171Sad#
1241.171Sad
1251.182Slukeminclude	"dev/i2o/files.i2o"
1261.56Scgd
1271.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1281.142Sthorpej# of certain devices/BIOS features
1291.182Slukemdefine	bioscall
1301.223Sfvdlfile	arch/i386/i386/bioscall.S	bioscall needs-flag
1311.142Sthorpej
1321.142Sthorpej# BIOS32 routines
1331.142Sthorpejdefine	bios32
1341.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1351.142Sthorpej
1361.260Sdrochner# i386 specific mainbus attributes
1371.318Sxtraemedefine	apmbus {}
1381.318Sxtraemedefine	pnpbiosbus {}
1391.318Sxtraemedefine	vesabiosbus {}
1401.260Sdrochner
1411.56Scgd#
1421.56Scgd# System bus types
1431.56Scgd#
1441.65Scgd
1451.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1461.260Sdrochnerdevice	mainbus: isabus, eisabus, mcabus, pcibus, bios32, acpibus,
1471.323Sjmcneill	cpubus, ioapicbus, apmbus, pnpbiosbus, vesabiosbus, ipmibus,
1481.323Sjmcneill	bioscall
1491.67Sthorpejattach	mainbus at root
1501.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1511.56Scgd
1521.55Smycroft#
1531.64Scgd# PCI-only drivers
1541.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1551.64Scgd# XXX devices to 'pci'.
1561.64Scgd#
1571.182Slukeminclude	"dev/pci/files.pci"
1581.195Sthorpejinclude "dev/pci/files.agp"
1591.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1601.264Ssekiyafile	arch/i386/pci/pci_intr_fixup.c	pcibios & pci_intr_fixup
1611.264Ssekiyafile	arch/i386/pci/piix.c		pcibios & pci_intr_fixup
1621.264Ssekiyafile	arch/i386/pci/opti82c558.c	pcibios & pci_intr_fixup
1631.264Ssekiyafile	arch/i386/pci/opti82c700.c	pcibios & pci_intr_fixup
1641.264Ssekiyafile	arch/i386/pci/sis85c503.c	pcibios & pci_intr_fixup
1651.264Ssekiyafile	arch/i386/pci/via82c586.c	pcibios & pci_intr_fixup
1661.276Sxtraemefile	arch/i386/pci/via8231.c		pcibios & pci_intr_fixup
1671.264Ssekiyafile	arch/i386/pci/amd756.c		pcibios & pci_intr_fixup
1681.264Ssekiyafile	arch/i386/pci/ali1543.c		pcibios & pci_intr_fixup
1691.264Ssekiyafile	arch/i386/pci/pci_bus_fixup.c	pci_bus_fixup
1701.265Ssekiyafile	arch/i386/pci/pci_addr_fixup.c	pci_addr_fixup
1711.201Slukemdefparam		PCI_CONF_MODE
1721.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1731.245Sdyoung
1741.318Sxtraeme# x86 specific PCI hardware
1751.318Sxtraemeinclude "arch/x86/pci/files.pci"
1761.213Sthorpej
1771.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1781.331Sdyoungdefine elanparbus { }
1791.331Sdyoungdefine elanpexbus { }
1801.331Sdyoungdevice	elansc: sysmon_wdog, gpiobus, elanparbus, elanpexbus
1811.213Sthorpejattach	elansc at pci
1821.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1831.107Sthorpej
1841.331Sdyoungdevice elanpar
1851.331Sdyoungattach elanpar at elanparbus
1861.331Sdyoung
1871.331Sdyoungdevice elanpex
1881.331Sdyoungattach elanpex at elanpexbus
1891.331Sdyoung
1901.310Sxtraeme# AMD Geode CS5535 Companion IDE controller
1911.310Sxtraemedevice	gcscide: ata, ata_dma, ata_udma, pciide_common, wdc_common
1921.310Sxtraemeattach	gcscide at pci
1931.310Sxtraemefile	arch/i386/pci/gcscide.c 	gcscide
1941.310Sxtraeme
1951.312Sjmcneill# AMD Geode CS5536 Companion EHCI
1961.312Sjmcneilldevice	gcscehci: usbus
1971.312Sjmcneillattach	gcscehci at pci
1981.312Sjmcneillfile	arch/i386/pci/gcscehci.c	gcscehci
1991.312Sjmcneill
2001.288Skardel# AMD Geode SC1100 GCB area
2011.288Skardeldevice  geodegcb {}
2021.288Skardelattach	geodegcb at pci
2031.288Skardelfile	arch/i386/pci/geode.c		geodegcb
2041.288Skardel
2051.270Sdyoung# AMD Geode SC1100 Watchdog Timer
2061.288Skardeldevice	geodewdog: sysmon_wdog, geodegcb
2071.288Skardelattach	geodewdog at geodegcb
2081.288Skardelfile	arch/i386/pci/geodewdg.c	geodewdog
2091.288Skardel
2101.288Skardel# AMD Geode SC1100 high resolution counter
2111.288Skardeldevice	geodecntr: geodegcb
2121.288Skardelattach  geodecntr at geodegcb
2131.288Skardelfile	arch/i386/pci/geodecntr.c	geodecntr
2141.270Sdyoung
2151.107Sthorpej# PCI-EISA bridges
2161.108Sthorpejdevice	pceb: eisabus, isabus
2171.107Sthorpejattach	pceb at pci
2181.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
2191.78Sthorpej
2201.78Sthorpej# PCI-ISA bridges
2211.271Sjmcneilldevice	gscpcib: isabus, gpiobus
2221.271Sjmcneillattach	gscpcib at pci
2231.271Sjmcneillfile	arch/i386/pci/gscpcib.c		gscpcib
2241.271Sjmcneill
2251.328Sxtraeme# AMD Geode CS5535/CS5536 PCI-ISA bridge
2261.328Sxtraemedevice	gcscpcib: isabus, sysmon_wdog, gpiobus
2271.328Sxtraemeattach	gcscpcib at pci
2281.328Sxtraemefile	arch/i386/pci/gcscpcib.c	gcscpcib
2291.328Sxtraeme
2301.287Sjmcneilldevice	piixpcib: isabus, bioscall
2311.287Sjmcneillattach	piixpcib at pci
2321.287Sjmcneillfile	arch/i386/pci/piixpcib.c	piixpcib
2331.287Sjmcneill
2341.283Sjmcneilldevice	viapcib: isabus, i2cbus
2351.283Sjmcneillattach	viapcib at pci
2361.283Sjmcneillfile	arch/i386/pci/viapcib.c		viapcib
2371.283Sjmcneill
2381.184Sjdolecek# PCI-MCA bridges
2391.184Sjdolecekdevice	pcmb: mcabus
2401.184Sjdolecekattach	pcmb at pci
2411.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2421.64Scgd
2431.215Sfvdldevice	p64h2apic
2441.215Sfvdlattach	p64h2apic at pci
2451.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2461.215Sfvdl
2471.215Sfvdl
2481.64Scgd#
2491.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2501.55Smycroft#
2511.56Scgd
2521.182Slukeminclude	"dev/isa/files.isa"
2531.115Scgd
2541.56Scgd# PC clock
2551.292Sperryfile	arch/x86/isa/clock.c		isa
2561.56Scgd
2571.288Skardel# TSC support
2581.320Sadfile	arch/x86/x86/tsc.c
2591.288Skardel
2601.56Scgd# Numeric Processing Extension; Math Co-processor
2611.108Sthorpejdevice	npx
2621.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2631.163Sthorpej
2641.163Sthorpejattach	npx at isa with npx_isa
2651.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2661.56Scgd
2671.239Swiz# PC Mice: Logitech-style and Microsoft-style
2681.128Sdrochnerdevice	lms: wsmousedev
2691.67Sthorpejattach	lms at isa
2701.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2711.128Sdrochnerdevice	mms: wsmousedev
2721.67Sthorpejattach	mms at isa
2731.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2741.111Sdrochner
2751.250Sbjh21include	"dev/pckbport/files.pckbport"
2761.113Sdrochner
2771.182Slukemdevice	sysbeep
2781.182Slukemattach	sysbeep at pcppi
2791.111Sdrochner
2801.56Scgd# Floppy disk controller
2811.157Sthorpejdevice	fdc {drive = -1}: isadma
2821.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2831.157Sthorpej
2841.157Sthorpejattach	fdc at isa with fdc_isa
2851.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2861.157Sthorpej
2871.157Sthorpejdevice	fd: disk
2881.67Sthorpejattach	fd at fdc
2891.76Ssoda
2901.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2911.76Ssoda# device declaration in sys/conf/files
2921.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2931.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2941.56Scgd
2951.55Smycroft#
2961.55Smycroft# EISA-only drivers
2971.55Smycroft#
2981.56Scgd
2991.182Slukeminclude	"dev/eisa/files.eisa"
3001.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
3011.154Sjdolecek
3021.154Sjdolecek#
3031.154Sjdolecek# MCA-only drivers
3041.154Sjdolecek#
3051.154Sjdolecek
3061.182Slukemdevice	mca {[slot = -1]} : bioscall
3071.182Slukeminclude	"dev/mca/files.mca"
3081.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
3091.187Sjdolecek
3101.80Schristos# ISA Plug 'n Play devices
3111.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
3121.130Sdrochner
3131.130Sdrochner#
3141.130Sdrochner# VME support
3151.130Sdrochner#
3161.182Slukeminclude	"dev/vme/files.vme"
3171.240Sgmcgarry
3181.240Sgmcgarry#
3191.240Sgmcgarry# GPIB support
3201.240Sgmcgarry#
3211.240Sgmcgarryinclude "dev/gpib/files.gpib"
3221.77Sjtk
3231.77Sjtk#
3241.300Sdyoung# CMOS RAM
3251.300Sdyoung#
3261.300Sdyoungdefpseudo cmos
3271.300Sdyoungfile	arch/i386/isa/cmos.c		cmos needs-flag
3281.300Sdyoung
3291.300Sdyoung#
3301.77Sjtk# Other mainbus-attached devices
3311.77Sjtk#
3321.77Sjtk
3331.290Schristosinclude "dev/apm/files.apm"
3341.290Schristos
3351.77Sjtk# Advanced Power Management support (APM)
3361.290Schristosattach	apm at apmbus with apmbios: bioscall
3371.290Schristosfile	arch/i386/i386/apmbios.c	apmbios	needs-flag
3381.290Schristosfile	arch/i386/i386/apmcall.S	apmbios
3391.215Sfvdl
3401.299Sjmcneill# XBox LED & system support
3411.299Sjmcneillfile	arch/i386/xbox/xbox.c			xbox
3421.299Sjmcneill
3431.299Sjmcneill# XBox X3LCD support (*very* rudimentary)
3441.298Sjmcneillfile	arch/i386/xbox/xboxlcd.c		xbox
3451.298Sjmcneill
3461.298Sjmcneill# XBox framebuffer support
3471.318Sxtraemedevice	xboxfb: wsemuldisplaydev, rasops32, vcons
3481.318Sxtraemeattach	xboxfb at pci
3491.298Sjmcneillfile	arch/i386/xbox/xboxfb.c			xboxfb needs-flag
3501.298Sjmcneill
3511.55Smycroft#
3521.55Smycroft# Compatibility modules
3531.55Smycroft#
3541.61Smycroft
3551.61Smycroft# VM86 mode
3561.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3571.120Smycroft
3581.210Sdrochner# VM86 in kernel
3591.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3601.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3611.210Sdrochner
3621.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3631.294Sdrochnerfile	arch/i386/i386/compat_13_machdep.c	compat_13
3641.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3651.56Scgd
3661.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3671.182Slukeminclude	"compat/svr4/files.svr4"
3681.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3691.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3701.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3711.189Schristos
3721.189Schristos# MACH binary compatibility (COMPAT_MACH)
3731.189Schristosinclude	"compat/mach/files.mach"
3741.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3751.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3761.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3771.257Schristosfile	arch/i386/i386/darwin_commpage_machdep.S compat_darwin
3781.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3791.221Schristos
3801.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3811.221Schristosinclude	"compat/darwin/files.darwin"
3821.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3831.56Scgd
3841.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3851.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3861.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3871.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3881.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3891.56Scgd
3901.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3911.182Slukeminclude	"compat/linux/files.linux"
3921.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3931.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3941.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3951.263Sfvdlfile	arch/x86/x86/linux_trap.c		compat_linux
3961.58Smycroft
3971.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3981.182Slukeminclude	"compat/freebsd/files.freebsd"
3991.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
4001.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
4011.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
4021.131Schristos
4031.284Srittera# NDIS compatibilty (COMPAT_NDIS)
4041.286Sritterainclude "compat/ndis/files.ndis"
4051.284Srittera
4061.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
4071.182Slukeminclude	"compat/pecoff/files.pecoff"
4081.82Saugustss
4091.82Saugustss# OSS audio driver compatibility
4101.182Slukeminclude	"compat/ossaudio/files.ossaudio"
4111.139Shaya
4121.139Shaya#
4131.139Shaya# CARDBUS
4141.139Shaya#
4151.182Slukeminclude	"dev/cardbus/files.cardbus"
4161.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
4171.90Sthorpej
4181.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
4191.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
4201.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
4211.90Sthorpej# non-optimal, but I don't have a better answer right now.
4221.90Sthorpej
4231.165Sitohy# PCIC pcmcia controller
4241.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
4251.90Sthorpej# like a kludge, but it might be for the best.
4261.93Sthorpej
4271.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
4281.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
4291.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
4301.93Sthorpej
4311.126Spkdevice	pcic: pcmciabus
4321.92Sthorpejfile	dev/ic/i82365.c			pcic
4331.90Sthorpej
4341.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4351.90Sthorpejattach	pcic at isa with pcic_isa
4361.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4371.90Sthorpej
4381.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4391.90Sthorpejattach	pcic at pci with pcic_pci
4401.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4411.90Sthorpej
4421.114Ssommerfe# PCIC pcmcia controller on PnP board
4431.182Slukemattach	pcic at isapnp with pcic_isapnp
4441.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4451.114Ssommerfe
4461.114Ssommerfe# Code common to ISA and ISAPnP attachments
4471.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4481.132Sbad
4491.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4501.132Sbad# to be late, so devices which attach to it are attached late.  But it
4511.132Sbad# needs to be before its isa and pci attachments.  This answer is
4521.132Sbad# non-optimal, but I don't have a better answer right now.
4531.132Sbad
4541.165Sitohy# TCIC pcmcia controller
4551.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4561.132Sbad# like a kludge, but it might be for the best.
4571.132Sbad
4581.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4591.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4601.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4611.132Sbad
4621.132Sbaddevice	tcic: pcmciabus
4631.132Sbadfile	dev/ic/tcic2.c			tcic
4641.132Sbad
4651.165Sitohy# TCIC pcmcia controller
4661.132Sbadattach	tcic at isa with tcic_isa
4671.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4681.90Sthorpej
4691.90Sthorpej# this wants to be probed as late as possible.
4701.90Sthorpej#
4711.90Sthorpej# Machine-independent PCMCIA drivers
4721.90Sthorpej#
4731.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4741.90Sthorpej
4751.90Sthorpej
4761.182Slukeminclude	"dev/usb/files.usb"
4771.170Sonoe
4781.289Sgdamoreinclude	"dev/bluetooth/files.bluetooth"
4791.289Sgdamore
4801.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4811.141Sdrochner
4821.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4831.198Sthorpej
4841.198Sthorpejinclude "dev/acpi/files.acpi"
4851.323Sjmcneillfile	arch/i386/acpi/acpi_wakeup_low.S	acpi
4861.207Schristos
4871.207Schristos# Toshiba VALD 
4881.207Schristosdevice	vald
4891.291Schristosattach	vald at acpinodebus with vald_acpi
4901.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4911.207Schristos
4921.207Schristos# Sony SPIC (jog dial etc.)
4931.291Schristosattach	spic at acpinodebus with spic_acpi
4941.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4951.225Sjmcneill
4961.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4971.291Schristosattach	npx at acpinodebus with npx_acpi
4981.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4991.210Sdrochner
5001.211Sdrochnerdevice	vesabios {}
5011.318Sxtraemeattach	vesabios at vesabiosbus
5021.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
5031.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
5041.211Sdrochner
5051.323Sjmcneilldevice	vesafb: displaydev, wsemuldisplaydev, vcons, rasops8, rasops16, rasops32, splash, bioscall
5061.318Sxtraemeattach	vesafb at vesabios
5071.280Sjmcneillfile	arch/i386/bios/vesafb.c		vesafb needs-flag
5081.323Sjmcneilldefparam opt_vesafb.h	VESAFB_WIDTH VESAFB_HEIGHT VESAFB_DEPTH
5091.323Sjmcneilldefflag	opt_vesafb.h	VESAFB_PM
5101.211Sdrochner
5111.318Sxtraemedevice	vesatext
5121.318Sxtraemeattach	vesatext at vesabios
5131.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
5141.214Sgehenna
5151.275Sxtraeme# AMD PowerNow K7
5161.318Sxtraemefile	arch/i386/i386/powernow_k7.c	powernow_k7
5171.275Sxtraeme
5181.309Sjmcneill# AMD Geode LX Security Block
5191.309Sjmcneilldevice	glxsb: opencrypto
5201.309Sjmcneillattach	glxsb at pci    
5211.309Sjmcneillfile	arch/i386/pci/glxsb.c		glxsb
5221.309Sjmcneill
5231.214Sgehennainclude "arch/i386/conf/majors.i386"
5241.322Sbouyerendif #xen
525