files.i386 revision 1.274
11.274Schristos#	$NetBSD: files.i386,v 1.274 2005/12/11 02:11:50 christos 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.56Scgdfile	arch/i386/i386/autoconf.c
681.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
691.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
701.56Scgdfile	arch/i386/i386/db_interface.c	ddb
711.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
721.56Scgdfile	arch/i386/i386/db_trace.c	ddb
731.241Sdslfile	kern/subr_disk_mbr.c		disk
741.60Smycroftfile	arch/i386/i386/gdt.c
751.223Sfvdlfile	arch/i386/i386/in_cksum.S	inet | inet6
761.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
771.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
781.56Scgdfile	arch/i386/i386/machdep.c
791.233Sfvdlfile	arch/i386/i386/identcpu.c
801.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
811.56Scgdfile	arch/i386/i386/mem.c
821.227Snakayamafile	kern/kern_microtime.c		i586_cpu | i686_cpu
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.260Sdrochner	cpubus, apmbus, pnpbiosbus, vesabiosbus
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.264Ssekiyafile	arch/i386/pci/amd756.c		pcibios & pci_intr_fixup
1671.264Ssekiyafile	arch/i386/pci/ali1543.c		pcibios & pci_intr_fixup
1681.264Ssekiyafile	arch/i386/pci/pci_bus_fixup.c	pci_bus_fixup
1691.265Ssekiyafile	arch/i386/pci/pci_addr_fixup.c	pci_addr_fixup
1701.201Slukemdefparam		PCI_CONF_MODE
1711.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1721.245Sdyoung
1731.255Sfvdldevice 	aapic
1741.255Sfvdlattach 	aapic at pci
1751.255Sfvdlfile 	arch/x86/pci/aapic.c			aapic
1761.255Sfvdl
1771.78Sthorpej# PCI-Host bridge chipsets
1781.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1791.196Sthorpej	      agp_via
1801.78Sthorpejattach	pchb at pci
1811.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1821.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
1831.213Sthorpej
1841.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1851.272Srizdevice	elansc: sysmon_wdog, gpiobus
1861.213Sthorpejattach	elansc at pci
1871.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1881.107Sthorpej
1891.270Sdyoung# AMD Geode SC1100 Watchdog Timer
1901.270Sdyoungdevice	geodewdog: sysmon_wdog
1911.270Sdyoungattach	geodewdog at pci
1921.270Sdyoungfile	arch/i386/pci/geode.c		geodewdog
1931.270Sdyoung
1941.107Sthorpej# PCI-EISA bridges
1951.108Sthorpejdevice	pceb: eisabus, isabus
1961.107Sthorpejattach	pceb at pci
1971.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
1981.78Sthorpej
1991.78Sthorpej# PCI-ISA bridges
2001.108Sthorpejdevice	pcib: isabus
2011.78Sthorpejattach	pcib at pci
2021.271Sjmcneillfile	arch/i386/pci/pcib.c		pcib | ichlpcib | gscpcib
2031.251Sminoura
2041.251Sminoura# PCI-LPC bridges
2051.251Sminouradevice	ichlpcib: isabus, sysmon_wdog
2061.251Sminouraattach	ichlpcib at pci
2071.251Sminourafile	arch/i386/pci/ichlpcib.c	ichlpcib
2081.184Sjdolecek
2091.271Sjmcneilldevice	gscpcib: isabus, gpiobus
2101.271Sjmcneillattach	gscpcib at pci
2111.271Sjmcneillfile	arch/i386/pci/gscpcib.c		gscpcib
2121.271Sjmcneill
2131.184Sjdolecek# PCI-MCA bridges
2141.184Sjdolecekdevice	pcmb: mcabus
2151.184Sjdolecekattach	pcmb at pci
2161.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2171.64Scgd
2181.215Sfvdldevice	p64h2apic
2191.215Sfvdlattach	p64h2apic at pci
2201.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2211.215Sfvdl
2221.215Sfvdl
2231.64Scgd#
2241.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2251.55Smycroft#
2261.56Scgd
2271.182Slukeminclude	"dev/isa/files.isa"
2281.115Scgd
2291.56Scgd# PC clock
2301.56Scgdfile	arch/i386/isa/clock.c		isa
2311.56Scgd
2321.56Scgd# Numeric Processing Extension; Math Co-processor
2331.108Sthorpejdevice	npx
2341.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2351.163Sthorpej
2361.163Sthorpejattach	npx at isa with npx_isa
2371.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2381.56Scgd
2391.56Scgd# PC console support a la "pccons"
2401.238Sdrochnerdevice	pc: tty
2411.67Sthorpejattach	pc at isa
2421.250Sbjh21device	pcconskbd: pckbport_machdep_cnattach
2431.250Sbjh21attach	pcconskbd at pckbport
2441.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2451.56Scgd
2461.239Swiz# PC Mice: Logitech-style and Microsoft-style
2471.128Sdrochnerdevice	lms: wsmousedev
2481.67Sthorpejattach	lms at isa
2491.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2501.128Sdrochnerdevice	mms: wsmousedev
2511.67Sthorpejattach	mms at isa
2521.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2531.111Sdrochner
2541.182Slukeminclude	"dev/wscons/files.wscons"
2551.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2561.111Sdrochner
2571.250Sbjh21include	"dev/pckbport/files.pckbport"
2581.113Sdrochner
2591.182Slukemdevice	sysbeep
2601.182Slukemattach	sysbeep at pcppi
2611.111Sdrochner
2621.56Scgd# Floppy disk controller
2631.157Sthorpejdevice	fdc {drive = -1}: isadma
2641.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2651.157Sthorpej
2661.157Sthorpejattach	fdc at isa with fdc_isa
2671.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2681.157Sthorpej
2691.157Sthorpejdevice	fd: disk
2701.67Sthorpejattach	fd at fdc
2711.76Ssoda
2721.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2731.76Ssoda# device declaration in sys/conf/files
2741.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2751.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2761.56Scgd
2771.55Smycroft#
2781.55Smycroft# EISA-only drivers
2791.55Smycroft#
2801.56Scgd
2811.182Slukeminclude	"dev/eisa/files.eisa"
2821.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2831.154Sjdolecek
2841.154Sjdolecek#
2851.154Sjdolecek# MCA-only drivers
2861.154Sjdolecek#
2871.154Sjdolecek
2881.182Slukemdevice	mca {[slot = -1]} : bioscall
2891.182Slukeminclude	"dev/mca/files.mca"
2901.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2911.187Sjdolecek
2921.80Schristos# ISA Plug 'n Play devices
2931.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
2941.130Sdrochner
2951.130Sdrochner#
2961.130Sdrochner# VME support
2971.130Sdrochner#
2981.182Slukeminclude	"dev/vme/files.vme"
2991.240Sgmcgarry
3001.240Sgmcgarry#
3011.240Sgmcgarry# GPIB support
3021.240Sgmcgarry#
3031.240Sgmcgarryinclude "dev/gpib/files.gpib"
3041.77Sjtk
3051.77Sjtk#
3061.77Sjtk# Other mainbus-attached devices
3071.77Sjtk#
3081.77Sjtk
3091.77Sjtk# Advanced Power Management support (APM)
3101.182Slukemdevice	apm: bioscall
3111.260Sdrochnerattach	apm at apmbus
3121.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3131.223Sfvdlfile	arch/i386/i386/apmcall.S	apm
3141.215Sfvdl
3151.215Sfvdl# CPUS
3161.215Sfvdl
3171.215Sfvdldevice cpu
3181.260Sdrochnerattach cpu at cpubus
3191.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3201.56Scgd
3211.55Smycroft#
3221.55Smycroft# Compatibility modules
3231.55Smycroft#
3241.61Smycroft
3251.61Smycroft# VM86 mode
3261.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3271.120Smycroft
3281.210Sdrochner# VM86 in kernel
3291.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3301.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3311.210Sdrochner
3321.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3331.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3341.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3351.56Scgd
3361.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3371.182Slukeminclude	"compat/svr4/files.svr4"
3381.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3391.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3401.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3411.189Schristos
3421.189Schristos# MACH binary compatibility (COMPAT_MACH)
3431.189Schristosinclude	"compat/mach/files.mach"
3441.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3451.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3461.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3471.257Schristosfile	arch/i386/i386/darwin_commpage_machdep.S compat_darwin
3481.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3491.221Schristos
3501.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3511.221Schristosinclude	"compat/darwin/files.darwin"
3521.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3531.56Scgd
3541.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3551.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3561.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3571.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3581.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3591.56Scgd
3601.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3611.182Slukeminclude	"compat/linux/files.linux"
3621.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3631.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3641.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3651.263Sfvdlfile	arch/x86/x86/linux_trap.c		compat_linux
3661.58Smycroft
3671.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3681.182Slukeminclude	"compat/freebsd/files.freebsd"
3691.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3701.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3711.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3721.131Schristos
3731.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3741.182Slukeminclude	"compat/pecoff/files.pecoff"
3751.82Saugustss
3761.82Saugustss# OSS audio driver compatibility
3771.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3781.139Shaya
3791.139Shaya#
3801.139Shaya# CARDBUS
3811.139Shaya#
3821.182Slukeminclude	"dev/cardbus/files.cardbus"
3831.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3841.90Sthorpej
3851.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3861.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3871.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3881.90Sthorpej# non-optimal, but I don't have a better answer right now.
3891.90Sthorpej
3901.165Sitohy# PCIC pcmcia controller
3911.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3921.90Sthorpej# like a kludge, but it might be for the best.
3931.93Sthorpej
3941.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
3951.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
3961.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
3971.93Sthorpej
3981.126Spkdevice	pcic: pcmciabus
3991.92Sthorpejfile	dev/ic/i82365.c			pcic
4001.90Sthorpej
4011.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4021.90Sthorpejattach	pcic at isa with pcic_isa
4031.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4041.90Sthorpej
4051.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4061.90Sthorpejattach	pcic at pci with pcic_pci
4071.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4081.90Sthorpej
4091.114Ssommerfe# PCIC pcmcia controller on PnP board
4101.182Slukemattach	pcic at isapnp with pcic_isapnp
4111.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4121.114Ssommerfe
4131.114Ssommerfe# Code common to ISA and ISAPnP attachments
4141.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4151.132Sbad
4161.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4171.132Sbad# to be late, so devices which attach to it are attached late.  But it
4181.132Sbad# needs to be before its isa and pci attachments.  This answer is
4191.132Sbad# non-optimal, but I don't have a better answer right now.
4201.132Sbad
4211.165Sitohy# TCIC pcmcia controller
4221.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4231.132Sbad# like a kludge, but it might be for the best.
4241.132Sbad
4251.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4261.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4271.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4281.132Sbad
4291.132Sbaddevice	tcic: pcmciabus
4301.132Sbadfile	dev/ic/tcic2.c			tcic
4311.132Sbad
4321.165Sitohy# TCIC pcmcia controller
4331.132Sbadattach	tcic at isa with tcic_isa
4341.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4351.90Sthorpej
4361.90Sthorpej# this wants to be probed as late as possible.
4371.90Sthorpej#
4381.90Sthorpej# Machine-independent PCMCIA drivers
4391.90Sthorpej#
4401.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4411.90Sthorpej
4421.90Sthorpej
4431.182Slukeminclude	"dev/usb/files.usb"
4441.170Sonoe
4451.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4461.141Sdrochner
4471.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4481.198Sthorpej
4491.198Sthorpejinclude "dev/acpi/files.acpi"
4501.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4511.207Schristos
4521.207Schristos# Toshiba VALD 
4531.207Schristosdevice	vald
4541.207Schristosattach	vald at acpi with vald_acpi
4551.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4561.207Schristos
4571.207Schristos# Sony SPIC (jog dial etc.)
4581.207Schristosattach	spic at acpi with spic_acpi
4591.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4601.225Sjmcneill
4611.274Schristos# Sony Misc (brightness etc.)
4621.274Schristosdevice	sony
4631.274Schristosattach	sony at acpi with sony_acpi
4641.274Schristosfile	arch/i386/acpi/sony_acpi.c		sony_acpi
4651.274Schristos
4661.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4671.225Sjmcneillattach	npx at acpi with npx_acpi
4681.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4691.210Sdrochner
4701.211Sdrochnerdevice	vesabios {}
4711.260Sdrochnerattach vesabios at vesabiosbus
4721.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4731.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4741.211Sdrochner
4751.211Sdrochnerinclude	"dev/rasops/files.rasops"
4761.211Sdrochner
4771.211Sdrochnerdevice vesarasterviii: rasops8
4781.211Sdrochnerattach vesarasterviii at vesabios
4791.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
4801.211Sdrochner
4811.211Sdrochnerdevice vesatext
4821.211Sdrochnerattach vesatext at vesabios
4831.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
4841.214Sgehenna
4851.256Slukem# Enhanced SpeedStep
4861.256Slukemfile	arch/i386/i386/est.c		enhanced_speedstep
4871.259Scubedefflag	opt_est.h	EST_FREQ_USERWRITE
4881.256Slukem
4891.268Sdyoung# Atheros 5210/5211/5212 Hardware Abstraction Layer (HAL)
4901.268Sdyoungobject	/athhal-i386-elf.hal.o	ath
4911.268Sdyoung
4921.214Sgehennainclude "arch/i386/conf/majors.i386"
493