files.i386 revision 1.241
11.241Sdsl#	$NetBSD: files.i386,v 1.241 2003/07/07 13:34:08 dsl 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.56Scgdmaxpartitions 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.104Sthorpej# Speed hack; make NOPs dummies (might break on some machines)
351.201Slukemdefflag			DUMMY_NOPS
361.167Sthorpej
371.105Sthorpej# X server support in console drivers
381.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
391.181Schs
401.181Schs# The REAL{BASE,EXT}MEM options
411.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
421.140Sdrochner
431.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
441.201Slukemdefflag			COMPAT_OLDBOOT
451.98Sthorpej
461.142Sthorpej# PCI BIOS options
471.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
481.201Slukem			PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP
491.201Slukem			PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE
501.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
511.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
521.166Sthorpej
531.166Sthorpej# Large page size
541.201Slukemdefflag			LARGEPAGES
551.217Sfvdl
561.217Sfvdl# No unmapped page below kernel stack
571.217Sfvdldefflag			NOREDZONE
581.142Sthorpej
591.209Syamt# kernel stack debug
601.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
611.236Sjmmv
621.236Sjmmv# Beep on halt
631.236Sjmmvdefflag opt_beep.h		BEEP_ONHALT
641.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_COUNT
651.236Sjmmvdefparam opt_beep.h		BEEP_ONHALT_PITCH BEEP_ONHALT_PERIOD
661.209Syamt
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.219Sthorpejfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish
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.56Scgd#
1361.56Scgd# System bus types
1371.56Scgd#
1381.65Scgd
1391.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1401.198Sthorpejdevice	mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus
1411.67Sthorpejattach	mainbus at root
1421.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1431.56Scgd
1441.55Smycroft#
1451.64Scgd# PCI-only drivers
1461.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1471.64Scgd# XXX devices to 'pci'.
1481.64Scgd#
1491.64Scgd
1501.182Slukeminclude	"dev/pci/files.pci"
1511.195Sthorpejinclude "dev/pci/files.agp"
1521.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1531.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1541.142Sthorpejfile	arch/i386/pci/pci_intr_fixup.c	pcibios & pcibios_intr_fixup
1551.142Sthorpejfile	arch/i386/pci/piix.c		pcibios & pcibios_intr_fixup
1561.142Sthorpejfile	arch/i386/pci/opti82c558.c	pcibios & pcibios_intr_fixup
1571.142Sthorpejfile	arch/i386/pci/opti82c700.c	pcibios & pcibios_intr_fixup
1581.142Sthorpejfile	arch/i386/pci/sis85c503.c	pcibios & pcibios_intr_fixup
1591.142Sthorpejfile	arch/i386/pci/via82c586.c	pcibios & pcibios_intr_fixup
1601.186Suchfile	arch/i386/pci/amd756.c		pcibios & pcibios_intr_fixup
1611.190Shayafile	arch/i386/pci/ali1543.c		pcibios & pcibios_intr_fixup
1621.143Sthorpejfile	arch/i386/pci/pci_bus_fixup.c	pcibios & pcibios_bus_fixup
1631.158Suchfile	arch/i386/pci/pci_addr_fixup.c	pcibios & pcibios_addr_fixup
1641.201Slukemdefparam		PCI_CONF_MODE
1651.110Scgdfile	arch/i386/pci/pciide_machdep.c	pciide
1661.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1671.78Sthorpej
1681.78Sthorpej# PCI-Host bridge chipsets
1691.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1701.196Sthorpej	      agp_via
1711.78Sthorpejattach	pchb at pci
1721.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1731.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
1741.213Sthorpej
1751.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1761.213Sthorpejdevice	elansc: sysmon_wdog
1771.213Sthorpejattach	elansc at pci
1781.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1791.107Sthorpej
1801.107Sthorpej# PCI-EISA bridges
1811.108Sthorpejdevice	pceb: eisabus, isabus
1821.107Sthorpejattach	pceb at pci
1831.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
1841.78Sthorpej
1851.78Sthorpej# PCI-ISA bridges
1861.108Sthorpejdevice	pcib: isabus
1871.78Sthorpejattach	pcib at pci
1881.78Sthorpejfile	arch/i386/pci/pcib.c		pcib
1891.184Sjdolecek
1901.184Sjdolecek# PCI-MCA bridges
1911.184Sjdolecekdevice	pcmb: mcabus
1921.184Sjdolecekattach	pcmb at pci
1931.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
1941.64Scgd
1951.215Sfvdldevice	p64h2apic
1961.215Sfvdlattach	p64h2apic at pci
1971.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
1981.215Sfvdl
1991.215Sfvdl
2001.215Sfvdl
2011.153Smartin# Game adapter (joystick)
2021.204Sjdolecekfile	arch/i386/isa/joy_timer.c	joy
2031.153Smartin
2041.64Scgd#
2051.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2061.55Smycroft#
2071.56Scgd
2081.182Slukeminclude	"dev/isa/files.isa"
2091.115Scgd
2101.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2111.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
2121.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can
2131.115Scgd# XXX be fixed as well.)
2141.115Scgd
2151.115Scgdattach	lpt at puc with lpt_puc
2161.115Scgdfile	dev/pci/lpt_puc.c	lpt_puc
2171.56Scgd
2181.56Scgd# PC clock
2191.56Scgdfile	arch/i386/isa/clock.c		isa
2201.130Sdrochnerfile	dev/clock_subr.c		isa
2211.56Scgd
2221.56Scgd# Numeric Processing Extension; Math Co-processor
2231.108Sthorpejdevice	npx
2241.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2251.163Sthorpej
2261.163Sthorpejattach	npx at isa with npx_isa
2271.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2281.56Scgd
2291.56Scgd# PC console support a la "pccons"
2301.238Sdrochnerdevice	pc: tty
2311.67Sthorpejattach	pc at isa
2321.111Sdrochnerdevice	pcconskbd
2331.111Sdrochnerattach	pcconskbd at pckbc
2341.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2351.56Scgd
2361.239Swiz# PC Mice: Logitech-style and Microsoft-style
2371.128Sdrochnerdevice	lms: wsmousedev
2381.67Sthorpejattach	lms at isa
2391.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2401.128Sdrochnerdevice	mms: wsmousedev
2411.67Sthorpejattach	mms at isa
2421.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2431.111Sdrochner
2441.182Slukeminclude	"dev/wscons/files.wscons"
2451.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2461.111Sdrochner
2471.182Slukeminclude	"dev/pckbc/files.pckbc"
2481.113Sdrochner
2491.182Slukemdevice	sysbeep
2501.182Slukemattach	sysbeep at pcppi
2511.111Sdrochner
2521.56Scgd# Floppy disk controller
2531.157Sthorpejdevice	fdc {drive = -1}: isadma
2541.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2551.157Sthorpej
2561.157Sthorpejattach	fdc at isa with fdc_isa
2571.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2581.157Sthorpej
2591.157Sthorpejdevice	fd: disk
2601.67Sthorpejattach	fd at fdc
2611.76Ssoda
2621.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2631.76Ssoda# device declaration in sys/conf/files
2641.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2651.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2661.56Scgd
2671.55Smycroft#
2681.55Smycroft# EISA-only drivers
2691.55Smycroft#
2701.56Scgd
2711.182Slukeminclude	"dev/eisa/files.eisa"
2721.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2731.154Sjdolecek
2741.154Sjdolecek#
2751.154Sjdolecek# MCA-only drivers
2761.154Sjdolecek#
2771.154Sjdolecek
2781.182Slukemdevice	mca {[slot = -1]} : bioscall
2791.182Slukeminclude	"dev/mca/files.mca"
2801.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2811.187Sjdolecek
2821.80Schristos# ISA Plug 'n Play devices
2831.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
2841.130Sdrochner
2851.130Sdrochner#
2861.130Sdrochner# VME support
2871.130Sdrochner#
2881.182Slukeminclude	"dev/vme/files.vme"
2891.240Sgmcgarry
2901.240Sgmcgarry#
2911.240Sgmcgarry# GPIB support
2921.240Sgmcgarry#
2931.240Sgmcgarryinclude "dev/gpib/files.gpib"
2941.77Sjtk
2951.77Sjtk#
2961.77Sjtk# Other mainbus-attached devices
2971.77Sjtk#
2981.77Sjtk
2991.77Sjtk# Advanced Power Management support (APM)
3001.182Slukemdevice	apm: bioscall
3011.182Slukemattach	apm at mainbus
3021.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3031.223Sfvdlfile	arch/i386/i386/apmcall.S	apm
3041.215Sfvdl
3051.215Sfvdl# CPUS
3061.215Sfvdl
3071.215Sfvdldefine cpu { [apid = -1] }
3081.215Sfvdldevice cpu
3091.215Sfvdlattach cpu at mainbus
3101.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3111.56Scgd
3121.55Smycroft#
3131.55Smycroft# Compatibility modules
3141.55Smycroft#
3151.61Smycroft
3161.61Smycroft# VM86 mode
3171.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3181.120Smycroft
3191.210Sdrochner# VM86 in kernel
3201.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3211.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3221.210Sdrochner
3231.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3241.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3251.56Scgd
3261.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3271.182Slukeminclude	"compat/svr4/files.svr4"
3281.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3291.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3301.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3311.189Schristos
3321.189Schristos# MACH binary compatibility (COMPAT_MACH)
3331.189Schristosinclude	"compat/mach/files.mach"
3341.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3351.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3361.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3371.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3381.221Schristos
3391.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3401.221Schristosinclude	"compat/darwin/files.darwin"
3411.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3421.56Scgd
3431.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3441.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3451.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3461.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3471.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3481.56Scgd
3491.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3501.182Slukeminclude	"compat/linux/files.linux"
3511.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3521.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3531.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3541.188Schristosfile	arch/i386/i386/linux_trap.c		compat_linux
3551.58Smycroft
3561.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3571.182Slukeminclude	"compat/freebsd/files.freebsd"
3581.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3591.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3601.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3611.131Schristos
3621.131Schristos# a.out binary compatibility (COMPAT_AOUT)
3631.182Slukeminclude	"compat/aout/files.aout"
3641.160Smycroft
3651.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3661.182Slukeminclude	"compat/pecoff/files.pecoff"
3671.82Saugustss
3681.82Saugustss# OSS audio driver compatibility
3691.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3701.139Shaya
3711.139Shaya#
3721.139Shaya# CARDBUS
3731.139Shaya#
3741.182Slukeminclude	"dev/cardbus/files.cardbus"
3751.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3761.90Sthorpej
3771.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3781.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3791.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3801.90Sthorpej# non-optimal, but I don't have a better answer right now.
3811.90Sthorpej
3821.165Sitohy# PCIC pcmcia controller
3831.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3841.90Sthorpej# like a kludge, but it might be for the best.
3851.93Sthorpej
3861.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
3871.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
3881.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
3891.93Sthorpej
3901.126Spkdevice	pcic: pcmciabus
3911.92Sthorpejfile	dev/ic/i82365.c			pcic
3921.90Sthorpej
3931.114Ssommerfe# PCIC pcmcia controller on ISA bus.
3941.90Sthorpejattach	pcic at isa with pcic_isa
3951.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
3961.90Sthorpej
3971.114Ssommerfe# PCIC pcmcia controller on PCI bus.
3981.90Sthorpejattach	pcic at pci with pcic_pci
3991.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4001.90Sthorpej
4011.114Ssommerfe# PCIC pcmcia controller on PnP board
4021.182Slukemattach	pcic at isapnp with pcic_isapnp
4031.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4041.114Ssommerfe
4051.114Ssommerfe# Code common to ISA and ISAPnP attachments
4061.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4071.132Sbad
4081.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4091.132Sbad# to be late, so devices which attach to it are attached late.  But it
4101.132Sbad# needs to be before its isa and pci attachments.  This answer is
4111.132Sbad# non-optimal, but I don't have a better answer right now.
4121.132Sbad
4131.165Sitohy# TCIC pcmcia controller
4141.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4151.132Sbad# like a kludge, but it might be for the best.
4161.132Sbad
4171.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4181.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4191.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4201.132Sbad
4211.132Sbaddevice	tcic: pcmciabus
4221.132Sbadfile	dev/ic/tcic2.c			tcic
4231.132Sbad
4241.165Sitohy# TCIC pcmcia controller
4251.132Sbadattach	tcic at isa with tcic_isa
4261.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4271.90Sthorpej
4281.90Sthorpej# this wants to be probed as late as possible.
4291.90Sthorpej#
4301.90Sthorpej# Machine-independent PCMCIA drivers
4311.90Sthorpej#
4321.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4331.90Sthorpej
4341.90Sthorpej
4351.182Slukeminclude	"dev/usb/files.usb"
4361.170Sonoe
4371.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4381.141Sdrochner
4391.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4401.198Sthorpej
4411.198Sthorpejinclude "dev/acpi/files.acpi"
4421.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4431.207Schristos
4441.207Schristos# Toshiba VALD 
4451.207Schristosdevice	vald
4461.207Schristosattach	vald at acpi with vald_acpi
4471.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4481.207Schristos
4491.207Schristos# Sony SPIC (jog dial etc.)
4501.207Schristosattach	spic at acpi with spic_acpi
4511.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4521.225Sjmcneill
4531.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4541.225Sjmcneillattach	npx at acpi with npx_acpi
4551.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4561.210Sdrochner
4571.211Sdrochnerdevice	vesabios {}
4581.210Sdrochnerattach vesabios at mainbus
4591.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4601.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4611.211Sdrochner
4621.211Sdrochnerinclude	"dev/rasops/files.rasops"
4631.211Sdrochner
4641.211Sdrochnerdevice vesarasterviii: rasops8
4651.211Sdrochnerattach vesarasterviii at vesabios
4661.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
4671.211Sdrochner
4681.211Sdrochnerdevice vesatext
4691.211Sdrochnerattach vesatext at vesabios
4701.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
4711.214Sgehenna
4721.214Sgehennainclude "arch/i386/conf/majors.i386"
473