files.i386 revision 1.335
11.335Sdyoung#	$NetBSD: files.i386,v 1.335 2008/04/10 06:53:12 dyoung 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.335Sdyoungdevice	elansc: sysmon_wdog, gpiobus, elanparbus, elanpexbus, pcibus
1811.335Sdyoungattach	elansc at pcibus
1821.335Sdyoung
1831.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1841.107Sthorpej
1851.331Sdyoungdevice elanpar
1861.331Sdyoungattach elanpar at elanparbus
1871.331Sdyoung
1881.331Sdyoungdevice elanpex
1891.331Sdyoungattach elanpex at elanpexbus
1901.331Sdyoung
1911.310Sxtraeme# AMD Geode CS5535 Companion IDE controller
1921.310Sxtraemedevice	gcscide: ata, ata_dma, ata_udma, pciide_common, wdc_common
1931.310Sxtraemeattach	gcscide at pci
1941.310Sxtraemefile	arch/i386/pci/gcscide.c 	gcscide
1951.310Sxtraeme
1961.312Sjmcneill# AMD Geode CS5536 Companion EHCI
1971.312Sjmcneilldevice	gcscehci: usbus
1981.312Sjmcneillattach	gcscehci at pci
1991.312Sjmcneillfile	arch/i386/pci/gcscehci.c	gcscehci
2001.312Sjmcneill
2011.288Skardel# AMD Geode SC1100 GCB area
2021.288Skardeldevice  geodegcb {}
2031.288Skardelattach	geodegcb at pci
2041.288Skardelfile	arch/i386/pci/geode.c		geodegcb
2051.288Skardel
2061.270Sdyoung# AMD Geode SC1100 Watchdog Timer
2071.288Skardeldevice	geodewdog: sysmon_wdog, geodegcb
2081.288Skardelattach	geodewdog at geodegcb
2091.288Skardelfile	arch/i386/pci/geodewdg.c	geodewdog
2101.288Skardel
2111.288Skardel# AMD Geode SC1100 high resolution counter
2121.288Skardeldevice	geodecntr: geodegcb
2131.288Skardelattach  geodecntr at geodegcb
2141.288Skardelfile	arch/i386/pci/geodecntr.c	geodecntr
2151.270Sdyoung
2161.107Sthorpej# PCI-EISA bridges
2171.108Sthorpejdevice	pceb: eisabus, isabus
2181.107Sthorpejattach	pceb at pci
2191.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
2201.78Sthorpej
2211.78Sthorpej# PCI-ISA bridges
2221.271Sjmcneilldevice	gscpcib: isabus, gpiobus
2231.271Sjmcneillattach	gscpcib at pci
2241.271Sjmcneillfile	arch/i386/pci/gscpcib.c		gscpcib
2251.271Sjmcneill
2261.328Sxtraeme# AMD Geode CS5535/CS5536 PCI-ISA bridge
2271.328Sxtraemedevice	gcscpcib: isabus, sysmon_wdog, gpiobus
2281.328Sxtraemeattach	gcscpcib at pci
2291.328Sxtraemefile	arch/i386/pci/gcscpcib.c	gcscpcib
2301.328Sxtraeme
2311.287Sjmcneilldevice	piixpcib: isabus, bioscall
2321.287Sjmcneillattach	piixpcib at pci
2331.287Sjmcneillfile	arch/i386/pci/piixpcib.c	piixpcib
2341.287Sjmcneill
2351.283Sjmcneilldevice	viapcib: isabus, i2cbus
2361.283Sjmcneillattach	viapcib at pci
2371.283Sjmcneillfile	arch/i386/pci/viapcib.c		viapcib
2381.283Sjmcneill
2391.184Sjdolecek# PCI-MCA bridges
2401.184Sjdolecekdevice	pcmb: mcabus
2411.184Sjdolecekattach	pcmb at pci
2421.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2431.64Scgd
2441.215Sfvdldevice	p64h2apic
2451.215Sfvdlattach	p64h2apic at pci
2461.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2471.215Sfvdl
2481.215Sfvdl
2491.64Scgd#
2501.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2511.55Smycroft#
2521.56Scgd
2531.182Slukeminclude	"dev/isa/files.isa"
2541.115Scgd
2551.56Scgd# PC clock
2561.292Sperryfile	arch/x86/isa/clock.c		isa
2571.56Scgd
2581.288Skardel# TSC support
2591.320Sadfile	arch/x86/x86/tsc.c
2601.288Skardel
2611.56Scgd# Numeric Processing Extension; Math Co-processor
2621.108Sthorpejdevice	npx
2631.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2641.163Sthorpej
2651.163Sthorpejattach	npx at isa with npx_isa
2661.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2671.56Scgd
2681.239Swiz# PC Mice: Logitech-style and Microsoft-style
2691.128Sdrochnerdevice	lms: wsmousedev
2701.67Sthorpejattach	lms at isa
2711.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2721.128Sdrochnerdevice	mms: wsmousedev
2731.67Sthorpejattach	mms at isa
2741.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2751.111Sdrochner
2761.250Sbjh21include	"dev/pckbport/files.pckbport"
2771.113Sdrochner
2781.182Slukemdevice	sysbeep
2791.182Slukemattach	sysbeep at pcppi
2801.111Sdrochner
2811.56Scgd# Floppy disk controller
2821.157Sthorpejdevice	fdc {drive = -1}: isadma
2831.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2841.157Sthorpej
2851.157Sthorpejattach	fdc at isa with fdc_isa
2861.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2871.157Sthorpej
2881.157Sthorpejdevice	fd: disk
2891.67Sthorpejattach	fd at fdc
2901.76Ssoda
2911.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2921.76Ssoda# device declaration in sys/conf/files
2931.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2941.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2951.56Scgd
2961.55Smycroft#
2971.55Smycroft# EISA-only drivers
2981.55Smycroft#
2991.56Scgd
3001.182Slukeminclude	"dev/eisa/files.eisa"
3011.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
3021.154Sjdolecek
3031.154Sjdolecek#
3041.154Sjdolecek# MCA-only drivers
3051.154Sjdolecek#
3061.154Sjdolecek
3071.182Slukemdevice	mca {[slot = -1]} : bioscall
3081.182Slukeminclude	"dev/mca/files.mca"
3091.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
3101.187Sjdolecek
3111.80Schristos# ISA Plug 'n Play devices
3121.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
3131.130Sdrochner
3141.130Sdrochner#
3151.130Sdrochner# VME support
3161.130Sdrochner#
3171.182Slukeminclude	"dev/vme/files.vme"
3181.240Sgmcgarry
3191.240Sgmcgarry#
3201.240Sgmcgarry# GPIB support
3211.240Sgmcgarry#
3221.240Sgmcgarryinclude "dev/gpib/files.gpib"
3231.77Sjtk
3241.77Sjtk#
3251.300Sdyoung# CMOS RAM
3261.300Sdyoung#
3271.300Sdyoungdefpseudo cmos
3281.300Sdyoungfile	arch/i386/isa/cmos.c		cmos needs-flag
3291.300Sdyoung
3301.300Sdyoung#
3311.77Sjtk# Other mainbus-attached devices
3321.77Sjtk#
3331.77Sjtk
3341.290Schristosinclude "dev/apm/files.apm"
3351.290Schristos
3361.77Sjtk# Advanced Power Management support (APM)
3371.290Schristosattach	apm at apmbus with apmbios: bioscall
3381.290Schristosfile	arch/i386/i386/apmbios.c	apmbios	needs-flag
3391.290Schristosfile	arch/i386/i386/apmcall.S	apmbios
3401.215Sfvdl
3411.299Sjmcneill# XBox LED & system support
3421.299Sjmcneillfile	arch/i386/xbox/xbox.c			xbox
3431.299Sjmcneill
3441.299Sjmcneill# XBox X3LCD support (*very* rudimentary)
3451.298Sjmcneillfile	arch/i386/xbox/xboxlcd.c		xbox
3461.298Sjmcneill
3471.298Sjmcneill# XBox framebuffer support
3481.318Sxtraemedevice	xboxfb: wsemuldisplaydev, rasops32, vcons
3491.318Sxtraemeattach	xboxfb at pci
3501.298Sjmcneillfile	arch/i386/xbox/xboxfb.c			xboxfb needs-flag
3511.298Sjmcneill
3521.55Smycroft#
3531.55Smycroft# Compatibility modules
3541.55Smycroft#
3551.61Smycroft
3561.61Smycroft# VM86 mode
3571.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3581.120Smycroft
3591.210Sdrochner# VM86 in kernel
3601.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3611.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3621.210Sdrochner
3631.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3641.294Sdrochnerfile	arch/i386/i386/compat_13_machdep.c	compat_13
3651.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3661.56Scgd
3671.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3681.182Slukeminclude	"compat/svr4/files.svr4"
3691.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3701.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3711.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3721.189Schristos
3731.189Schristos# MACH binary compatibility (COMPAT_MACH)
3741.189Schristosinclude	"compat/mach/files.mach"
3751.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3761.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3771.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3781.257Schristosfile	arch/i386/i386/darwin_commpage_machdep.S compat_darwin
3791.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3801.221Schristos
3811.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3821.221Schristosinclude	"compat/darwin/files.darwin"
3831.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3841.56Scgd
3851.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3861.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3871.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3881.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3891.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3901.56Scgd
3911.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3921.182Slukeminclude	"compat/linux/files.linux"
3931.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3941.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3951.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3961.263Sfvdlfile	arch/x86/x86/linux_trap.c		compat_linux
3971.58Smycroft
3981.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3991.182Slukeminclude	"compat/freebsd/files.freebsd"
4001.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
4011.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
4021.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
4031.131Schristos
4041.284Srittera# NDIS compatibilty (COMPAT_NDIS)
4051.286Sritterainclude "compat/ndis/files.ndis"
4061.284Srittera
4071.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
4081.182Slukeminclude	"compat/pecoff/files.pecoff"
4091.82Saugustss
4101.82Saugustss# OSS audio driver compatibility
4111.182Slukeminclude	"compat/ossaudio/files.ossaudio"
4121.139Shaya
4131.139Shaya#
4141.139Shaya# CARDBUS
4151.139Shaya#
4161.182Slukeminclude	"dev/cardbus/files.cardbus"
4171.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
4181.90Sthorpej
4191.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
4201.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
4211.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
4221.90Sthorpej# non-optimal, but I don't have a better answer right now.
4231.90Sthorpej
4241.165Sitohy# PCIC pcmcia controller
4251.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
4261.90Sthorpej# like a kludge, but it might be for the best.
4271.93Sthorpej
4281.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
4291.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
4301.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
4311.93Sthorpej
4321.126Spkdevice	pcic: pcmciabus
4331.92Sthorpejfile	dev/ic/i82365.c			pcic
4341.90Sthorpej
4351.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4361.90Sthorpejattach	pcic at isa with pcic_isa
4371.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4381.90Sthorpej
4391.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4401.90Sthorpejattach	pcic at pci with pcic_pci
4411.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4421.90Sthorpej
4431.114Ssommerfe# PCIC pcmcia controller on PnP board
4441.182Slukemattach	pcic at isapnp with pcic_isapnp
4451.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4461.114Ssommerfe
4471.114Ssommerfe# Code common to ISA and ISAPnP attachments
4481.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4491.132Sbad
4501.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4511.132Sbad# to be late, so devices which attach to it are attached late.  But it
4521.132Sbad# needs to be before its isa and pci attachments.  This answer is
4531.132Sbad# non-optimal, but I don't have a better answer right now.
4541.132Sbad
4551.165Sitohy# TCIC pcmcia controller
4561.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4571.132Sbad# like a kludge, but it might be for the best.
4581.132Sbad
4591.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4601.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4611.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4621.132Sbad
4631.132Sbaddevice	tcic: pcmciabus
4641.132Sbadfile	dev/ic/tcic2.c			tcic
4651.132Sbad
4661.165Sitohy# TCIC pcmcia controller
4671.132Sbadattach	tcic at isa with tcic_isa
4681.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4691.90Sthorpej
4701.90Sthorpej# this wants to be probed as late as possible.
4711.90Sthorpej#
4721.90Sthorpej# Machine-independent PCMCIA drivers
4731.90Sthorpej#
4741.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4751.90Sthorpej
4761.90Sthorpej
4771.182Slukeminclude	"dev/usb/files.usb"
4781.170Sonoe
4791.289Sgdamoreinclude	"dev/bluetooth/files.bluetooth"
4801.289Sgdamore
4811.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4821.141Sdrochner
4831.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4841.198Sthorpej
4851.198Sthorpejinclude "dev/acpi/files.acpi"
4861.323Sjmcneillfile	arch/i386/acpi/acpi_wakeup_low.S	acpi
4871.207Schristos
4881.207Schristos# Toshiba VALD 
4891.207Schristosdevice	vald
4901.291Schristosattach	vald at acpinodebus with vald_acpi
4911.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4921.207Schristos
4931.207Schristos# Sony SPIC (jog dial etc.)
4941.291Schristosattach	spic at acpinodebus with spic_acpi
4951.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4961.225Sjmcneill
4971.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4981.291Schristosattach	npx at acpinodebus with npx_acpi
4991.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
5001.210Sdrochner
5011.211Sdrochnerdevice	vesabios {}
5021.318Sxtraemeattach	vesabios at vesabiosbus
5031.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
5041.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
5051.211Sdrochner
5061.323Sjmcneilldevice	vesafb: displaydev, wsemuldisplaydev, vcons, rasops8, rasops16, rasops32, splash, bioscall
5071.318Sxtraemeattach	vesafb at vesabios
5081.280Sjmcneillfile	arch/i386/bios/vesafb.c		vesafb needs-flag
5091.323Sjmcneilldefparam opt_vesafb.h	VESAFB_WIDTH VESAFB_HEIGHT VESAFB_DEPTH
5101.323Sjmcneilldefflag	opt_vesafb.h	VESAFB_PM
5111.211Sdrochner
5121.318Sxtraemedevice	vesatext
5131.318Sxtraemeattach	vesatext at vesabios
5141.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
5151.214Sgehenna
5161.275Sxtraeme# AMD PowerNow K7
5171.318Sxtraemefile	arch/i386/i386/powernow_k7.c	powernow_k7
5181.275Sxtraeme
5191.309Sjmcneill# AMD Geode LX Security Block
5201.309Sjmcneilldevice	glxsb: opencrypto
5211.309Sjmcneillattach	glxsb at pci    
5221.309Sjmcneillfile	arch/i386/pci/glxsb.c		glxsb
5231.309Sjmcneill
5241.214Sgehennainclude "arch/i386/conf/majors.i386"
5251.322Sbouyerendif #xen
526