files.i386 revision 1.294
11.294Sdrochner#	$NetBSD: files.i386,v 1.294 2006/10/19 16:55:37 drochner 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.253Swizmaxpartitions 8
81.94Sthorpej
91.193Sperrymaxusers 2 16 128
101.125Sthorpej
111.273Syamtdefparam opt_kernbase.h	KERNBASE
121.273Syamt
131.100Sthorpej# Processor type options.
141.201Slukemdefflag	opt_cputype.h	I386_CPU I486_CPU I586_CPU I686_CPU
151.124Sbouyer
161.124Sbouyer# delay before cpu_reset() for reboot.
171.201Slukemdefparam		CPURESET_DELAY
181.101Sthorpej
191.101Sthorpej# VM86 emulation
201.201Slukemdefflag			VM86
211.210Sdrochnerdefflag			KVM86
221.102Sthorpej
231.102Sthorpej# Floating point emulation
241.201Slukemdefflag			MATH_EMULATE
251.103Sthorpej
261.103Sthorpej# User-settable LDT (used by WINE)
271.201Slukemdefflag			USER_LDT
281.104Sthorpej
291.105Sthorpej# X server support in console drivers
301.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
311.181Schs
321.181Schs# The REAL{BASE,EXT}MEM options
331.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
341.140Sdrochner
351.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
361.201Slukemdefflag			COMPAT_OLDBOOT
371.98Sthorpej
381.142Sthorpej# PCI BIOS options
391.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
401.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
411.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
421.166Sthorpej
431.166Sthorpej# Large page size
441.201Slukemdefflag			LARGEPAGES
451.217Sfvdl
461.217Sfvdl# No unmapped page below kernel stack
471.217Sfvdldefflag			NOREDZONE
481.142Sthorpej
491.209Syamt# kernel stack debug
501.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
511.236Sjmmv
521.236Sjmmv# Beep on halt
531.236Sjmmvdefflag opt_beep.h		BEEP_ONHALT
541.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_COUNT
551.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_PITCH BEEP_ONHALT_PERIOD
561.209Syamt
571.256Slukem# Enhanced SpeedStep
581.256Slukemdefflag			ENHANCED_SPEEDSTEP
591.256Slukem
601.277Sjmmv# Multiboot support
611.277Sjmmvdefflag opt_multiboot.h		MULTIBOOT
621.277Sjmmvdefparam opt_multiboot.h	MULTIBOOT_SYMTAB_SPACE
631.277Sjmmvfile	arch/i386/i386/multiboot.c	multiboot
641.277Sjmmv
651.275Sxtraeme# PowerNow K7
661.275Sxtraemedefflag			POWERNOW_K7
671.275Sxtraeme
681.56Scgdfile	arch/i386/i386/autoconf.c
691.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
701.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
711.56Scgdfile	arch/i386/i386/db_interface.c	ddb
721.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
731.56Scgdfile	arch/i386/i386/db_trace.c	ddb
741.241Sdslfile	kern/subr_disk_mbr.c		disk
751.60Smycroftfile	arch/i386/i386/gdt.c
761.223Sfvdlfile	arch/i386/i386/in_cksum.S	inet | inet6
771.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
781.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
791.56Scgdfile	arch/i386/i386/machdep.c
801.233Sfvdlfile	arch/i386/i386/identcpu.c
811.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
821.56Scgdfile	arch/i386/i386/mem.c
831.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
841.154Sjdolecekfile	netns/ns_cksum.c		ns
851.134Sthorpejfile	arch/i386/i386/pmap.c
861.56Scgdfile	arch/i386/i386/process_machdep.c
871.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
881.56Scgdfile	arch/i386/i386/sys_machdep.c
891.178Smycroftfile	arch/i386/i386/syscall.c
901.56Scgdfile	arch/i386/i386/trap.c
911.56Scgdfile	arch/i386/i386/vm_machdep.c
921.56Scgdfile	dev/cons.c
931.167Sthorpej
941.223Sfvdlfile	arch/i386/i386/mptramp.S  	multiprocessor
951.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
961.215Sfvdl
971.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
981.192Stls
991.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
1001.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
1011.219Sthorpej
1021.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
1031.246Stlsfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish & !i386_cpu
1041.56Scgd
1051.56Scgd#
1061.56Scgd# Machine-independent SCSI drivers
1071.56Scgd#
1081.56Scgd
1091.182Slukeminclude	"dev/scsipi/files.scsipi"
1101.69Sperry
1111.97Scgd#
1121.97Scgd# Machine-independent ATA drivers
1131.97Scgd#
1141.97Scgd
1151.182Slukeminclude	"dev/ata/files.ata"
1161.97Scgd
1171.79Spk# Memory Disk for install floppy
1181.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1191.171Sad
1201.171Sad#
1211.171Sad# Machine-independent I2O drivers
1221.171Sad#
1231.171Sad
1241.182Slukeminclude	"dev/i2o/files.i2o"
1251.56Scgd
1261.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1271.142Sthorpej# of certain devices/BIOS features
1281.182Slukemdefine	bioscall
1291.223Sfvdlfile	arch/i386/i386/bioscall.S	bioscall needs-flag
1301.142Sthorpej
1311.142Sthorpej# BIOS32 routines
1321.142Sthorpejdefine	bios32
1331.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1341.142Sthorpej
1351.260Sdrochner# i386 specific mainbus attributes
1361.260Sdrochnerdefine apmbus {}
1371.260Sdrochnerdefine pnpbiosbus {}
1381.260Sdrochnerdefine vesabiosbus {}
1391.260Sdrochner
1401.56Scgd#
1411.56Scgd# System bus types
1421.56Scgd#
1431.65Scgd
1441.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1451.260Sdrochnerdevice	mainbus: isabus, eisabus, mcabus, pcibus, bios32, acpibus,
1461.293Sbouyer	cpubus, apmbus, pnpbiosbus, vesabiosbus, ipmibus
1471.67Sthorpejattach	mainbus at root
1481.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1491.56Scgd
1501.55Smycroft#
1511.64Scgd# PCI-only drivers
1521.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1531.64Scgd# XXX devices to 'pci'.
1541.64Scgd#
1551.64Scgd
1561.182Slukeminclude	"dev/pci/files.pci"
1571.195Sthorpejinclude "dev/pci/files.agp"
1581.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	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.255Sfvdldevice 	aapic
1751.255Sfvdlattach 	aapic at pci
1761.255Sfvdlfile 	arch/x86/pci/aapic.c			aapic
1771.255Sfvdl
1781.78Sthorpej# PCI-Host bridge chipsets
1791.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1801.196Sthorpej	      agp_via
1811.78Sthorpejattach	pchb at pci
1821.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1831.278Stronfile	arch/x86/pci/pchb_rnd.c		pchb & rnd
1841.213Sthorpej
1851.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1861.272Srizdevice	elansc: sysmon_wdog, gpiobus
1871.213Sthorpejattach	elansc at pci
1881.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1891.107Sthorpej
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.108Sthorpejdevice	pcib: isabus
2121.78Sthorpejattach	pcib at pci
2131.287Sjmcneillfile	arch/i386/pci/pcib.c		pcib | ichlpcib | gscpcib | piixpcib | viapcib
2141.251Sminoura
2151.251Sminoura# PCI-LPC bridges
2161.251Sminouradevice	ichlpcib: isabus, sysmon_wdog
2171.251Sminouraattach	ichlpcib at pci
2181.251Sminourafile	arch/i386/pci/ichlpcib.c	ichlpcib
2191.184Sjdolecek
2201.271Sjmcneilldevice	gscpcib: isabus, gpiobus
2211.271Sjmcneillattach	gscpcib at pci
2221.271Sjmcneillfile	arch/i386/pci/gscpcib.c		gscpcib
2231.271Sjmcneill
2241.287Sjmcneilldevice	piixpcib: isabus, bioscall
2251.287Sjmcneillattach	piixpcib at pci
2261.287Sjmcneillfile	arch/i386/pci/piixpcib.c	piixpcib
2271.287Sjmcneill
2281.283Sjmcneilldevice	viapcib: isabus, i2cbus
2291.283Sjmcneillattach	viapcib at pci
2301.283Sjmcneillfile	arch/i386/pci/viapcib.c		viapcib
2311.283Sjmcneill
2321.184Sjdolecek# PCI-MCA bridges
2331.184Sjdolecekdevice	pcmb: mcabus
2341.184Sjdolecekattach	pcmb at pci
2351.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2361.64Scgd
2371.215Sfvdldevice	p64h2apic
2381.215Sfvdlattach	p64h2apic at pci
2391.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2401.215Sfvdl
2411.215Sfvdl
2421.64Scgd#
2431.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2441.55Smycroft#
2451.56Scgd
2461.182Slukeminclude	"dev/isa/files.isa"
2471.115Scgd
2481.56Scgd# PC clock
2491.292Sperryfile	arch/x86/isa/clock.c		isa
2501.56Scgd
2511.288Skardel# TSC support
2521.288Skardelfile	arch/x86/x86/tsc.c		i586_cpu | i686_cpu
2531.288Skardel
2541.56Scgd# Numeric Processing Extension; Math Co-processor
2551.108Sthorpejdevice	npx
2561.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2571.163Sthorpej
2581.163Sthorpejattach	npx at isa with npx_isa
2591.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2601.56Scgd
2611.56Scgd# PC console support a la "pccons"
2621.238Sdrochnerdevice	pc: tty
2631.67Sthorpejattach	pc at isa
2641.250Sbjh21device	pcconskbd: pckbport_machdep_cnattach
2651.250Sbjh21attach	pcconskbd at pckbport
2661.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
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.182Slukeminclude	"dev/wscons/files.wscons"
2771.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2781.111Sdrochner
2791.250Sbjh21include	"dev/pckbport/files.pckbport"
2801.113Sdrochner
2811.182Slukemdevice	sysbeep
2821.182Slukemattach	sysbeep at pcppi
2831.111Sdrochner
2841.56Scgd# Floppy disk controller
2851.157Sthorpejdevice	fdc {drive = -1}: isadma
2861.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2871.157Sthorpej
2881.157Sthorpejattach	fdc at isa with fdc_isa
2891.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2901.157Sthorpej
2911.157Sthorpejdevice	fd: disk
2921.67Sthorpejattach	fd at fdc
2931.76Ssoda
2941.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2951.76Ssoda# device declaration in sys/conf/files
2961.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2971.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2981.56Scgd
2991.55Smycroft#
3001.55Smycroft# EISA-only drivers
3011.55Smycroft#
3021.56Scgd
3031.182Slukeminclude	"dev/eisa/files.eisa"
3041.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
3051.154Sjdolecek
3061.154Sjdolecek#
3071.154Sjdolecek# MCA-only drivers
3081.154Sjdolecek#
3091.154Sjdolecek
3101.182Slukemdevice	mca {[slot = -1]} : bioscall
3111.182Slukeminclude	"dev/mca/files.mca"
3121.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
3131.187Sjdolecek
3141.80Schristos# ISA Plug 'n Play devices
3151.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
3161.130Sdrochner
3171.130Sdrochner#
3181.130Sdrochner# VME support
3191.130Sdrochner#
3201.182Slukeminclude	"dev/vme/files.vme"
3211.240Sgmcgarry
3221.240Sgmcgarry#
3231.240Sgmcgarry# GPIB support
3241.240Sgmcgarry#
3251.240Sgmcgarryinclude "dev/gpib/files.gpib"
3261.77Sjtk
3271.77Sjtk#
3281.77Sjtk# Other mainbus-attached devices
3291.77Sjtk#
3301.77Sjtk
3311.290Schristosinclude "dev/apm/files.apm"
3321.290Schristos
3331.77Sjtk# Advanced Power Management support (APM)
3341.290Schristosattach	apm at apmbus with apmbios: bioscall
3351.290Schristosfile	arch/i386/i386/apmbios.c	apmbios	needs-flag
3361.290Schristosfile	arch/i386/i386/apmcall.S	apmbios
3371.215Sfvdl
3381.215Sfvdl# CPUS
3391.215Sfvdl
3401.215Sfvdldevice cpu
3411.260Sdrochnerattach cpu at cpubus
3421.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3431.56Scgd
3441.55Smycroft#
3451.55Smycroft# Compatibility modules
3461.55Smycroft#
3471.61Smycroft
3481.61Smycroft# VM86 mode
3491.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3501.120Smycroft
3511.210Sdrochner# VM86 in kernel
3521.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3531.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3541.210Sdrochner
3551.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3561.294Sdrochnerfile	arch/i386/i386/compat_13_machdep.c	compat_13
3571.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3581.56Scgd
3591.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3601.182Slukeminclude	"compat/svr4/files.svr4"
3611.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3621.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3631.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3641.189Schristos
3651.189Schristos# MACH binary compatibility (COMPAT_MACH)
3661.189Schristosinclude	"compat/mach/files.mach"
3671.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3681.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3691.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3701.257Schristosfile	arch/i386/i386/darwin_commpage_machdep.S compat_darwin
3711.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3721.221Schristos
3731.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3741.221Schristosinclude	"compat/darwin/files.darwin"
3751.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3761.56Scgd
3771.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3781.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3791.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3801.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3811.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3821.56Scgd
3831.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3841.182Slukeminclude	"compat/linux/files.linux"
3851.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3861.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3871.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3881.263Sfvdlfile	arch/x86/x86/linux_trap.c		compat_linux
3891.58Smycroft
3901.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3911.182Slukeminclude	"compat/freebsd/files.freebsd"
3921.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3931.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3941.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3951.131Schristos
3961.284Srittera# NDIS compatibilty (COMPAT_NDIS)
3971.286Sritterainclude "compat/ndis/files.ndis"
3981.284Srittera
3991.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
4001.182Slukeminclude	"compat/pecoff/files.pecoff"
4011.82Saugustss
4021.82Saugustss# OSS audio driver compatibility
4031.182Slukeminclude	"compat/ossaudio/files.ossaudio"
4041.139Shaya
4051.139Shaya#
4061.139Shaya# CARDBUS
4071.139Shaya#
4081.182Slukeminclude	"dev/cardbus/files.cardbus"
4091.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
4101.90Sthorpej
4111.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
4121.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
4131.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
4141.90Sthorpej# non-optimal, but I don't have a better answer right now.
4151.90Sthorpej
4161.165Sitohy# PCIC pcmcia controller
4171.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
4181.90Sthorpej# like a kludge, but it might be for the best.
4191.93Sthorpej
4201.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
4211.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
4221.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
4231.93Sthorpej
4241.126Spkdevice	pcic: pcmciabus
4251.92Sthorpejfile	dev/ic/i82365.c			pcic
4261.90Sthorpej
4271.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4281.90Sthorpejattach	pcic at isa with pcic_isa
4291.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4301.90Sthorpej
4311.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4321.90Sthorpejattach	pcic at pci with pcic_pci
4331.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4341.90Sthorpej
4351.114Ssommerfe# PCIC pcmcia controller on PnP board
4361.182Slukemattach	pcic at isapnp with pcic_isapnp
4371.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4381.114Ssommerfe
4391.114Ssommerfe# Code common to ISA and ISAPnP attachments
4401.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4411.132Sbad
4421.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4431.132Sbad# to be late, so devices which attach to it are attached late.  But it
4441.132Sbad# needs to be before its isa and pci attachments.  This answer is
4451.132Sbad# non-optimal, but I don't have a better answer right now.
4461.132Sbad
4471.165Sitohy# TCIC pcmcia controller
4481.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4491.132Sbad# like a kludge, but it might be for the best.
4501.132Sbad
4511.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4521.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4531.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4541.132Sbad
4551.132Sbaddevice	tcic: pcmciabus
4561.132Sbadfile	dev/ic/tcic2.c			tcic
4571.132Sbad
4581.165Sitohy# TCIC pcmcia controller
4591.132Sbadattach	tcic at isa with tcic_isa
4601.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4611.90Sthorpej
4621.90Sthorpej# this wants to be probed as late as possible.
4631.90Sthorpej#
4641.90Sthorpej# Machine-independent PCMCIA drivers
4651.90Sthorpej#
4661.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4671.90Sthorpej
4681.90Sthorpej
4691.182Slukeminclude	"dev/usb/files.usb"
4701.170Sonoe
4711.289Sgdamoreinclude	"dev/bluetooth/files.bluetooth"
4721.289Sgdamore
4731.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4741.141Sdrochner
4751.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4761.198Sthorpej
4771.198Sthorpejinclude "dev/acpi/files.acpi"
4781.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4791.207Schristos
4801.207Schristos# Toshiba VALD 
4811.207Schristosdevice	vald
4821.291Schristosattach	vald at acpinodebus with vald_acpi
4831.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4841.207Schristos
4851.207Schristos# Sony SPIC (jog dial etc.)
4861.291Schristosattach	spic at acpinodebus with spic_acpi
4871.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4881.225Sjmcneill
4891.274Schristos# Sony Misc (brightness etc.)
4901.274Schristosdevice	sony
4911.291Schristosattach	sony at acpinodebus with sony_acpi
4921.274Schristosfile	arch/i386/acpi/sony_acpi.c		sony_acpi
4931.274Schristos
4941.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4951.291Schristosattach	npx at acpinodebus with npx_acpi
4961.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4971.210Sdrochner
4981.211Sdrochnerdevice	vesabios {}
4991.260Sdrochnerattach vesabios at vesabiosbus
5001.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
5011.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
5021.211Sdrochner
5031.211Sdrochnerinclude	"dev/rasops/files.rasops"
5041.211Sdrochner
5051.290Schristosdevice vesafb: wsemuldisplaydev, vcons, rasops8, rasops16, rasops32, splash, bioscall
5061.279Sjmcneillattach vesafb at vesabios
5071.280Sjmcneillfile	arch/i386/bios/vesafb.c		vesafb needs-flag
5081.280Sjmcneilldefparam opt_vesafb.h	VESAFB_WIDTH VESAFB_HEIGHT VESAFB_DEPTH
5091.282Sjmcneilldefflag opt_vesafb.h	VESAFB_PM
5101.211Sdrochner
5111.211Sdrochnerdevice vesatext
5121.211Sdrochnerattach vesatext at vesabios
5131.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
5141.214Sgehenna
5151.256Slukem# Enhanced SpeedStep
5161.256Slukemfile	arch/i386/i386/est.c		enhanced_speedstep
5171.259Scubedefflag	opt_est.h	EST_FREQ_USERWRITE
5181.256Slukem
5191.275Sxtraeme# AMD PowerNow K7
5201.275Sxtraemefile   arch/i386/i386/powernow_k7.c	powernow_k7
5211.275Sxtraeme
5221.214Sgehennainclude "arch/i386/conf/majors.i386"
523