files.i386 revision 1.226
11.226Sfvdl#	$NetBSD: files.i386,v 1.226 2003/01/07 18:55:36 fvdl 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.194Sfvdl# MTRR support
381.201Slukemdefflag			MTRR
391.194Sfvdl
401.105Sthorpej# X server support in console drivers
411.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
421.181Schs
431.181Schs# The REAL{BASE,EXT}MEM options
441.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
451.140Sdrochner
461.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
471.201Slukemdefflag			COMPAT_OLDBOOT
481.98Sthorpej
491.226Sfvdldefflag	opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG
501.226Sfvdl
511.226Sfvdldefflag opt_mpacpi.h MPACPI
521.215Sfvdl
531.142Sthorpej# PCI BIOS options
541.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
551.201Slukem			PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP
561.201Slukem			PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE
571.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
581.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
591.166Sthorpej
601.166Sthorpej# Large page size
611.201Slukemdefflag			LARGEPAGES
621.217Sfvdl
631.217Sfvdl# No unmapped page below kernel stack
641.217Sfvdldefflag			NOREDZONE
651.142Sthorpej
661.209Syamt# kernel stack debug
671.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
681.209Syamt
691.56Scgdfile	arch/i386/i386/autoconf.c
701.146Sdrochnerfile	arch/i386/i386/bus_machdep.c
711.145Sdrochnerfile	arch/i386/i386/consinit.c
721.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
731.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
741.56Scgdfile	arch/i386/i386/db_interface.c	ddb
751.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
761.56Scgdfile	arch/i386/i386/db_trace.c	ddb
771.56Scgdfile	arch/i386/i386/disksubr.c	disk
781.60Smycroftfile	arch/i386/i386/gdt.c
791.223Sfvdlfile	arch/i386/i386/i8259.c
801.223Sfvdlfile	arch/i386/i386/in_cksum.S	inet | inet6
811.223Sfvdlfile	arch/i386/i386/intr.c
821.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
831.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
841.56Scgdfile	arch/i386/i386/machdep.c
851.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
861.56Scgdfile	arch/i386/i386/mem.c
871.223Sfvdlfile	arch/i386/i386/microtime.S
881.215Sfvdlfile	arch/i386/i386/tsc_microtime.c	i586_cpu | i686_cpu
891.194Sfvdlfile	arch/i386/i386/mtrr_i686.c	mtrr
901.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
911.154Sjdolecekfile	netns/ns_cksum.c		ns
921.134Sthorpejfile	arch/i386/i386/pmap.c
931.56Scgdfile	arch/i386/i386/process_machdep.c
941.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
951.185Sthorpejfile	arch/i386/i386/softintr.c
961.56Scgdfile	arch/i386/i386/sys_machdep.c
971.178Smycroftfile	arch/i386/i386/syscall.c
981.56Scgdfile	arch/i386/i386/trap.c
991.56Scgdfile	arch/i386/i386/vm_machdep.c
1001.56Scgdfile	dev/cons.c
1011.167Sthorpej
1021.223Sfvdlfile	arch/i386/i386/mptramp.S  	multiprocessor
1031.218Sfvdlfile	arch/i386/i386/lock_machdep.c	lockdebug
1041.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
1051.215Sfvdl
1061.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
1071.192Stls
1081.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
1091.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
1101.219Sthorpej
1111.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
1121.219Sthorpejfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish
1131.56Scgd
1141.56Scgd#
1151.56Scgd# Machine-independent SCSI drivers
1161.56Scgd#
1171.56Scgd
1181.182Slukeminclude	"dev/scsipi/files.scsipi"
1191.69Sperry
1201.97Scgd#
1211.97Scgd# Machine-independent ATA drivers
1221.97Scgd#
1231.97Scgd
1241.182Slukeminclude	"dev/ata/files.ata"
1251.97Scgd
1261.79Spk# Memory Disk for install floppy
1271.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1281.171Sad
1291.171Sad#
1301.171Sad# Machine-independent I2O drivers
1311.171Sad#
1321.171Sad
1331.182Slukeminclude	"dev/i2o/files.i2o"
1341.56Scgd
1351.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1361.142Sthorpej# of certain devices/BIOS features
1371.182Slukemdefine	bioscall
1381.223Sfvdlfile	arch/i386/i386/bioscall.S	bioscall needs-flag
1391.142Sthorpej
1401.142Sthorpej# BIOS32 routines
1411.142Sthorpejdefine	bios32
1421.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1431.142Sthorpej
1441.56Scgd#
1451.56Scgd# System bus types
1461.56Scgd#
1471.65Scgd
1481.215Sfvdldefine	mainbus { [apid = -1] }
1491.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1501.198Sthorpejdevice	mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus
1511.67Sthorpejattach	mainbus at root
1521.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1531.56Scgd
1541.55Smycroft#
1551.64Scgd# PCI-only drivers
1561.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1571.64Scgd# XXX devices to 'pci'.
1581.64Scgd#
1591.64Scgd
1601.182Slukeminclude	"dev/pci/files.pci"
1611.195Sthorpejinclude "dev/pci/files.agp"
1621.64Scgdfile	arch/i386/pci/pci_machdep.c	pci
1631.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1641.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1651.142Sthorpejfile	arch/i386/pci/pci_intr_fixup.c	pcibios & pcibios_intr_fixup
1661.142Sthorpejfile	arch/i386/pci/piix.c		pcibios & pcibios_intr_fixup
1671.142Sthorpejfile	arch/i386/pci/opti82c558.c	pcibios & pcibios_intr_fixup
1681.142Sthorpejfile	arch/i386/pci/opti82c700.c	pcibios & pcibios_intr_fixup
1691.142Sthorpejfile	arch/i386/pci/sis85c503.c	pcibios & pcibios_intr_fixup
1701.142Sthorpejfile	arch/i386/pci/via82c586.c	pcibios & pcibios_intr_fixup
1711.186Suchfile	arch/i386/pci/amd756.c		pcibios & pcibios_intr_fixup
1721.190Shayafile	arch/i386/pci/ali1543.c		pcibios & pcibios_intr_fixup
1731.143Sthorpejfile	arch/i386/pci/pci_bus_fixup.c	pcibios & pcibios_bus_fixup
1741.158Suchfile	arch/i386/pci/pci_addr_fixup.c	pcibios & pcibios_addr_fixup
1751.201Slukemdefparam		PCI_CONF_MODE
1761.110Scgdfile	arch/i386/pci/pciide_machdep.c	pciide
1771.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1781.78Sthorpej
1791.78Sthorpej# PCI-Host bridge chipsets
1801.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1811.196Sthorpej	      agp_via
1821.78Sthorpejattach	pchb at pci
1831.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1841.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
1851.213Sthorpej
1861.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1871.213Sthorpejdevice	elansc: sysmon_wdog
1881.213Sthorpejattach	elansc at pci
1891.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1901.107Sthorpej
1911.107Sthorpej# PCI-EISA bridges
1921.108Sthorpejdevice	pceb: eisabus, isabus
1931.107Sthorpejattach	pceb at pci
1941.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
1951.78Sthorpej
1961.78Sthorpej# PCI-ISA bridges
1971.108Sthorpejdevice	pcib: isabus
1981.78Sthorpejattach	pcib at pci
1991.78Sthorpejfile	arch/i386/pci/pcib.c		pcib
2001.184Sjdolecek
2011.184Sjdolecek# PCI-MCA bridges
2021.184Sjdolecekdevice	pcmb: mcabus
2031.184Sjdolecekattach	pcmb at pci
2041.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2051.64Scgd
2061.215Sfvdldevice	p64h2apic
2071.215Sfvdlattach	p64h2apic at pci
2081.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2091.215Sfvdl
2101.215Sfvdl
2111.215Sfvdl
2121.153Smartin# Game adapter (joystick)
2131.204Sjdolecekfile	arch/i386/isa/joy_timer.c	joy
2141.153Smartin
2151.64Scgd#
2161.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2171.55Smycroft#
2181.56Scgd
2191.182Slukeminclude	"dev/isa/files.isa"
2201.115Scgd
2211.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2221.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
2231.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can
2241.115Scgd# XXX be fixed as well.)
2251.115Scgd
2261.115Scgdattach	lpt at puc with lpt_puc
2271.115Scgdfile	dev/pci/lpt_puc.c	lpt_puc
2281.56Scgd
2291.56Scgdfile	arch/i386/isa/isa_machdep.c	isa
2301.56Scgd
2311.56Scgd# PC clock
2321.56Scgdfile	arch/i386/isa/clock.c		isa
2331.130Sdrochnerfile	dev/clock_subr.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.66Sthorpej# attribute used to represent the "keyboard controller"
2431.66Sthorpej# XXX should be a real device
2441.182Slukemdefine	pckbcport { [irq = -1], [port = -1] }
2451.66Sthorpej
2461.56Scgd# PC console support a la "pccons"
2471.111Sdrochnerdevice	pc: tty, pckbcport
2481.67Sthorpejattach	pc at isa
2491.111Sdrochnerdevice	pcconskbd
2501.111Sdrochnerattach	pcconskbd at pckbc
2511.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2521.56Scgd
2531.56Scgd# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
2541.128Sdrochnerdevice	olms
2551.128Sdrochnerattach	olms at isa
2561.128Sdrochnerfile	arch/i386/isa/olms.c		olms needs-flag
2571.128Sdrochnerdevice	lms: wsmousedev
2581.67Sthorpejattach	lms at isa
2591.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2601.128Sdrochnerdevice	omms
2611.128Sdrochnerattach	omms at isa
2621.128Sdrochnerfile	arch/i386/isa/omms.c		omms needs-flag
2631.128Sdrochnerdevice	mms: wsmousedev
2641.67Sthorpejattach	mms at isa
2651.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2661.111Sdrochner
2671.182Slukeminclude	"dev/wscons/files.wscons"
2681.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2691.111Sdrochner
2701.182Slukeminclude	"dev/pckbc/files.pckbc"
2711.113Sdrochner
2721.182Slukemdevice	sysbeep
2731.182Slukemattach	sysbeep at pcppi
2741.111Sdrochner
2751.56Scgd# Floppy disk controller
2761.157Sthorpejdevice	fdc {drive = -1}: isadma
2771.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2781.157Sthorpej
2791.157Sthorpejattach	fdc at isa with fdc_isa
2801.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2811.157Sthorpej
2821.157Sthorpejdevice	fd: disk
2831.67Sthorpejattach	fd at fdc
2841.76Ssoda
2851.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2861.76Ssoda# device declaration in sys/conf/files
2871.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2881.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2891.56Scgd
2901.55Smycroft#
2911.55Smycroft# EISA-only drivers
2921.55Smycroft#
2931.56Scgd
2941.182Slukeminclude	"dev/eisa/files.eisa"
2951.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2961.154Sjdolecek
2971.154Sjdolecek#
2981.154Sjdolecek# MCA-only drivers
2991.154Sjdolecek#
3001.154Sjdolecek
3011.182Slukemdevice	mca {[slot = -1]} : bioscall
3021.182Slukeminclude	"dev/mca/files.mca"
3031.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
3041.187Sjdolecek
3051.80Schristos# ISA Plug 'n Play devices
3061.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
3071.130Sdrochner
3081.130Sdrochner#
3091.130Sdrochner# VME support
3101.130Sdrochner#
3111.182Slukeminclude	"dev/vme/files.vme"
3121.77Sjtk
3131.77Sjtk#
3141.77Sjtk# Other mainbus-attached devices
3151.77Sjtk#
3161.77Sjtk
3171.77Sjtk# Advanced Power Management support (APM)
3181.182Slukemdevice	apm: bioscall
3191.182Slukemattach	apm at mainbus
3201.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3211.223Sfvdlfile	arch/i386/i386/apmcall.S	apm
3221.215Sfvdl
3231.226Sfvdl# MP configuration using Intel SMP specification 1.4
3241.226Sfvdlfile    arch/i386/i386/mpbios.c		mpbios
3251.226Sfvdl
3261.226Sfvdl# MP configuration using ACPI
3271.226Sfvdlfile	arch/i386/i386/mpacpi.c		mpacpi & acpi
3281.215Sfvdl
3291.215Sfvdl# CPUS
3301.215Sfvdl
3311.215Sfvdldefine cpu { [apid = -1] }
3321.215Sfvdldevice cpu
3331.215Sfvdlattach cpu at mainbus
3341.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3351.215Sfvdl
3361.215Sfvdl# Common APIC support routines
3371.215Sfvdlfile	arch/i386/i386/apic.c		ioapic | lapic 
3381.215Sfvdl
3391.215Sfvdl# Local APIC (required for multiprocessor)
3401.215Sfvdldefine lapic
3411.215Sfvdlfile	arch/i386/i386/lapic.c		lapic needs-flag
3421.215Sfvdl
3431.215Sfvdl# I/O apics
3441.226Sfvdldevice ioapic: bioscall, lapic
3451.215Sfvdlattach ioapic at mainbus
3461.215Sfvdlfile	arch/i386/i386/ioapic.c		ioapic needs-flag
3471.56Scgd
3481.55Smycroft#
3491.55Smycroft# Compatibility modules
3501.55Smycroft#
3511.61Smycroft
3521.61Smycroft# VM86 mode
3531.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3541.120Smycroft
3551.210Sdrochner# VM86 in kernel
3561.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3571.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3581.210Sdrochner
3591.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3601.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3611.56Scgd
3621.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3631.182Slukeminclude	"compat/svr4/files.svr4"
3641.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3651.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3661.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3671.189Schristos
3681.189Schristos# MACH binary compatibility (COMPAT_MACH)
3691.189Schristosinclude	"compat/mach/files.mach"
3701.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3711.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3721.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3731.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3741.221Schristos
3751.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3761.221Schristosinclude	"compat/darwin/files.darwin"
3771.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3781.56Scgd
3791.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3801.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3811.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3821.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3831.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3841.56Scgd
3851.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3861.182Slukeminclude	"compat/linux/files.linux"
3871.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3881.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3891.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3901.188Schristosfile	arch/i386/i386/linux_trap.c		compat_linux
3911.58Smycroft
3921.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3931.182Slukeminclude	"compat/freebsd/files.freebsd"
3941.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3951.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3961.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3971.131Schristos
3981.131Schristos# a.out binary compatibility (COMPAT_AOUT)
3991.182Slukeminclude	"compat/aout/files.aout"
4001.160Smycroft
4011.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
4021.182Slukeminclude	"compat/pecoff/files.pecoff"
4031.82Saugustss
4041.82Saugustss# OSS audio driver compatibility
4051.182Slukeminclude	"compat/ossaudio/files.ossaudio"
4061.139Shaya
4071.139Shaya#
4081.139Shaya# CARDBUS
4091.139Shaya#
4101.182Slukeminclude	"dev/cardbus/files.cardbus"
4111.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
4121.90Sthorpej
4131.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
4141.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
4151.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
4161.90Sthorpej# non-optimal, but I don't have a better answer right now.
4171.90Sthorpej
4181.165Sitohy# PCIC pcmcia controller
4191.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
4201.90Sthorpej# like a kludge, but it might be for the best.
4211.93Sthorpej
4221.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
4231.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
4241.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
4251.93Sthorpej
4261.126Spkdevice	pcic: pcmciabus
4271.92Sthorpejfile	dev/ic/i82365.c			pcic
4281.90Sthorpej
4291.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4301.90Sthorpejattach	pcic at isa with pcic_isa
4311.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4321.90Sthorpej
4331.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4341.90Sthorpejattach	pcic at pci with pcic_pci
4351.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4361.90Sthorpej
4371.114Ssommerfe# PCIC pcmcia controller on PnP board
4381.182Slukemattach	pcic at isapnp with pcic_isapnp
4391.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4401.114Ssommerfe
4411.114Ssommerfe# Code common to ISA and ISAPnP attachments
4421.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4431.132Sbad
4441.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4451.132Sbad# to be late, so devices which attach to it are attached late.  But it
4461.132Sbad# needs to be before its isa and pci attachments.  This answer is
4471.132Sbad# non-optimal, but I don't have a better answer right now.
4481.132Sbad
4491.165Sitohy# TCIC pcmcia controller
4501.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4511.132Sbad# like a kludge, but it might be for the best.
4521.132Sbad
4531.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4541.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4551.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4561.132Sbad
4571.132Sbaddevice	tcic: pcmciabus
4581.132Sbadfile	dev/ic/tcic2.c			tcic
4591.132Sbad
4601.165Sitohy# TCIC pcmcia controller
4611.132Sbadattach	tcic at isa with tcic_isa
4621.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4631.90Sthorpej
4641.90Sthorpej# this wants to be probed as late as possible.
4651.90Sthorpej#
4661.90Sthorpej# Machine-independent PCMCIA drivers
4671.90Sthorpej#
4681.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4691.90Sthorpej
4701.90Sthorpej
4711.182Slukeminclude	"dev/usb/files.usb"
4721.170Sonoe
4731.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4741.141Sdrochner
4751.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4761.198Sthorpej
4771.198Sthorpejinclude "dev/acpi/files.acpi"
4781.198Sthorpejfile	arch/i386/i386/acpi_machdep.c	acpi
4791.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4801.207Schristos
4811.207Schristos# Toshiba VALD 
4821.207Schristosdevice	vald
4831.207Schristosattach	vald at acpi with vald_acpi
4841.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4851.207Schristos
4861.207Schristos# Sony SPIC (jog dial etc.)
4871.207Schristosattach	spic at acpi with spic_acpi
4881.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4891.225Sjmcneill
4901.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4911.225Sjmcneillattach	npx at acpi with npx_acpi
4921.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4931.210Sdrochner
4941.211Sdrochnerdevice	vesabios {}
4951.210Sdrochnerattach vesabios at mainbus
4961.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4971.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4981.211Sdrochner
4991.211Sdrochnerinclude	"dev/rasops/files.rasops"
5001.211Sdrochner
5011.211Sdrochnerdevice vesarasterviii: rasops8
5021.211Sdrochnerattach vesarasterviii at vesabios
5031.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
5041.211Sdrochner
5051.211Sdrochnerdevice vesatext
5061.211Sdrochnerattach vesatext at vesabios
5071.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
5081.214Sgehenna
5091.214Sgehennainclude "arch/i386/conf/majors.i386"
510