files.i386 revision 1.272
11.272Sriz#	$NetBSD: files.i386,v 1.272 2005/10/07 15:59:49 riz 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.125Sthorpej# APM options
121.201Slukemdefflag	opt_apm.h	APM_DISABLE APM_FORCE_64K_SEGMENTS APM_NO_IDLE
131.182Slukem			APM_NO_STANDBY APM_V10_ONLY APM_NO_V12 APMDEBUG
141.199Slukem			APM_POWER_PRINT APM_ALLOW_BOGUS_SEGMENTS
151.210Sdrochner			APM_USE_KVM86
161.199Slukemdefparam opt_apm.h	APMDEBUG_VALUE APM_DISABLE_INTERRUPTS
171.100Sthorpej
181.100Sthorpej# Processor type options.
191.201Slukemdefflag	opt_cputype.h	I386_CPU I486_CPU I586_CPU I686_CPU
201.124Sbouyer
211.124Sbouyer# delay before cpu_reset() for reboot.
221.201Slukemdefparam		CPURESET_DELAY
231.101Sthorpej
241.101Sthorpej# VM86 emulation
251.201Slukemdefflag			VM86
261.210Sdrochnerdefflag			KVM86
271.102Sthorpej
281.102Sthorpej# Floating point emulation
291.201Slukemdefflag			MATH_EMULATE
301.103Sthorpej
311.103Sthorpej# User-settable LDT (used by WINE)
321.201Slukemdefflag			USER_LDT
331.104Sthorpej
341.105Sthorpej# X server support in console drivers
351.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
361.181Schs
371.181Schs# The REAL{BASE,EXT}MEM options
381.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
391.140Sdrochner
401.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
411.201Slukemdefflag			COMPAT_OLDBOOT
421.98Sthorpej
431.142Sthorpej# PCI BIOS options
441.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
451.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
461.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
471.166Sthorpej
481.166Sthorpej# Large page size
491.201Slukemdefflag			LARGEPAGES
501.217Sfvdl
511.217Sfvdl# No unmapped page below kernel stack
521.217Sfvdldefflag			NOREDZONE
531.142Sthorpej
541.209Syamt# kernel stack debug
551.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
561.236Sjmmv
571.236Sjmmv# Beep on halt
581.236Sjmmvdefflag opt_beep.h		BEEP_ONHALT
591.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_COUNT
601.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_PITCH BEEP_ONHALT_PERIOD
611.209Syamt
621.256Slukem# Enhanced SpeedStep
631.256Slukemdefflag			ENHANCED_SPEEDSTEP
641.256Slukem
651.56Scgdfile	arch/i386/i386/autoconf.c
661.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
671.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
681.56Scgdfile	arch/i386/i386/db_interface.c	ddb
691.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
701.56Scgdfile	arch/i386/i386/db_trace.c	ddb
711.241Sdslfile	kern/subr_disk_mbr.c		disk
721.60Smycroftfile	arch/i386/i386/gdt.c
731.223Sfvdlfile	arch/i386/i386/in_cksum.S	inet | inet6
741.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
751.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
761.56Scgdfile	arch/i386/i386/machdep.c
771.233Sfvdlfile	arch/i386/i386/identcpu.c
781.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
791.56Scgdfile	arch/i386/i386/mem.c
801.227Snakayamafile	kern/kern_microtime.c		i586_cpu | i686_cpu
811.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
821.154Sjdolecekfile	netns/ns_cksum.c		ns
831.134Sthorpejfile	arch/i386/i386/pmap.c
841.56Scgdfile	arch/i386/i386/process_machdep.c
851.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
861.56Scgdfile	arch/i386/i386/sys_machdep.c
871.178Smycroftfile	arch/i386/i386/syscall.c
881.56Scgdfile	arch/i386/i386/trap.c
891.56Scgdfile	arch/i386/i386/vm_machdep.c
901.56Scgdfile	dev/cons.c
911.167Sthorpej
921.223Sfvdlfile	arch/i386/i386/mptramp.S  	multiprocessor
931.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
941.215Sfvdl
951.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
961.192Stls
971.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
981.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
991.219Sthorpej
1001.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
1011.246Stlsfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish & !i386_cpu
1021.56Scgd
1031.56Scgd#
1041.56Scgd# Machine-independent SCSI drivers
1051.56Scgd#
1061.56Scgd
1071.182Slukeminclude	"dev/scsipi/files.scsipi"
1081.69Sperry
1091.97Scgd#
1101.97Scgd# Machine-independent ATA drivers
1111.97Scgd#
1121.97Scgd
1131.182Slukeminclude	"dev/ata/files.ata"
1141.97Scgd
1151.79Spk# Memory Disk for install floppy
1161.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1171.171Sad
1181.171Sad#
1191.171Sad# Machine-independent I2O drivers
1201.171Sad#
1211.171Sad
1221.182Slukeminclude	"dev/i2o/files.i2o"
1231.56Scgd
1241.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1251.142Sthorpej# of certain devices/BIOS features
1261.182Slukemdefine	bioscall
1271.223Sfvdlfile	arch/i386/i386/bioscall.S	bioscall needs-flag
1281.142Sthorpej
1291.142Sthorpej# BIOS32 routines
1301.142Sthorpejdefine	bios32
1311.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1321.142Sthorpej
1331.260Sdrochner# i386 specific mainbus attributes
1341.260Sdrochnerdefine apmbus {}
1351.260Sdrochnerdefine pnpbiosbus {}
1361.260Sdrochnerdefine vesabiosbus {}
1371.260Sdrochner
1381.56Scgd#
1391.56Scgd# System bus types
1401.56Scgd#
1411.65Scgd
1421.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1431.260Sdrochnerdevice	mainbus: isabus, eisabus, mcabus, pcibus, bios32, acpibus,
1441.260Sdrochner	cpubus, apmbus, pnpbiosbus, vesabiosbus
1451.67Sthorpejattach	mainbus at root
1461.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1471.56Scgd
1481.55Smycroft#
1491.64Scgd# PCI-only drivers
1501.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1511.64Scgd# XXX devices to 'pci'.
1521.64Scgd#
1531.64Scgd
1541.182Slukeminclude	"dev/pci/files.pci"
1551.195Sthorpejinclude "dev/pci/files.agp"
1561.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1571.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1581.264Ssekiyafile	arch/i386/pci/pci_intr_fixup.c	pcibios & pci_intr_fixup
1591.264Ssekiyafile	arch/i386/pci/piix.c		pcibios & pci_intr_fixup
1601.264Ssekiyafile	arch/i386/pci/opti82c558.c	pcibios & pci_intr_fixup
1611.264Ssekiyafile	arch/i386/pci/opti82c700.c	pcibios & pci_intr_fixup
1621.264Ssekiyafile	arch/i386/pci/sis85c503.c	pcibios & pci_intr_fixup
1631.264Ssekiyafile	arch/i386/pci/via82c586.c	pcibios & pci_intr_fixup
1641.264Ssekiyafile	arch/i386/pci/amd756.c		pcibios & pci_intr_fixup
1651.264Ssekiyafile	arch/i386/pci/ali1543.c		pcibios & pci_intr_fixup
1661.264Ssekiyafile	arch/i386/pci/pci_bus_fixup.c	pci_bus_fixup
1671.265Ssekiyafile	arch/i386/pci/pci_addr_fixup.c	pci_addr_fixup
1681.201Slukemdefparam		PCI_CONF_MODE
1691.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1701.245Sdyoung
1711.255Sfvdldevice 	aapic
1721.255Sfvdlattach 	aapic at pci
1731.255Sfvdlfile 	arch/x86/pci/aapic.c			aapic
1741.255Sfvdl
1751.78Sthorpej# PCI-Host bridge chipsets
1761.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1771.196Sthorpej	      agp_via
1781.78Sthorpejattach	pchb at pci
1791.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1801.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
1811.213Sthorpej
1821.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1831.272Srizdevice	elansc: sysmon_wdog, gpiobus
1841.213Sthorpejattach	elansc at pci
1851.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1861.107Sthorpej
1871.270Sdyoung# AMD Geode SC1100 Watchdog Timer
1881.270Sdyoungdevice	geodewdog: sysmon_wdog
1891.270Sdyoungattach	geodewdog at pci
1901.270Sdyoungfile	arch/i386/pci/geode.c		geodewdog
1911.270Sdyoung
1921.107Sthorpej# PCI-EISA bridges
1931.108Sthorpejdevice	pceb: eisabus, isabus
1941.107Sthorpejattach	pceb at pci
1951.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
1961.78Sthorpej
1971.78Sthorpej# PCI-ISA bridges
1981.108Sthorpejdevice	pcib: isabus
1991.78Sthorpejattach	pcib at pci
2001.271Sjmcneillfile	arch/i386/pci/pcib.c		pcib | ichlpcib | gscpcib
2011.251Sminoura
2021.251Sminoura# PCI-LPC bridges
2031.251Sminouradevice	ichlpcib: isabus, sysmon_wdog
2041.251Sminouraattach	ichlpcib at pci
2051.251Sminourafile	arch/i386/pci/ichlpcib.c	ichlpcib
2061.184Sjdolecek
2071.271Sjmcneilldevice	gscpcib: isabus, gpiobus
2081.271Sjmcneillattach	gscpcib at pci
2091.271Sjmcneillfile	arch/i386/pci/gscpcib.c		gscpcib
2101.271Sjmcneill
2111.184Sjdolecek# PCI-MCA bridges
2121.184Sjdolecekdevice	pcmb: mcabus
2131.184Sjdolecekattach	pcmb at pci
2141.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2151.64Scgd
2161.215Sfvdldevice	p64h2apic
2171.215Sfvdlattach	p64h2apic at pci
2181.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2191.215Sfvdl
2201.215Sfvdl
2211.64Scgd#
2221.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2231.55Smycroft#
2241.56Scgd
2251.182Slukeminclude	"dev/isa/files.isa"
2261.115Scgd
2271.56Scgd# PC clock
2281.56Scgdfile	arch/i386/isa/clock.c		isa
2291.56Scgd
2301.56Scgd# Numeric Processing Extension; Math Co-processor
2311.108Sthorpejdevice	npx
2321.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2331.163Sthorpej
2341.163Sthorpejattach	npx at isa with npx_isa
2351.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2361.56Scgd
2371.56Scgd# PC console support a la "pccons"
2381.238Sdrochnerdevice	pc: tty
2391.67Sthorpejattach	pc at isa
2401.250Sbjh21device	pcconskbd: pckbport_machdep_cnattach
2411.250Sbjh21attach	pcconskbd at pckbport
2421.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2431.56Scgd
2441.239Swiz# PC Mice: Logitech-style and Microsoft-style
2451.128Sdrochnerdevice	lms: wsmousedev
2461.67Sthorpejattach	lms at isa
2471.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2481.128Sdrochnerdevice	mms: wsmousedev
2491.67Sthorpejattach	mms at isa
2501.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2511.111Sdrochner
2521.182Slukeminclude	"dev/wscons/files.wscons"
2531.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2541.111Sdrochner
2551.250Sbjh21include	"dev/pckbport/files.pckbport"
2561.113Sdrochner
2571.182Slukemdevice	sysbeep
2581.182Slukemattach	sysbeep at pcppi
2591.111Sdrochner
2601.56Scgd# Floppy disk controller
2611.157Sthorpejdevice	fdc {drive = -1}: isadma
2621.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2631.157Sthorpej
2641.157Sthorpejattach	fdc at isa with fdc_isa
2651.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2661.157Sthorpej
2671.157Sthorpejdevice	fd: disk
2681.67Sthorpejattach	fd at fdc
2691.76Ssoda
2701.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2711.76Ssoda# device declaration in sys/conf/files
2721.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2731.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2741.56Scgd
2751.55Smycroft#
2761.55Smycroft# EISA-only drivers
2771.55Smycroft#
2781.56Scgd
2791.182Slukeminclude	"dev/eisa/files.eisa"
2801.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2811.154Sjdolecek
2821.154Sjdolecek#
2831.154Sjdolecek# MCA-only drivers
2841.154Sjdolecek#
2851.154Sjdolecek
2861.182Slukemdevice	mca {[slot = -1]} : bioscall
2871.182Slukeminclude	"dev/mca/files.mca"
2881.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2891.187Sjdolecek
2901.80Schristos# ISA Plug 'n Play devices
2911.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
2921.130Sdrochner
2931.130Sdrochner#
2941.130Sdrochner# VME support
2951.130Sdrochner#
2961.182Slukeminclude	"dev/vme/files.vme"
2971.240Sgmcgarry
2981.240Sgmcgarry#
2991.240Sgmcgarry# GPIB support
3001.240Sgmcgarry#
3011.240Sgmcgarryinclude "dev/gpib/files.gpib"
3021.77Sjtk
3031.77Sjtk#
3041.77Sjtk# Other mainbus-attached devices
3051.77Sjtk#
3061.77Sjtk
3071.77Sjtk# Advanced Power Management support (APM)
3081.182Slukemdevice	apm: bioscall
3091.260Sdrochnerattach	apm at apmbus
3101.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3111.223Sfvdlfile	arch/i386/i386/apmcall.S	apm
3121.215Sfvdl
3131.215Sfvdl# CPUS
3141.215Sfvdl
3151.215Sfvdldevice cpu
3161.260Sdrochnerattach cpu at cpubus
3171.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3181.56Scgd
3191.55Smycroft#
3201.55Smycroft# Compatibility modules
3211.55Smycroft#
3221.61Smycroft
3231.61Smycroft# VM86 mode
3241.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3251.120Smycroft
3261.210Sdrochner# VM86 in kernel
3271.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3281.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3291.210Sdrochner
3301.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3311.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3321.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3331.56Scgd
3341.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3351.182Slukeminclude	"compat/svr4/files.svr4"
3361.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3371.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3381.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3391.189Schristos
3401.189Schristos# MACH binary compatibility (COMPAT_MACH)
3411.189Schristosinclude	"compat/mach/files.mach"
3421.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3431.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3441.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3451.257Schristosfile	arch/i386/i386/darwin_commpage_machdep.S compat_darwin
3461.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3471.221Schristos
3481.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3491.221Schristosinclude	"compat/darwin/files.darwin"
3501.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3511.56Scgd
3521.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3531.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3541.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3551.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3561.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3571.56Scgd
3581.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3591.182Slukeminclude	"compat/linux/files.linux"
3601.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3611.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3621.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3631.263Sfvdlfile	arch/x86/x86/linux_trap.c		compat_linux
3641.58Smycroft
3651.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3661.182Slukeminclude	"compat/freebsd/files.freebsd"
3671.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3681.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3691.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3701.131Schristos
3711.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3721.182Slukeminclude	"compat/pecoff/files.pecoff"
3731.82Saugustss
3741.82Saugustss# OSS audio driver compatibility
3751.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3761.139Shaya
3771.139Shaya#
3781.139Shaya# CARDBUS
3791.139Shaya#
3801.182Slukeminclude	"dev/cardbus/files.cardbus"
3811.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3821.90Sthorpej
3831.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3841.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3851.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3861.90Sthorpej# non-optimal, but I don't have a better answer right now.
3871.90Sthorpej
3881.165Sitohy# PCIC pcmcia controller
3891.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3901.90Sthorpej# like a kludge, but it might be for the best.
3911.93Sthorpej
3921.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
3931.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
3941.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
3951.93Sthorpej
3961.126Spkdevice	pcic: pcmciabus
3971.92Sthorpejfile	dev/ic/i82365.c			pcic
3981.90Sthorpej
3991.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4001.90Sthorpejattach	pcic at isa with pcic_isa
4011.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4021.90Sthorpej
4031.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4041.90Sthorpejattach	pcic at pci with pcic_pci
4051.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4061.90Sthorpej
4071.114Ssommerfe# PCIC pcmcia controller on PnP board
4081.182Slukemattach	pcic at isapnp with pcic_isapnp
4091.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4101.114Ssommerfe
4111.114Ssommerfe# Code common to ISA and ISAPnP attachments
4121.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4131.132Sbad
4141.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4151.132Sbad# to be late, so devices which attach to it are attached late.  But it
4161.132Sbad# needs to be before its isa and pci attachments.  This answer is
4171.132Sbad# non-optimal, but I don't have a better answer right now.
4181.132Sbad
4191.165Sitohy# TCIC pcmcia controller
4201.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4211.132Sbad# like a kludge, but it might be for the best.
4221.132Sbad
4231.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4241.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4251.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4261.132Sbad
4271.132Sbaddevice	tcic: pcmciabus
4281.132Sbadfile	dev/ic/tcic2.c			tcic
4291.132Sbad
4301.165Sitohy# TCIC pcmcia controller
4311.132Sbadattach	tcic at isa with tcic_isa
4321.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4331.90Sthorpej
4341.90Sthorpej# this wants to be probed as late as possible.
4351.90Sthorpej#
4361.90Sthorpej# Machine-independent PCMCIA drivers
4371.90Sthorpej#
4381.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4391.90Sthorpej
4401.90Sthorpej
4411.182Slukeminclude	"dev/usb/files.usb"
4421.170Sonoe
4431.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4441.141Sdrochner
4451.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4461.198Sthorpej
4471.198Sthorpejinclude "dev/acpi/files.acpi"
4481.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4491.207Schristos
4501.207Schristos# Toshiba VALD 
4511.207Schristosdevice	vald
4521.207Schristosattach	vald at acpi with vald_acpi
4531.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4541.207Schristos
4551.207Schristos# Sony SPIC (jog dial etc.)
4561.207Schristosattach	spic at acpi with spic_acpi
4571.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4581.225Sjmcneill
4591.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4601.225Sjmcneillattach	npx at acpi with npx_acpi
4611.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4621.210Sdrochner
4631.211Sdrochnerdevice	vesabios {}
4641.260Sdrochnerattach vesabios at vesabiosbus
4651.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4661.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4671.211Sdrochner
4681.211Sdrochnerinclude	"dev/rasops/files.rasops"
4691.211Sdrochner
4701.211Sdrochnerdevice vesarasterviii: rasops8
4711.211Sdrochnerattach vesarasterviii at vesabios
4721.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
4731.211Sdrochner
4741.211Sdrochnerdevice vesatext
4751.211Sdrochnerattach vesatext at vesabios
4761.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
4771.214Sgehenna
4781.256Slukem# Enhanced SpeedStep
4791.256Slukemfile	arch/i386/i386/est.c		enhanced_speedstep
4801.259Scubedefflag	opt_est.h	EST_FREQ_USERWRITE
4811.256Slukem
4821.268Sdyoung# Atheros 5210/5211/5212 Hardware Abstraction Layer (HAL)
4831.268Sdyoungobject	/athhal-i386-elf.hal.o	ath
4841.268Sdyoung
4851.214Sgehennainclude "arch/i386/conf/majors.i386"
486