files.i386 revision 1.225
11.225Sjmcneill#	$NetBSD: files.i386,v 1.225 2002/12/28 17:51:16 jmcneill 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.215Sfvdldefflag	opt_mpbios.h MPVERBOSE MPDEBUG
501.215Sfvdl
511.142Sthorpej# PCI BIOS options
521.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
531.201Slukem			PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP
541.201Slukem			PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE
551.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
561.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
571.166Sthorpej
581.166Sthorpej# Large page size
591.201Slukemdefflag			LARGEPAGES
601.217Sfvdl
611.217Sfvdl# No unmapped page below kernel stack
621.217Sfvdldefflag			NOREDZONE
631.142Sthorpej
641.209Syamt# kernel stack debug
651.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
661.209Syamt
671.56Scgdfile	arch/i386/i386/autoconf.c
681.146Sdrochnerfile	arch/i386/i386/bus_machdep.c
691.145Sdrochnerfile	arch/i386/i386/consinit.c
701.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
711.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
721.56Scgdfile	arch/i386/i386/db_interface.c	ddb
731.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
741.56Scgdfile	arch/i386/i386/db_trace.c	ddb
751.56Scgdfile	arch/i386/i386/disksubr.c	disk
761.60Smycroftfile	arch/i386/i386/gdt.c
771.223Sfvdlfile	arch/i386/i386/i8259.c
781.223Sfvdlfile	arch/i386/i386/in_cksum.S	inet | inet6
791.223Sfvdlfile	arch/i386/i386/intr.c
801.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
811.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
821.56Scgdfile	arch/i386/i386/machdep.c
831.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
841.56Scgdfile	arch/i386/i386/mem.c
851.223Sfvdlfile	arch/i386/i386/microtime.S
861.215Sfvdlfile	arch/i386/i386/tsc_microtime.c	i586_cpu | i686_cpu
871.194Sfvdlfile	arch/i386/i386/mtrr_i686.c	mtrr
881.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
891.154Sjdolecekfile	netns/ns_cksum.c		ns
901.134Sthorpejfile	arch/i386/i386/pmap.c
911.56Scgdfile	arch/i386/i386/process_machdep.c
921.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
931.185Sthorpejfile	arch/i386/i386/softintr.c
941.56Scgdfile	arch/i386/i386/sys_machdep.c
951.178Smycroftfile	arch/i386/i386/syscall.c
961.56Scgdfile	arch/i386/i386/trap.c
971.56Scgdfile	arch/i386/i386/vm_machdep.c
981.56Scgdfile	dev/cons.c
991.167Sthorpej
1001.223Sfvdlfile	arch/i386/i386/mptramp.S  	multiprocessor
1011.218Sfvdlfile	arch/i386/i386/lock_machdep.c	lockdebug
1021.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
1031.215Sfvdl
1041.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
1051.192Stls
1061.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
1071.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
1081.219Sthorpej
1091.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
1101.219Sthorpejfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish
1111.56Scgd
1121.56Scgd#
1131.56Scgd# Machine-independent SCSI drivers
1141.56Scgd#
1151.56Scgd
1161.182Slukeminclude	"dev/scsipi/files.scsipi"
1171.69Sperry
1181.97Scgd#
1191.97Scgd# Machine-independent ATA drivers
1201.97Scgd#
1211.97Scgd
1221.182Slukeminclude	"dev/ata/files.ata"
1231.97Scgd
1241.79Spk# Memory Disk for install floppy
1251.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1261.171Sad
1271.171Sad#
1281.171Sad# Machine-independent I2O drivers
1291.171Sad#
1301.171Sad
1311.182Slukeminclude	"dev/i2o/files.i2o"
1321.56Scgd
1331.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1341.142Sthorpej# of certain devices/BIOS features
1351.182Slukemdefine	bioscall
1361.223Sfvdlfile	arch/i386/i386/bioscall.S	bioscall needs-flag
1371.142Sthorpej
1381.142Sthorpej# BIOS32 routines
1391.142Sthorpejdefine	bios32
1401.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1411.142Sthorpej
1421.56Scgd#
1431.56Scgd# System bus types
1441.56Scgd#
1451.65Scgd
1461.215Sfvdldefine	mainbus { [apid = -1] }
1471.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1481.198Sthorpejdevice	mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus
1491.67Sthorpejattach	mainbus at root
1501.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1511.56Scgd
1521.55Smycroft#
1531.64Scgd# PCI-only drivers
1541.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1551.64Scgd# XXX devices to 'pci'.
1561.64Scgd#
1571.64Scgd
1581.182Slukeminclude	"dev/pci/files.pci"
1591.195Sthorpejinclude "dev/pci/files.agp"
1601.64Scgdfile	arch/i386/pci/pci_machdep.c	pci
1611.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1621.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1631.142Sthorpejfile	arch/i386/pci/pci_intr_fixup.c	pcibios & pcibios_intr_fixup
1641.142Sthorpejfile	arch/i386/pci/piix.c		pcibios & pcibios_intr_fixup
1651.142Sthorpejfile	arch/i386/pci/opti82c558.c	pcibios & pcibios_intr_fixup
1661.142Sthorpejfile	arch/i386/pci/opti82c700.c	pcibios & pcibios_intr_fixup
1671.142Sthorpejfile	arch/i386/pci/sis85c503.c	pcibios & pcibios_intr_fixup
1681.142Sthorpejfile	arch/i386/pci/via82c586.c	pcibios & pcibios_intr_fixup
1691.186Suchfile	arch/i386/pci/amd756.c		pcibios & pcibios_intr_fixup
1701.190Shayafile	arch/i386/pci/ali1543.c		pcibios & pcibios_intr_fixup
1711.143Sthorpejfile	arch/i386/pci/pci_bus_fixup.c	pcibios & pcibios_bus_fixup
1721.158Suchfile	arch/i386/pci/pci_addr_fixup.c	pcibios & pcibios_addr_fixup
1731.201Slukemdefparam		PCI_CONF_MODE
1741.110Scgdfile	arch/i386/pci/pciide_machdep.c	pciide
1751.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1761.78Sthorpej
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.213Sthorpejdevice	elansc: sysmon_wdog
1861.213Sthorpejattach	elansc at pci
1871.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1881.107Sthorpej
1891.107Sthorpej# PCI-EISA bridges
1901.108Sthorpejdevice	pceb: eisabus, isabus
1911.107Sthorpejattach	pceb at pci
1921.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
1931.78Sthorpej
1941.78Sthorpej# PCI-ISA bridges
1951.108Sthorpejdevice	pcib: isabus
1961.78Sthorpejattach	pcib at pci
1971.78Sthorpejfile	arch/i386/pci/pcib.c		pcib
1981.184Sjdolecek
1991.184Sjdolecek# PCI-MCA bridges
2001.184Sjdolecekdevice	pcmb: mcabus
2011.184Sjdolecekattach	pcmb at pci
2021.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2031.64Scgd
2041.215Sfvdldevice	p64h2apic
2051.215Sfvdlattach	p64h2apic at pci
2061.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2071.215Sfvdl
2081.215Sfvdl
2091.215Sfvdl
2101.153Smartin# Game adapter (joystick)
2111.204Sjdolecekfile	arch/i386/isa/joy_timer.c	joy
2121.153Smartin
2131.64Scgd#
2141.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2151.55Smycroft#
2161.56Scgd
2171.182Slukeminclude	"dev/isa/files.isa"
2181.115Scgd
2191.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2201.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
2211.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can
2221.115Scgd# XXX be fixed as well.)
2231.115Scgd
2241.115Scgdattach	lpt at puc with lpt_puc
2251.115Scgdfile	dev/pci/lpt_puc.c	lpt_puc
2261.56Scgd
2271.56Scgdfile	arch/i386/isa/isa_machdep.c	isa
2281.56Scgd
2291.56Scgd# PC clock
2301.56Scgdfile	arch/i386/isa/clock.c		isa
2311.130Sdrochnerfile	dev/clock_subr.c		isa
2321.56Scgd
2331.56Scgd# Numeric Processing Extension; Math Co-processor
2341.108Sthorpejdevice	npx
2351.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2361.163Sthorpej
2371.163Sthorpejattach	npx at isa with npx_isa
2381.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2391.56Scgd
2401.66Sthorpej# attribute used to represent the "keyboard controller"
2411.66Sthorpej# XXX should be a real device
2421.182Slukemdefine	pckbcport { [irq = -1], [port = -1] }
2431.66Sthorpej
2441.56Scgd# PC console support a la "pccons"
2451.111Sdrochnerdevice	pc: tty, pckbcport
2461.67Sthorpejattach	pc at isa
2471.111Sdrochnerdevice	pcconskbd
2481.111Sdrochnerattach	pcconskbd at pckbc
2491.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2501.56Scgd
2511.56Scgd# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
2521.128Sdrochnerdevice	olms
2531.128Sdrochnerattach	olms at isa
2541.128Sdrochnerfile	arch/i386/isa/olms.c		olms needs-flag
2551.128Sdrochnerdevice	lms: wsmousedev
2561.67Sthorpejattach	lms at isa
2571.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2581.128Sdrochnerdevice	omms
2591.128Sdrochnerattach	omms at isa
2601.128Sdrochnerfile	arch/i386/isa/omms.c		omms needs-flag
2611.128Sdrochnerdevice	mms: wsmousedev
2621.67Sthorpejattach	mms at isa
2631.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2641.111Sdrochner
2651.182Slukeminclude	"dev/wscons/files.wscons"
2661.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2671.111Sdrochner
2681.182Slukeminclude	"dev/pckbc/files.pckbc"
2691.113Sdrochner
2701.182Slukemdevice	sysbeep
2711.182Slukemattach	sysbeep at pcppi
2721.111Sdrochner
2731.56Scgd# Floppy disk controller
2741.157Sthorpejdevice	fdc {drive = -1}: isadma
2751.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2761.157Sthorpej
2771.157Sthorpejattach	fdc at isa with fdc_isa
2781.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2791.157Sthorpej
2801.157Sthorpejdevice	fd: disk
2811.67Sthorpejattach	fd at fdc
2821.76Ssoda
2831.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2841.76Ssoda# device declaration in sys/conf/files
2851.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2861.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2871.56Scgd
2881.55Smycroft#
2891.55Smycroft# EISA-only drivers
2901.55Smycroft#
2911.56Scgd
2921.182Slukeminclude	"dev/eisa/files.eisa"
2931.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2941.154Sjdolecek
2951.154Sjdolecek#
2961.154Sjdolecek# MCA-only drivers
2971.154Sjdolecek#
2981.154Sjdolecek
2991.182Slukemdevice	mca {[slot = -1]} : bioscall
3001.182Slukeminclude	"dev/mca/files.mca"
3011.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
3021.187Sjdolecek
3031.80Schristos# ISA Plug 'n Play devices
3041.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
3051.130Sdrochner
3061.130Sdrochner#
3071.130Sdrochner# VME support
3081.130Sdrochner#
3091.182Slukeminclude	"dev/vme/files.vme"
3101.77Sjtk
3111.77Sjtk#
3121.77Sjtk# Other mainbus-attached devices
3131.77Sjtk#
3141.77Sjtk
3151.77Sjtk# Advanced Power Management support (APM)
3161.182Slukemdevice	apm: bioscall
3171.182Slukemattach	apm at mainbus
3181.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3191.223Sfvdlfile	arch/i386/i386/apmcall.S	apm
3201.215Sfvdl
3211.215Sfvdl# Intel SMP specification 1.4
3221.215Sfvdldefine mpbios
3231.215Sfvdlfile    arch/i386/i386/mpbios.c		mpbios needs-flag
3241.215Sfvdl
3251.215Sfvdl# CPUS
3261.215Sfvdl
3271.215Sfvdldefine cpu { [apid = -1] }
3281.215Sfvdldevice cpu
3291.215Sfvdlattach cpu at mainbus
3301.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3311.215Sfvdl
3321.215Sfvdl# Common APIC support routines
3331.215Sfvdlfile	arch/i386/i386/apic.c		ioapic | lapic 
3341.215Sfvdl
3351.215Sfvdl# Local APIC (required for multiprocessor)
3361.215Sfvdldefine lapic
3371.215Sfvdlfile	arch/i386/i386/lapic.c		lapic needs-flag
3381.215Sfvdl
3391.215Sfvdl# I/O apics
3401.215Sfvdldevice ioapic: bioscall, mpbios, lapic
3411.215Sfvdlattach ioapic at mainbus
3421.215Sfvdlfile	arch/i386/i386/ioapic.c		ioapic needs-flag
3431.56Scgd
3441.55Smycroft#
3451.55Smycroft# Compatibility modules
3461.55Smycroft#
3471.61Smycroft
3481.61Smycroft# VM86 mode
3491.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3501.120Smycroft
3511.210Sdrochner# VM86 in kernel
3521.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3531.223Sfvdlfile	arch/i386/i386/kvm86call.S		kvm86
3541.210Sdrochner
3551.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3561.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3571.56Scgd
3581.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3591.182Slukeminclude	"compat/svr4/files.svr4"
3601.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3611.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3621.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3631.189Schristos
3641.189Schristos# MACH binary compatibility (COMPAT_MACH)
3651.189Schristosinclude	"compat/mach/files.mach"
3661.222Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach | compat_darwin
3671.223Sfvdlfile	arch/i386/i386/mach_sigcode.S		compat_mach | compat_darwin
3681.222Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach | compat_darwin
3691.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3701.221Schristos
3711.221Schristos# DARWIN binary compatibility (COMPAT_DARWIN)
3721.221Schristosinclude	"compat/darwin/files.darwin"
3731.224Smanufile	arch/i386/i386/darwin_machdep.c		compat_darwin
3741.56Scgd
3751.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3761.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3771.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3781.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3791.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3801.56Scgd
3811.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3821.182Slukeminclude	"compat/linux/files.linux"
3831.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3841.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3851.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3861.188Schristosfile	arch/i386/i386/linux_trap.c		compat_linux
3871.58Smycroft
3881.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3891.182Slukeminclude	"compat/freebsd/files.freebsd"
3901.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3911.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3921.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3931.131Schristos
3941.131Schristos# a.out binary compatibility (COMPAT_AOUT)
3951.182Slukeminclude	"compat/aout/files.aout"
3961.160Smycroft
3971.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3981.182Slukeminclude	"compat/pecoff/files.pecoff"
3991.82Saugustss
4001.82Saugustss# OSS audio driver compatibility
4011.182Slukeminclude	"compat/ossaudio/files.ossaudio"
4021.139Shaya
4031.139Shaya#
4041.139Shaya# CARDBUS
4051.139Shaya#
4061.182Slukeminclude	"dev/cardbus/files.cardbus"
4071.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
4081.90Sthorpej
4091.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
4101.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
4111.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
4121.90Sthorpej# non-optimal, but I don't have a better answer right now.
4131.90Sthorpej
4141.165Sitohy# PCIC pcmcia controller
4151.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
4161.90Sthorpej# like a kludge, but it might be for the best.
4171.93Sthorpej
4181.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
4191.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
4201.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
4211.93Sthorpej
4221.126Spkdevice	pcic: pcmciabus
4231.92Sthorpejfile	dev/ic/i82365.c			pcic
4241.90Sthorpej
4251.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4261.90Sthorpejattach	pcic at isa with pcic_isa
4271.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4281.90Sthorpej
4291.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4301.90Sthorpejattach	pcic at pci with pcic_pci
4311.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4321.90Sthorpej
4331.114Ssommerfe# PCIC pcmcia controller on PnP board
4341.182Slukemattach	pcic at isapnp with pcic_isapnp
4351.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4361.114Ssommerfe
4371.114Ssommerfe# Code common to ISA and ISAPnP attachments
4381.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4391.132Sbad
4401.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4411.132Sbad# to be late, so devices which attach to it are attached late.  But it
4421.132Sbad# needs to be before its isa and pci attachments.  This answer is
4431.132Sbad# non-optimal, but I don't have a better answer right now.
4441.132Sbad
4451.165Sitohy# TCIC pcmcia controller
4461.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4471.132Sbad# like a kludge, but it might be for the best.
4481.132Sbad
4491.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4501.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4511.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4521.132Sbad
4531.132Sbaddevice	tcic: pcmciabus
4541.132Sbadfile	dev/ic/tcic2.c			tcic
4551.132Sbad
4561.165Sitohy# TCIC pcmcia controller
4571.132Sbadattach	tcic at isa with tcic_isa
4581.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4591.90Sthorpej
4601.90Sthorpej# this wants to be probed as late as possible.
4611.90Sthorpej#
4621.90Sthorpej# Machine-independent PCMCIA drivers
4631.90Sthorpej#
4641.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4651.90Sthorpej
4661.90Sthorpej
4671.182Slukeminclude	"dev/usb/files.usb"
4681.170Sonoe
4691.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4701.141Sdrochner
4711.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4721.198Sthorpej
4731.198Sthorpejinclude "dev/acpi/files.acpi"
4741.198Sthorpejfile	arch/i386/i386/acpi_machdep.c	acpi
4751.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4761.207Schristos
4771.207Schristos# Toshiba VALD 
4781.207Schristosdevice	vald
4791.207Schristosattach	vald at acpi with vald_acpi
4801.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4811.207Schristos
4821.207Schristos# Sony SPIC (jog dial etc.)
4831.207Schristosattach	spic at acpi with spic_acpi
4841.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4851.225Sjmcneill
4861.225Sjmcneill# Numeric Processing Extension; Math Co-processor
4871.225Sjmcneillattach	npx at acpi with npx_acpi
4881.225Sjmcneillfile	arch/i386/acpi/npx_acpi.c		npx_acpi
4891.210Sdrochner
4901.211Sdrochnerdevice	vesabios {}
4911.210Sdrochnerattach vesabios at mainbus
4921.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4931.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4941.211Sdrochner
4951.211Sdrochnerinclude	"dev/rasops/files.rasops"
4961.211Sdrochner
4971.211Sdrochnerdevice vesarasterviii: rasops8
4981.211Sdrochnerattach vesarasterviii at vesabios
4991.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
5001.211Sdrochner
5011.211Sdrochnerdevice vesatext
5021.211Sdrochnerattach vesatext at vesabios
5031.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
5041.214Sgehenna
5051.214Sgehennainclude "arch/i386/conf/majors.i386"
506