files.i386 revision 1.216
11.216Selric#	$NetBSD: files.i386,v 1.216 2002/10/04 18:28:29 elric 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.142Sthorpej
611.209Syamt# kernel stack debug
621.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
631.209Syamt
641.56Scgdfile	arch/i386/i386/autoconf.c
651.146Sdrochnerfile	arch/i386/i386/bus_machdep.c
661.56Scgdfile	arch/i386/i386/conf.c
671.145Sdrochnerfile	arch/i386/i386/consinit.c
681.209Syamtfile	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.56Scgdfile	arch/i386/i386/disksubr.c	disk
741.60Smycroftfile	arch/i386/i386/gdt.c
751.200Sitojunfile	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.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
801.56Scgdfile	arch/i386/i386/mem.c
811.56Scgdfile	arch/i386/i386/microtime.s
821.215Sfvdlfile	arch/i386/i386/tsc_microtime.c	i586_cpu | i686_cpu
831.194Sfvdlfile	arch/i386/i386/mtrr_i686.c	mtrr
841.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
851.154Sjdolecekfile	netns/ns_cksum.c		ns
861.134Sthorpejfile	arch/i386/i386/pmap.c
871.56Scgdfile	arch/i386/i386/process_machdep.c
881.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
891.185Sthorpejfile	arch/i386/i386/softintr.c
901.56Scgdfile	arch/i386/i386/sys_machdep.c
911.178Smycroftfile	arch/i386/i386/syscall.c
921.56Scgdfile	arch/i386/i386/trap.c
931.56Scgdfile	arch/i386/i386/vm_machdep.c
941.56Scgdfile	dev/cons.c
951.167Sthorpej
961.215Sfvdlfile	arch/i386/i386/mptramp.s  	multiprocessor
971.215Sfvdlfile	arch/i386/i386/lock_machdep.c	multiprocessor
981.215Sfvdlfile    arch/i386/i386/ipifuncs.c       multiprocessor
991.215Sfvdl
1001.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
1011.192Stls
1021.216Selricfile	crypto/des/arch/i386/des_enc.S		(ipsec & ipsec_esp) | cgd
1031.216Selricfile	crypto/des/arch/i386/des_cbc.S		cgd
1041.216Selricfile	crypto/blowfish/arch/i386/bf_enc.S	(ipsec & ipsec_esp) | cgd
1051.216Selricfile	crypto/blowfish/arch/i386/bf_cbc.S	cgd
1061.56Scgd
1071.56Scgd#
1081.56Scgd# Machine-independent SCSI drivers
1091.56Scgd#
1101.56Scgd
1111.182Slukeminclude	"dev/scsipi/files.scsipi"
1121.69Sperry
1131.97Scgd#
1141.97Scgd# Machine-independent ATA drivers
1151.97Scgd#
1161.97Scgd
1171.182Slukeminclude	"dev/ata/files.ata"
1181.97Scgd
1191.79Spk# Memory Disk for install floppy
1201.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1211.171Sad
1221.171Sad#
1231.171Sad# Machine-independent I2O drivers
1241.171Sad#
1251.171Sad
1261.182Slukeminclude	"dev/i2o/files.i2o"
1271.56Scgd
1281.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1291.142Sthorpej# of certain devices/BIOS features
1301.182Slukemdefine	bioscall
1311.142Sthorpejfile	arch/i386/i386/bioscall.s	bioscall needs-flag
1321.142Sthorpej
1331.142Sthorpej# BIOS32 routines
1341.142Sthorpejdefine	bios32
1351.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1361.142Sthorpej
1371.56Scgd#
1381.56Scgd# System bus types
1391.56Scgd#
1401.65Scgd
1411.215Sfvdldefine	mainbus { [apid = -1] }
1421.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1431.198Sthorpejdevice	mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus
1441.67Sthorpejattach	mainbus at root
1451.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1461.56Scgd
1471.55Smycroft#
1481.64Scgd# PCI-only drivers
1491.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1501.64Scgd# XXX devices to 'pci'.
1511.64Scgd#
1521.64Scgd
1531.182Slukeminclude	"dev/pci/files.pci"
1541.195Sthorpejinclude "dev/pci/files.agp"
1551.64Scgdfile	arch/i386/pci/pci_machdep.c	pci
1561.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1571.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1581.142Sthorpejfile	arch/i386/pci/pci_intr_fixup.c	pcibios & pcibios_intr_fixup
1591.142Sthorpejfile	arch/i386/pci/piix.c		pcibios & pcibios_intr_fixup
1601.142Sthorpejfile	arch/i386/pci/opti82c558.c	pcibios & pcibios_intr_fixup
1611.142Sthorpejfile	arch/i386/pci/opti82c700.c	pcibios & pcibios_intr_fixup
1621.142Sthorpejfile	arch/i386/pci/sis85c503.c	pcibios & pcibios_intr_fixup
1631.142Sthorpejfile	arch/i386/pci/via82c586.c	pcibios & pcibios_intr_fixup
1641.186Suchfile	arch/i386/pci/amd756.c		pcibios & pcibios_intr_fixup
1651.190Shayafile	arch/i386/pci/ali1543.c		pcibios & pcibios_intr_fixup
1661.143Sthorpejfile	arch/i386/pci/pci_bus_fixup.c	pcibios & pcibios_bus_fixup
1671.158Suchfile	arch/i386/pci/pci_addr_fixup.c	pcibios & pcibios_addr_fixup
1681.201Slukemdefparam		PCI_CONF_MODE
1691.110Scgdfile	arch/i386/pci/pciide_machdep.c	pciide
1701.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1711.78Sthorpej
1721.78Sthorpej# PCI-Host bridge chipsets
1731.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1741.196Sthorpej	      agp_via
1751.78Sthorpejattach	pchb at pci
1761.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1771.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
1781.213Sthorpej
1791.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1801.213Sthorpejdevice	elansc: sysmon_wdog
1811.213Sthorpejattach	elansc at pci
1821.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1831.107Sthorpej
1841.107Sthorpej# PCI-EISA bridges
1851.108Sthorpejdevice	pceb: eisabus, isabus
1861.107Sthorpejattach	pceb at pci
1871.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
1881.78Sthorpej
1891.78Sthorpej# PCI-ISA bridges
1901.108Sthorpejdevice	pcib: isabus
1911.78Sthorpejattach	pcib at pci
1921.78Sthorpejfile	arch/i386/pci/pcib.c		pcib
1931.184Sjdolecek
1941.184Sjdolecek# PCI-MCA bridges
1951.184Sjdolecekdevice	pcmb: mcabus
1961.184Sjdolecekattach	pcmb at pci
1971.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
1981.64Scgd
1991.215Sfvdldevice	p64h2apic
2001.215Sfvdlattach	p64h2apic at pci
2011.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2021.215Sfvdl
2031.215Sfvdl
2041.215Sfvdl
2051.153Smartin# Game adapter (joystick)
2061.204Sjdolecekfile	arch/i386/isa/joy_timer.c	joy
2071.153Smartin
2081.64Scgd#
2091.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2101.55Smycroft#
2111.56Scgd
2121.182Slukeminclude	"dev/isa/files.isa"
2131.115Scgd
2141.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2151.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
2161.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can
2171.115Scgd# XXX be fixed as well.)
2181.115Scgd
2191.115Scgdattach	lpt at puc with lpt_puc
2201.115Scgdfile	dev/pci/lpt_puc.c	lpt_puc
2211.56Scgd
2221.56Scgdfile	arch/i386/isa/isa_machdep.c	isa
2231.56Scgd
2241.56Scgd# PC clock
2251.56Scgdfile	arch/i386/isa/clock.c		isa
2261.130Sdrochnerfile	dev/clock_subr.c		isa
2271.56Scgd
2281.56Scgd# Numeric Processing Extension; Math Co-processor
2291.108Sthorpejdevice	npx
2301.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2311.163Sthorpej
2321.163Sthorpejattach	npx at isa with npx_isa
2331.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2341.56Scgd
2351.66Sthorpej# attribute used to represent the "keyboard controller"
2361.66Sthorpej# XXX should be a real device
2371.182Slukemdefine	pckbcport { [irq = -1], [port = -1] }
2381.66Sthorpej
2391.56Scgd# PC console support a la "pccons"
2401.111Sdrochnerdevice	pc: tty, pckbcport
2411.67Sthorpejattach	pc at isa
2421.111Sdrochnerdevice	pcconskbd
2431.111Sdrochnerattach	pcconskbd at pckbc
2441.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2451.56Scgd
2461.56Scgd# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
2471.128Sdrochnerdevice	olms
2481.128Sdrochnerattach	olms at isa
2491.128Sdrochnerfile	arch/i386/isa/olms.c		olms needs-flag
2501.128Sdrochnerdevice	lms: wsmousedev
2511.67Sthorpejattach	lms at isa
2521.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2531.128Sdrochnerdevice	omms
2541.128Sdrochnerattach	omms at isa
2551.128Sdrochnerfile	arch/i386/isa/omms.c		omms needs-flag
2561.128Sdrochnerdevice	mms: wsmousedev
2571.67Sthorpejattach	mms at isa
2581.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2591.111Sdrochner
2601.182Slukeminclude	"dev/wscons/files.wscons"
2611.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2621.111Sdrochner
2631.182Slukeminclude	"dev/pckbc/files.pckbc"
2641.113Sdrochner
2651.182Slukemdevice	sysbeep
2661.182Slukemattach	sysbeep at pcppi
2671.111Sdrochner
2681.56Scgd# Floppy disk controller
2691.157Sthorpejdevice	fdc {drive = -1}: isadma
2701.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2711.157Sthorpej
2721.157Sthorpejattach	fdc at isa with fdc_isa
2731.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2741.157Sthorpej
2751.157Sthorpejdevice	fd: disk
2761.67Sthorpejattach	fd at fdc
2771.76Ssoda
2781.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2791.76Ssoda# device declaration in sys/conf/files
2801.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2811.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2821.56Scgd
2831.55Smycroft#
2841.55Smycroft# EISA-only drivers
2851.55Smycroft#
2861.56Scgd
2871.182Slukeminclude	"dev/eisa/files.eisa"
2881.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2891.154Sjdolecek
2901.154Sjdolecek#
2911.154Sjdolecek# MCA-only drivers
2921.154Sjdolecek#
2931.154Sjdolecek
2941.182Slukemdevice	mca {[slot = -1]} : bioscall
2951.182Slukeminclude	"dev/mca/files.mca"
2961.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2971.187Sjdolecek
2981.80Schristos# ISA Plug 'n Play devices
2991.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
3001.130Sdrochner
3011.130Sdrochner#
3021.130Sdrochner# VME support
3031.130Sdrochner#
3041.182Slukeminclude	"dev/vme/files.vme"
3051.77Sjtk
3061.77Sjtk#
3071.77Sjtk# Other mainbus-attached devices
3081.77Sjtk#
3091.77Sjtk
3101.77Sjtk# Advanced Power Management support (APM)
3111.182Slukemdevice	apm: bioscall
3121.182Slukemattach	apm at mainbus
3131.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3141.89Sjtkfile	arch/i386/i386/apmcall.s	apm
3151.215Sfvdl
3161.215Sfvdl# Intel SMP specification 1.4
3171.215Sfvdldefine mpbios
3181.215Sfvdlfile    arch/i386/i386/mpbios.c		mpbios needs-flag
3191.215Sfvdl
3201.215Sfvdl# CPUS
3211.215Sfvdl
3221.215Sfvdldefine cpu { [apid = -1] }
3231.215Sfvdldevice cpu
3241.215Sfvdlattach cpu at mainbus
3251.215Sfvdlfile	arch/i386/i386/cpu.c		cpu
3261.215Sfvdl
3271.215Sfvdl# Common APIC support routines
3281.215Sfvdlfile	arch/i386/i386/apic.c		ioapic | lapic 
3291.215Sfvdl
3301.215Sfvdl# Local APIC (required for multiprocessor)
3311.215Sfvdldefine lapic
3321.215Sfvdlfile	arch/i386/i386/lapic.c		lapic needs-flag
3331.215Sfvdl
3341.215Sfvdl# I/O apics
3351.215Sfvdldevice ioapic: bioscall, mpbios, lapic
3361.215Sfvdlattach ioapic at mainbus
3371.215Sfvdlfile	arch/i386/i386/ioapic.c		ioapic needs-flag
3381.56Scgd
3391.55Smycroft#
3401.55Smycroft# Compatibility modules
3411.55Smycroft#
3421.61Smycroft
3431.61Smycroft# VM86 mode
3441.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3451.120Smycroft
3461.210Sdrochner# VM86 in kernel
3471.210Sdrochnerfile	arch/i386/i386/kvm86.c			kvm86
3481.210Sdrochnerfile	arch/i386/i386/kvm86call.s		kvm86
3491.210Sdrochner
3501.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3511.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3521.56Scgd
3531.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3541.182Slukeminclude	"compat/svr4/files.svr4"
3551.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3561.173Sjdolecekfile	arch/i386/i386/svr4_sigcode.s		compat_svr4
3571.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3581.189Schristos
3591.189Schristos# MACH binary compatibility (COMPAT_MACH)
3601.189Schristosinclude	"compat/mach/files.mach"
3611.189Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach
3621.189Schristosfile	arch/i386/i386/mach_sigcode.s		compat_mach
3631.189Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach
3641.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3651.56Scgd
3661.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3671.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3681.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3691.173Sjdolecekfile	arch/i386/i386/ibcs2_sigcode.s		compat_ibcs2
3701.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3711.56Scgd
3721.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3731.182Slukeminclude	"compat/linux/files.linux"
3741.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3751.173Sjdolecekfile	arch/i386/i386/linux_sigcode.s		compat_linux
3761.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3771.188Schristosfile	arch/i386/i386/linux_trap.c		compat_linux
3781.58Smycroft
3791.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3801.182Slukeminclude	"compat/freebsd/files.freebsd"
3811.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3821.173Sjdolecekfile	arch/i386/i386/freebsd_sigcode.s	compat_freebsd
3831.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3841.131Schristos
3851.131Schristos# a.out binary compatibility (COMPAT_AOUT)
3861.182Slukeminclude	"compat/aout/files.aout"
3871.160Smycroft
3881.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3891.182Slukeminclude	"compat/pecoff/files.pecoff"
3901.82Saugustss
3911.82Saugustss# OSS audio driver compatibility
3921.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3931.139Shaya
3941.139Shaya#
3951.139Shaya# CARDBUS
3961.139Shaya#
3971.182Slukeminclude	"dev/cardbus/files.cardbus"
3981.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3991.90Sthorpej
4001.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
4011.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
4021.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
4031.90Sthorpej# non-optimal, but I don't have a better answer right now.
4041.90Sthorpej
4051.165Sitohy# PCIC pcmcia controller
4061.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
4071.90Sthorpej# like a kludge, but it might be for the best.
4081.93Sthorpej
4091.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
4101.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
4111.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
4121.93Sthorpej
4131.126Spkdevice	pcic: pcmciabus
4141.92Sthorpejfile	dev/ic/i82365.c			pcic
4151.90Sthorpej
4161.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4171.90Sthorpejattach	pcic at isa with pcic_isa
4181.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4191.90Sthorpej
4201.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4211.90Sthorpejattach	pcic at pci with pcic_pci
4221.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4231.90Sthorpej
4241.114Ssommerfe# PCIC pcmcia controller on PnP board
4251.182Slukemattach	pcic at isapnp with pcic_isapnp
4261.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4271.114Ssommerfe
4281.114Ssommerfe# Code common to ISA and ISAPnP attachments
4291.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4301.132Sbad
4311.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4321.132Sbad# to be late, so devices which attach to it are attached late.  But it
4331.132Sbad# needs to be before its isa and pci attachments.  This answer is
4341.132Sbad# non-optimal, but I don't have a better answer right now.
4351.132Sbad
4361.165Sitohy# TCIC pcmcia controller
4371.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4381.132Sbad# like a kludge, but it might be for the best.
4391.132Sbad
4401.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4411.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4421.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4431.132Sbad
4441.132Sbaddevice	tcic: pcmciabus
4451.132Sbadfile	dev/ic/tcic2.c			tcic
4461.132Sbad
4471.165Sitohy# TCIC pcmcia controller
4481.132Sbadattach	tcic at isa with tcic_isa
4491.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4501.90Sthorpej
4511.90Sthorpej# this wants to be probed as late as possible.
4521.90Sthorpej#
4531.90Sthorpej# Machine-independent PCMCIA drivers
4541.90Sthorpej#
4551.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4561.90Sthorpej
4571.90Sthorpej
4581.182Slukeminclude	"dev/usb/files.usb"
4591.170Sonoe
4601.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4611.141Sdrochner
4621.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4631.198Sthorpej
4641.198Sthorpejinclude "dev/acpi/files.acpi"
4651.198Sthorpejfile	arch/i386/i386/acpi_machdep.c	acpi
4661.208Stshiozakfile	arch/i386/acpi/acpi_wakeup.c	acpi
4671.207Schristos
4681.207Schristos# Toshiba VALD 
4691.207Schristosdevice	vald
4701.207Schristosattach	vald at acpi with vald_acpi
4711.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4721.207Schristos
4731.207Schristos# Sony SPIC (jog dial etc.)
4741.207Schristosattach	spic at acpi with spic_acpi
4751.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
4761.210Sdrochner
4771.211Sdrochnerdevice	vesabios {}
4781.210Sdrochnerattach vesabios at mainbus
4791.210Sdrochnerfile	arch/i386/bios/vesabios.c		vesabios needs-flag
4801.211Sdrochnerdefflag	opt_vesabios.h	VESABIOSVERBOSE
4811.211Sdrochner
4821.211Sdrochnerinclude	"dev/rasops/files.rasops"
4831.211Sdrochner
4841.211Sdrochnerdevice vesarasterviii: rasops8
4851.211Sdrochnerattach vesarasterviii at vesabios
4861.211Sdrochnerfile	arch/i386/bios/vesa_raster8.c	vesarasterviii
4871.211Sdrochner
4881.211Sdrochnerdevice vesatext
4891.211Sdrochnerattach vesatext at vesabios
4901.211Sdrochnerfile	arch/i386/bios/vesa_text.c	vesatext
4911.214Sgehenna
4921.214Sgehennainclude "arch/i386/conf/majors.i386"
493