files.i386 revision 1.254
11.254Sjmc#	$NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc 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.201Slukem			PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP
461.201Slukem			PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE
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.56Scgdfile	arch/i386/i386/autoconf.c
651.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
661.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
671.56Scgdfile	arch/i386/i386/db_interface.c	ddb
681.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
691.56Scgdfile	arch/i386/i386/db_trace.c	ddb
701.241Sdslfile	kern/subr_disk_mbr.c		disk
711.60Smycroftfile	arch/i386/i386/gdt.c
721.223Sfvdlfile	arch/i386/i386/in_cksum.S	inet | inet6
731.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
741.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
751.56Scgdfile	arch/i386/i386/machdep.c
761.233Sfvdlfile	arch/i386/i386/identcpu.c
771.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
781.56Scgdfile	arch/i386/i386/mem.c
791.227Snakayamafile	kern/kern_microtime.c		i586_cpu | i686_cpu
801.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
811.154Sjdolecekfile	netns/ns_cksum.c		ns
821.134Sthorpejfile	arch/i386/i386/pmap.c
831.56Scgdfile	arch/i386/i386/process_machdep.c
841.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
851.56Scgdfile	arch/i386/i386/sys_machdep.c
861.178Smycroftfile	arch/i386/i386/syscall.c
871.56Scgdfile	arch/i386/i386/trap.c
881.56Scgdfile	arch/i386/i386/vm_machdep.c
891.56Scgdfile	dev/cons.c
901.167Sthorpej
911.223Sfvdlfile	arch/i386/i386/mptramp.S  	multiprocessor
921.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
931.215Sfvdl
941.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
951.192Stls
961.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
971.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
981.219Sthorpej
991.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
1001.246Stlsfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish & !i386_cpu
1011.56Scgd
1021.56Scgd#
1031.56Scgd# Machine-independent SCSI drivers
1041.56Scgd#
1051.56Scgd
1061.182Slukeminclude	"dev/scsipi/files.scsipi"
1071.69Sperry
1081.97Scgd#
1091.97Scgd# Machine-independent ATA drivers
1101.97Scgd#
1111.97Scgd
1121.182Slukeminclude	"dev/ata/files.ata"
1131.97Scgd
1141.79Spk# Memory Disk for install floppy
1151.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1161.171Sad
1171.171Sad#
1181.171Sad# Machine-independent I2O drivers
1191.171Sad#
1201.171Sad
1211.182Slukeminclude	"dev/i2o/files.i2o"
1221.56Scgd
1231.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1241.142Sthorpej# of certain devices/BIOS features
1251.182Slukemdefine	bioscall
1261.223Sfvdlfile	arch/i386/i386/bioscall.S	bioscall needs-flag
1271.142Sthorpej
1281.142Sthorpej# BIOS32 routines
1291.142Sthorpejdefine	bios32
1301.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1311.142Sthorpej
1321.56Scgd#
1331.56Scgd# System bus types
1341.56Scgd#
1351.65Scgd
1361.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1371.198Sthorpejdevice	mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus
1381.67Sthorpejattach	mainbus at root
1391.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1401.56Scgd
1411.55Smycroft#
1421.64Scgd# PCI-only drivers
1431.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1441.64Scgd# XXX devices to 'pci'.
1451.64Scgd#
1461.64Scgd
1471.182Slukeminclude	"dev/pci/files.pci"
1481.195Sthorpejinclude "dev/pci/files.agp"
1491.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1501.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1511.142Sthorpejfile	arch/i386/pci/pci_intr_fixup.c	pcibios & pcibios_intr_fixup
1521.142Sthorpejfile	arch/i386/pci/piix.c		pcibios & pcibios_intr_fixup
1531.142Sthorpejfile	arch/i386/pci/opti82c558.c	pcibios & pcibios_intr_fixup
1541.142Sthorpejfile	arch/i386/pci/opti82c700.c	pcibios & pcibios_intr_fixup
1551.142Sthorpejfile	arch/i386/pci/sis85c503.c	pcibios & pcibios_intr_fixup
1561.142Sthorpejfile	arch/i386/pci/via82c586.c	pcibios & pcibios_intr_fixup
1571.186Suchfile	arch/i386/pci/amd756.c		pcibios & pcibios_intr_fixup
1581.190Shayafile	arch/i386/pci/ali1543.c		pcibios & pcibios_intr_fixup
1591.143Sthorpejfile	arch/i386/pci/pci_bus_fixup.c	pcibios & pcibios_bus_fixup
1601.158Suchfile	arch/i386/pci/pci_addr_fixup.c	pcibios & pcibios_addr_fixup
1611.201Slukemdefparam		PCI_CONF_MODE
1621.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1631.245Sdyoung
1641.245Sdyoung# Atheros 5210/5211/5212 Hardware Abstraction Layer (HAL)
1651.245Sdyounginclude	"dev/pci/files.ath"
1661.254Sjmcobject	/athhal-elf.o	ath
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.251Sminourafile	arch/i386/pci/pcib.c		pcib | ichlpcib
1891.251Sminoura
1901.251Sminoura# PCI-LPC bridges
1911.251Sminouradevice	ichlpcib: isabus, sysmon_wdog
1921.251Sminouraattach	ichlpcib at pci
1931.251Sminourafile	arch/i386/pci/ichlpcib.c	ichlpcib
1941.184Sjdolecek
1951.184Sjdolecek# PCI-MCA bridges
1961.184Sjdolecekdevice	pcmb: mcabus
1971.184Sjdolecekattach	pcmb at pci
1981.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
1991.64Scgd
2001.215Sfvdldevice	p64h2apic
2011.215Sfvdlattach	p64h2apic at pci
2021.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2031.215Sfvdl
2041.215Sfvdl
2051.215Sfvdl
2061.153Smartin# Game adapter (joystick)
2071.204Sjdolecekfile	arch/i386/isa/joy_timer.c	joy
2081.153Smartin
2091.64Scgd#
2101.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2111.55Smycroft#
2121.56Scgd
2131.182Slukeminclude	"dev/isa/files.isa"
2141.115Scgd
2151.56Scgd# PC clock
2161.56Scgdfile	arch/i386/isa/clock.c		isa
2171.56Scgd
2181.56Scgd# Numeric Processing Extension; Math Co-processor
2191.108Sthorpejdevice	npx
2201.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2211.163Sthorpej
2221.163Sthorpejattach	npx at isa with npx_isa
2231.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2241.56Scgd
2251.56Scgd# PC console support a la "pccons"
2261.238Sdrochnerdevice	pc: tty
2271.67Sthorpejattach	pc at isa
2281.250Sbjh21device	pcconskbd: pckbport_machdep_cnattach
2291.250Sbjh21attach	pcconskbd at pckbport
2301.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2311.56Scgd
2321.239Swiz# PC Mice: Logitech-style and Microsoft-style
2331.128Sdrochnerdevice	lms: wsmousedev
2341.67Sthorpejattach	lms at isa
2351.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2361.128Sdrochnerdevice	mms: wsmousedev
2371.67Sthorpejattach	mms at isa
2381.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2391.111Sdrochner
2401.182Slukeminclude	"dev/wscons/files.wscons"
2411.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2421.111Sdrochner
2431.250Sbjh21include	"dev/pckbport/files.pckbport"
2441.113Sdrochner
2451.182Slukemdevice	sysbeep
2461.182Slukemattach	sysbeep at pcppi
2471.111Sdrochner
2481.56Scgd# Floppy disk controller
2491.157Sthorpejdevice	fdc {drive = -1}: isadma
2501.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2511.157Sthorpej
2521.157Sthorpejattach	fdc at isa with fdc_isa
2531.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2541.157Sthorpej
2551.157Sthorpejdevice	fd: disk
2561.67Sthorpejattach	fd at fdc
2571.76Ssoda
2581.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2591.76Ssoda# device declaration in sys/conf/files
2601.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2611.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2621.56Scgd
2631.55Smycroft#
2641.55Smycroft# EISA-only drivers
2651.55Smycroft#
2661.56Scgd
2671.182Slukeminclude	"dev/eisa/files.eisa"
2681.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2691.154Sjdolecek
2701.154Sjdolecek#
2711.154Sjdolecek# MCA-only drivers
2721.154Sjdolecek#
2731.154Sjdolecek
2741.182Slukemdevice	mca {[slot = -1]} : bioscall
2751.182Slukeminclude	"dev/mca/files.mca"
2761.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2771.187Sjdolecek
2781.80Schristos# ISA Plug 'n Play devices
2791.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
2801.130Sdrochner
2811.130Sdrochner#
2821.130Sdrochner# VME support
2831.130Sdrochner#
2841.182Slukeminclude	"dev/vme/files.vme"
2851.240Sgmcgarry
2861.240Sgmcgarry#
2871.240Sgmcgarry# GPIB support
2881.240Sgmcgarry#
2891.240Sgmcgarryinclude "dev/gpib/files.gpib"
2901.77Sjtk
2911.77Sjtk#
2921.77Sjtk# Other mainbus-attached devices
2931.77Sjtk#
2941.77Sjtk
2951.77Sjtk# Advanced Power Management support (APM)
2961.182Slukemdevice	apm: bioscall
2971.182Slukemattach	apm at mainbus
2981.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
2991.223Sfvdlfile	arch/i386/i386/apmcall.S	apm
3001.215Sfvdl
3011.215Sfvdl# CPUS
3021.215Sfvdl
3031.215Sfvdldefine cpu { [apid = -1] }
3041.215Sfvdldevice cpu
3051.215Sfvdlattach cpu at mainbus
3061.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3071.56Scgd
3081.55Smycroft#
3091.55Smycroft# Compatibility modules
3101.55Smycroft#
3111.61Smycroft
3121.61Smycroft# VM86 mode
3131.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3141.120Smycroft
3151.210Sdrochner# VM86 in kernel
3161.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3171.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3181.210Sdrochner
3191.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3201.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3211.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3221.56Scgd
3231.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3241.182Slukeminclude	"compat/svr4/files.svr4"
3251.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3261.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3271.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3281.189Schristos
3291.189Schristos# MACH binary compatibility (COMPAT_MACH)
3301.189Schristosinclude	"compat/mach/files.mach"
3311.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3321.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3331.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3341.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3351.221Schristos
3361.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3371.221Schristosinclude	"compat/darwin/files.darwin"
3381.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3391.56Scgd
3401.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3411.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3421.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3431.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3441.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3451.56Scgd
3461.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3471.182Slukeminclude	"compat/linux/files.linux"
3481.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3491.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3501.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3511.188Schristosfile	arch/i386/i386/linux_trap.c		compat_linux
3521.58Smycroft
3531.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3541.182Slukeminclude	"compat/freebsd/files.freebsd"
3551.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3561.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3571.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3581.131Schristos
3591.131Schristos# a.out binary compatibility (COMPAT_AOUT)
3601.182Slukeminclude	"compat/aout/files.aout"
3611.160Smycroft
3621.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3631.182Slukeminclude	"compat/pecoff/files.pecoff"
3641.82Saugustss
3651.82Saugustss# OSS audio driver compatibility
3661.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3671.139Shaya
3681.139Shaya#
3691.139Shaya# CARDBUS
3701.139Shaya#
3711.182Slukeminclude	"dev/cardbus/files.cardbus"
3721.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3731.90Sthorpej
3741.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3751.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3761.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3771.90Sthorpej# non-optimal, but I don't have a better answer right now.
3781.90Sthorpej
3791.165Sitohy# PCIC pcmcia controller
3801.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3811.90Sthorpej# like a kludge, but it might be for the best.
3821.93Sthorpej
3831.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
3841.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
3851.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
3861.93Sthorpej
3871.126Spkdevice	pcic: pcmciabus
3881.92Sthorpejfile	dev/ic/i82365.c			pcic
3891.90Sthorpej
3901.114Ssommerfe# PCIC pcmcia controller on ISA bus.
3911.90Sthorpejattach	pcic at isa with pcic_isa
3921.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
3931.90Sthorpej
3941.114Ssommerfe# PCIC pcmcia controller on PCI bus.
3951.90Sthorpejattach	pcic at pci with pcic_pci
3961.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
3971.90Sthorpej
3981.114Ssommerfe# PCIC pcmcia controller on PnP board
3991.182Slukemattach	pcic at isapnp with pcic_isapnp
4001.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4011.114Ssommerfe
4021.114Ssommerfe# Code common to ISA and ISAPnP attachments
4031.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4041.132Sbad
4051.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4061.132Sbad# to be late, so devices which attach to it are attached late.  But it
4071.132Sbad# needs to be before its isa and pci attachments.  This answer is
4081.132Sbad# non-optimal, but I don't have a better answer right now.
4091.132Sbad
4101.165Sitohy# TCIC pcmcia controller
4111.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4121.132Sbad# like a kludge, but it might be for the best.
4131.132Sbad
4141.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4151.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4161.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4171.132Sbad
4181.132Sbaddevice	tcic: pcmciabus
4191.132Sbadfile	dev/ic/tcic2.c			tcic
4201.132Sbad
4211.165Sitohy# TCIC pcmcia controller
4221.132Sbadattach	tcic at isa with tcic_isa
4231.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4241.90Sthorpej
4251.90Sthorpej# this wants to be probed as late as possible.
4261.90Sthorpej#
4271.90Sthorpej# Machine-independent PCMCIA drivers
4281.90Sthorpej#
4291.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4301.90Sthorpej
4311.90Sthorpej
4321.182Slukeminclude	"dev/usb/files.usb"
4331.170Sonoe
4341.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4351.141Sdrochner
4361.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4371.198Sthorpej
4381.198Sthorpejinclude "dev/acpi/files.acpi"
4391.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4401.207Schristos
4411.207Schristos# Toshiba VALD 
4421.207Schristosdevice	vald
4431.207Schristosattach	vald at acpi with vald_acpi
4441.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4451.207Schristos
4461.207Schristos# Sony SPIC (jog dial etc.)
4471.207Schristosattach	spic at acpi with spic_acpi
4481.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4491.225Sjmcneill
4501.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4511.225Sjmcneillattach	npx at acpi with npx_acpi
4521.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4531.210Sdrochner
4541.211Sdrochnerdevice	vesabios {}
4551.210Sdrochnerattach vesabios at mainbus
4561.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4571.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4581.211Sdrochner
4591.211Sdrochnerinclude	"dev/rasops/files.rasops"
4601.211Sdrochner
4611.211Sdrochnerdevice vesarasterviii: rasops8
4621.211Sdrochnerattach vesarasterviii at vesabios
4631.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
4641.211Sdrochner
4651.211Sdrochnerdevice vesatext
4661.211Sdrochnerattach vesatext at vesabios
4671.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
4681.214Sgehenna
4691.214Sgehennainclude "arch/i386/conf/majors.i386"
470