files.i386 revision 1.275
11.275Sxtraeme#	$NetBSD: files.i386,v 1.275 2005/12/31 17:55:55 xtraeme 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.125Sthorpej# APM options
141.201Slukemdefflag	opt_apm.h	APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE
151.182Slukem			APM_NO_STANDBY APM_V10_ONLY APM_NO_V12 APMDEBUG
161.199Slukem			APM_POWER_PRINT APM_ALLOW_BOGUS_SEGMENTS
171.210Sdrochner			APM_USE_KVM86
181.199Slukemdefparam opt_apm.h	APMDEBUG_VALUE APM_DISABLE_INTERRUPTS
191.100Sthorpej
201.100Sthorpej# Processor type options.
211.201Slukemdefflag	opt_cputype.h	I386_CPU I486_CPU I586_CPU I686_CPU
221.124Sbouyer
231.124Sbouyer# delay before cpu_reset() for reboot.
241.201Slukemdefparam		CPURESET_DELAY
251.101Sthorpej
261.101Sthorpej# VM86 emulation
271.201Slukemdefflag			VM86
281.210Sdrochnerdefflag			KVM86
291.102Sthorpej
301.102Sthorpej# Floating point emulation
311.201Slukemdefflag			MATH_EMULATE
321.103Sthorpej
331.103Sthorpej# User-settable LDT (used by WINE)
341.201Slukemdefflag			USER_LDT
351.104Sthorpej
361.105Sthorpej# X server support in console drivers
371.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
381.181Schs
391.181Schs# The REAL{BASE,EXT}MEM options
401.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
411.140Sdrochner
421.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
431.201Slukemdefflag			COMPAT_OLDBOOT
441.98Sthorpej
451.142Sthorpej# PCI BIOS options
461.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
471.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
481.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
491.166Sthorpej
501.166Sthorpej# Large page size
511.201Slukemdefflag			LARGEPAGES
521.217Sfvdl
531.217Sfvdl# No unmapped page below kernel stack
541.217Sfvdldefflag			NOREDZONE
551.142Sthorpej
561.209Syamt# kernel stack debug
571.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
581.236Sjmmv
591.236Sjmmv# Beep on halt
601.236Sjmmvdefflag opt_beep.h		BEEP_ONHALT
611.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_COUNT
621.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_PITCH BEEP_ONHALT_PERIOD
631.209Syamt
641.256Slukem# Enhanced SpeedStep
651.256Slukemdefflag			ENHANCED_SPEEDSTEP
661.256Slukem
671.275Sxtraeme# PowerNow K7
681.275Sxtraemedefflag			POWERNOW_K7
691.275Sxtraeme
701.56Scgdfile	arch/i386/i386/autoconf.c
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.241Sdslfile	kern/subr_disk_mbr.c		disk
771.60Smycroftfile	arch/i386/i386/gdt.c
781.223Sfvdlfile	arch/i386/i386/in_cksum.S	inet | inet6
791.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
801.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
811.56Scgdfile	arch/i386/i386/machdep.c
821.233Sfvdlfile	arch/i386/i386/identcpu.c
831.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
841.56Scgdfile	arch/i386/i386/mem.c
851.227Snakayamafile	kern/kern_microtime.c		i586_cpu | i686_cpu
861.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
871.154Sjdolecekfile	netns/ns_cksum.c		ns
881.134Sthorpejfile	arch/i386/i386/pmap.c
891.56Scgdfile	arch/i386/i386/process_machdep.c
901.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
911.56Scgdfile	arch/i386/i386/sys_machdep.c
921.178Smycroftfile	arch/i386/i386/syscall.c
931.56Scgdfile	arch/i386/i386/trap.c
941.56Scgdfile	arch/i386/i386/vm_machdep.c
951.56Scgdfile	dev/cons.c
961.167Sthorpej
971.223Sfvdlfile	arch/i386/i386/mptramp.S  	multiprocessor
981.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
991.215Sfvdl
1001.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
1011.192Stls
1021.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
1031.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
1041.219Sthorpej
1051.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
1061.246Stlsfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish & !i386_cpu
1071.56Scgd
1081.56Scgd#
1091.56Scgd# Machine-independent SCSI drivers
1101.56Scgd#
1111.56Scgd
1121.182Slukeminclude	"dev/scsipi/files.scsipi"
1131.69Sperry
1141.97Scgd#
1151.97Scgd# Machine-independent ATA drivers
1161.97Scgd#
1171.97Scgd
1181.182Slukeminclude	"dev/ata/files.ata"
1191.97Scgd
1201.79Spk# Memory Disk for install floppy
1211.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
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.223Sfvdlfile	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.260Sdrochner# i386 specific mainbus attributes
1391.260Sdrochnerdefine apmbus {}
1401.260Sdrochnerdefine pnpbiosbus {}
1411.260Sdrochnerdefine vesabiosbus {}
1421.260Sdrochner
1431.56Scgd#
1441.56Scgd# System bus types
1451.56Scgd#
1461.65Scgd
1471.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1481.260Sdrochnerdevice	mainbus: isabus, eisabus, mcabus, pcibus, bios32, acpibus,
1491.260Sdrochner	cpubus, apmbus, pnpbiosbus, vesabiosbus
1501.67Sthorpejattach	mainbus at root
1511.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1521.56Scgd
1531.55Smycroft#
1541.64Scgd# PCI-only drivers
1551.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1561.64Scgd# XXX devices to 'pci'.
1571.64Scgd#
1581.64Scgd
1591.182Slukeminclude	"dev/pci/files.pci"
1601.195Sthorpejinclude "dev/pci/files.agp"
1611.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1621.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1631.264Ssekiyafile	arch/i386/pci/pci_intr_fixup.c	pcibios & pci_intr_fixup
1641.264Ssekiyafile	arch/i386/pci/piix.c		pcibios & pci_intr_fixup
1651.264Ssekiyafile	arch/i386/pci/opti82c558.c	pcibios & pci_intr_fixup
1661.264Ssekiyafile	arch/i386/pci/opti82c700.c	pcibios & pci_intr_fixup
1671.264Ssekiyafile	arch/i386/pci/sis85c503.c	pcibios & pci_intr_fixup
1681.264Ssekiyafile	arch/i386/pci/via82c586.c	pcibios & pci_intr_fixup
1691.264Ssekiyafile	arch/i386/pci/amd756.c		pcibios & pci_intr_fixup
1701.264Ssekiyafile	arch/i386/pci/ali1543.c		pcibios & pci_intr_fixup
1711.264Ssekiyafile	arch/i386/pci/pci_bus_fixup.c	pci_bus_fixup
1721.265Ssekiyafile	arch/i386/pci/pci_addr_fixup.c	pci_addr_fixup
1731.201Slukemdefparam		PCI_CONF_MODE
1741.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1751.245Sdyoung
1761.255Sfvdldevice 	aapic
1771.255Sfvdlattach 	aapic at pci
1781.255Sfvdlfile 	arch/x86/pci/aapic.c			aapic
1791.255Sfvdl
1801.78Sthorpej# PCI-Host bridge chipsets
1811.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1821.196Sthorpej	      agp_via
1831.78Sthorpejattach	pchb at pci
1841.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1851.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
1861.213Sthorpej
1871.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1881.272Srizdevice	elansc: sysmon_wdog, gpiobus
1891.213Sthorpejattach	elansc at pci
1901.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1911.107Sthorpej
1921.270Sdyoung# AMD Geode SC1100 Watchdog Timer
1931.270Sdyoungdevice	geodewdog: sysmon_wdog
1941.270Sdyoungattach	geodewdog at pci
1951.270Sdyoungfile	arch/i386/pci/geode.c		geodewdog
1961.270Sdyoung
1971.107Sthorpej# PCI-EISA bridges
1981.108Sthorpejdevice	pceb: eisabus, isabus
1991.107Sthorpejattach	pceb at pci
2001.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
2011.78Sthorpej
2021.78Sthorpej# PCI-ISA bridges
2031.108Sthorpejdevice	pcib: isabus
2041.78Sthorpejattach	pcib at pci
2051.271Sjmcneillfile	arch/i386/pci/pcib.c		pcib | ichlpcib | gscpcib
2061.251Sminoura
2071.251Sminoura# PCI-LPC bridges
2081.251Sminouradevice	ichlpcib: isabus, sysmon_wdog
2091.251Sminouraattach	ichlpcib at pci
2101.251Sminourafile	arch/i386/pci/ichlpcib.c	ichlpcib
2111.184Sjdolecek
2121.271Sjmcneilldevice	gscpcib: isabus, gpiobus
2131.271Sjmcneillattach	gscpcib at pci
2141.271Sjmcneillfile	arch/i386/pci/gscpcib.c		gscpcib
2151.271Sjmcneill
2161.184Sjdolecek# PCI-MCA bridges
2171.184Sjdolecekdevice	pcmb: mcabus
2181.184Sjdolecekattach	pcmb at pci
2191.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2201.64Scgd
2211.215Sfvdldevice	p64h2apic
2221.215Sfvdlattach	p64h2apic at pci
2231.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2241.215Sfvdl
2251.215Sfvdl
2261.64Scgd#
2271.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2281.55Smycroft#
2291.56Scgd
2301.182Slukeminclude	"dev/isa/files.isa"
2311.115Scgd
2321.56Scgd# PC clock
2331.56Scgdfile	arch/i386/isa/clock.c		isa
2341.56Scgd
2351.56Scgd# Numeric Processing Extension; Math Co-processor
2361.108Sthorpejdevice	npx
2371.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2381.163Sthorpej
2391.163Sthorpejattach	npx at isa with npx_isa
2401.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2411.56Scgd
2421.56Scgd# PC console support a la "pccons"
2431.238Sdrochnerdevice	pc: tty
2441.67Sthorpejattach	pc at isa
2451.250Sbjh21device	pcconskbd: pckbport_machdep_cnattach
2461.250Sbjh21attach	pcconskbd at pckbport
2471.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2481.56Scgd
2491.239Swiz# PC Mice: Logitech-style and Microsoft-style
2501.128Sdrochnerdevice	lms: wsmousedev
2511.67Sthorpejattach	lms at isa
2521.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2531.128Sdrochnerdevice	mms: wsmousedev
2541.67Sthorpejattach	mms at isa
2551.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2561.111Sdrochner
2571.182Slukeminclude	"dev/wscons/files.wscons"
2581.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2591.111Sdrochner
2601.250Sbjh21include	"dev/pckbport/files.pckbport"
2611.113Sdrochner
2621.182Slukemdevice	sysbeep
2631.182Slukemattach	sysbeep at pcppi
2641.111Sdrochner
2651.56Scgd# Floppy disk controller
2661.157Sthorpejdevice	fdc {drive = -1}: isadma
2671.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2681.157Sthorpej
2691.157Sthorpejattach	fdc at isa with fdc_isa
2701.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2711.157Sthorpej
2721.157Sthorpejdevice	fd: disk
2731.67Sthorpejattach	fd at fdc
2741.76Ssoda
2751.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2761.76Ssoda# device declaration in sys/conf/files
2771.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2781.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2791.56Scgd
2801.55Smycroft#
2811.55Smycroft# EISA-only drivers
2821.55Smycroft#
2831.56Scgd
2841.182Slukeminclude	"dev/eisa/files.eisa"
2851.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2861.154Sjdolecek
2871.154Sjdolecek#
2881.154Sjdolecek# MCA-only drivers
2891.154Sjdolecek#
2901.154Sjdolecek
2911.182Slukemdevice	mca {[slot = -1]} : bioscall
2921.182Slukeminclude	"dev/mca/files.mca"
2931.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2941.187Sjdolecek
2951.80Schristos# ISA Plug 'n Play devices
2961.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
2971.130Sdrochner
2981.130Sdrochner#
2991.130Sdrochner# VME support
3001.130Sdrochner#
3011.182Slukeminclude	"dev/vme/files.vme"
3021.240Sgmcgarry
3031.240Sgmcgarry#
3041.240Sgmcgarry# GPIB support
3051.240Sgmcgarry#
3061.240Sgmcgarryinclude "dev/gpib/files.gpib"
3071.77Sjtk
3081.77Sjtk#
3091.77Sjtk# Other mainbus-attached devices
3101.77Sjtk#
3111.77Sjtk
3121.77Sjtk# Advanced Power Management support (APM)
3131.182Slukemdevice	apm: bioscall
3141.260Sdrochnerattach	apm at apmbus
3151.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3161.223Sfvdlfile	arch/i386/i386/apmcall.S	apm
3171.215Sfvdl
3181.215Sfvdl# CPUS
3191.215Sfvdl
3201.215Sfvdldevice cpu
3211.260Sdrochnerattach cpu at cpubus
3221.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3231.56Scgd
3241.55Smycroft#
3251.55Smycroft# Compatibility modules
3261.55Smycroft#
3271.61Smycroft
3281.61Smycroft# VM86 mode
3291.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3301.120Smycroft
3311.210Sdrochner# VM86 in kernel
3321.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3331.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3341.210Sdrochner
3351.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3361.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3371.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3381.56Scgd
3391.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3401.182Slukeminclude	"compat/svr4/files.svr4"
3411.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3421.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3431.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3441.189Schristos
3451.189Schristos# MACH binary compatibility (COMPAT_MACH)
3461.189Schristosinclude	"compat/mach/files.mach"
3471.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3481.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3491.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3501.257Schristosfile	arch/i386/i386/darwin_commpage_machdep.S compat_darwin
3511.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3521.221Schristos
3531.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3541.221Schristosinclude	"compat/darwin/files.darwin"
3551.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3561.56Scgd
3571.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3581.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3591.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3601.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3611.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3621.56Scgd
3631.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3641.182Slukeminclude	"compat/linux/files.linux"
3651.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3661.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3671.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3681.263Sfvdlfile	arch/x86/x86/linux_trap.c		compat_linux
3691.58Smycroft
3701.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3711.182Slukeminclude	"compat/freebsd/files.freebsd"
3721.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3731.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3741.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3751.131Schristos
3761.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3771.182Slukeminclude	"compat/pecoff/files.pecoff"
3781.82Saugustss
3791.82Saugustss# OSS audio driver compatibility
3801.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3811.139Shaya
3821.139Shaya#
3831.139Shaya# CARDBUS
3841.139Shaya#
3851.182Slukeminclude	"dev/cardbus/files.cardbus"
3861.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3871.90Sthorpej
3881.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3891.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3901.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3911.90Sthorpej# non-optimal, but I don't have a better answer right now.
3921.90Sthorpej
3931.165Sitohy# PCIC pcmcia controller
3941.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3951.90Sthorpej# like a kludge, but it might be for the best.
3961.93Sthorpej
3971.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
3981.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
3991.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
4001.93Sthorpej
4011.126Spkdevice	pcic: pcmciabus
4021.92Sthorpejfile	dev/ic/i82365.c			pcic
4031.90Sthorpej
4041.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4051.90Sthorpejattach	pcic at isa with pcic_isa
4061.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4071.90Sthorpej
4081.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4091.90Sthorpejattach	pcic at pci with pcic_pci
4101.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4111.90Sthorpej
4121.114Ssommerfe# PCIC pcmcia controller on PnP board
4131.182Slukemattach	pcic at isapnp with pcic_isapnp
4141.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4151.114Ssommerfe
4161.114Ssommerfe# Code common to ISA and ISAPnP attachments
4171.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4181.132Sbad
4191.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4201.132Sbad# to be late, so devices which attach to it are attached late.  But it
4211.132Sbad# needs to be before its isa and pci attachments.  This answer is
4221.132Sbad# non-optimal, but I don't have a better answer right now.
4231.132Sbad
4241.165Sitohy# TCIC pcmcia controller
4251.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4261.132Sbad# like a kludge, but it might be for the best.
4271.132Sbad
4281.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4291.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4301.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4311.132Sbad
4321.132Sbaddevice	tcic: pcmciabus
4331.132Sbadfile	dev/ic/tcic2.c			tcic
4341.132Sbad
4351.165Sitohy# TCIC pcmcia controller
4361.132Sbadattach	tcic at isa with tcic_isa
4371.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4381.90Sthorpej
4391.90Sthorpej# this wants to be probed as late as possible.
4401.90Sthorpej#
4411.90Sthorpej# Machine-independent PCMCIA drivers
4421.90Sthorpej#
4431.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4441.90Sthorpej
4451.90Sthorpej
4461.182Slukeminclude	"dev/usb/files.usb"
4471.170Sonoe
4481.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4491.141Sdrochner
4501.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4511.198Sthorpej
4521.198Sthorpejinclude "dev/acpi/files.acpi"
4531.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4541.207Schristos
4551.207Schristos# Toshiba VALD 
4561.207Schristosdevice	vald
4571.207Schristosattach	vald at acpi with vald_acpi
4581.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4591.207Schristos
4601.207Schristos# Sony SPIC (jog dial etc.)
4611.207Schristosattach	spic at acpi with spic_acpi
4621.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4631.225Sjmcneill
4641.274Schristos# Sony Misc (brightness etc.)
4651.274Schristosdevice	sony
4661.274Schristosattach	sony at acpi with sony_acpi
4671.274Schristosfile	arch/i386/acpi/sony_acpi.c		sony_acpi
4681.274Schristos
4691.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4701.225Sjmcneillattach	npx at acpi with npx_acpi
4711.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4721.210Sdrochner
4731.211Sdrochnerdevice	vesabios {}
4741.260Sdrochnerattach vesabios at vesabiosbus
4751.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4761.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4771.211Sdrochner
4781.211Sdrochnerinclude	"dev/rasops/files.rasops"
4791.211Sdrochner
4801.211Sdrochnerdevice vesarasterviii: rasops8
4811.211Sdrochnerattach vesarasterviii at vesabios
4821.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
4831.211Sdrochner
4841.211Sdrochnerdevice vesatext
4851.211Sdrochnerattach vesatext at vesabios
4861.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
4871.214Sgehenna
4881.256Slukem# Enhanced SpeedStep
4891.256Slukemfile	arch/i386/i386/est.c		enhanced_speedstep
4901.259Scubedefflag	opt_est.h	EST_FREQ_USERWRITE
4911.256Slukem
4921.275Sxtraeme# AMD PowerNow K7
4931.275Sxtraemefile   arch/i386/i386/powernow_k7.c	powernow_k7
4941.275Sxtraeme
4951.268Sdyoung# Atheros 5210/5211/5212 Hardware Abstraction Layer (HAL)
4961.268Sdyoungobject	/athhal-i386-elf.hal.o	ath
4971.268Sdyoung
4981.214Sgehennainclude "arch/i386/conf/majors.i386"
499