files.i386 revision 1.196
11.196Sthorpej#	$NetBSD: files.i386,v 1.196 2001/09/15 01:32:11 thorpej 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.182Slukemdefopt	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.182Slukem			APMDEBUG_VALUE APM_POWER_PRINT APM_DISABLE_INTERRUPTS
151.182Slukem			APM_ALLOW_BOGUS_SEGMENTS
161.100Sthorpej
171.100Sthorpej# Processor type options.
181.182Slukemdefopt	opt_cputype.h	I386_CPU I486_CPU I586_CPU I686_CPU
191.124Sbouyer
201.124Sbouyer# delay before cpu_reset() for reboot.
211.182Slukemdefopt	CPURESET_DELAY
221.101Sthorpej
231.101Sthorpej# VM86 emulation
241.101Sthorpejdefopt	VM86
251.102Sthorpej
261.102Sthorpej# Floating point emulation
271.102Sthorpejdefopt	MATH_EMULATE
281.103Sthorpej
291.103Sthorpej# User-settable LDT (used by WINE)
301.103Sthorpejdefopt	USER_LDT
311.104Sthorpej
321.104Sthorpej# Speed hack; make NOPs dummies (might break on some machines)
331.104Sthorpejdefopt	DUMMY_NOPS
341.105Sthorpej
351.167Sthorpej# Performance counter support
361.167Sthorpejdefopt	PERFCTRS
371.167Sthorpej
381.194Sfvdl# MTRR support
391.194Sfvdldefopt	MTRR
401.194Sfvdl
411.105Sthorpej# X server support in console drivers
421.182Slukemdefopt	opt_xserver.h	XSERVER XSERVER_DDB
431.181Schs
441.181Schs# The REAL{BASE,EXT}MEM options
451.182Slukemdefopt	opt_realmem.h	REALBASEMEM REALEXTMEM
461.140Sdrochner
471.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
481.140Sdrochnerdefopt	COMPAT_OLDBOOT
491.98Sthorpej
501.142Sthorpej# PCI BIOS options
511.182Slukemdefopt	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
521.164Ssoda	PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP
531.164Ssoda	PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE
541.164Ssoda	PCIBIOS_INTR_GUESS PCIBIOS_IRQS_HINT PCIINTR_DEBUG
551.166Sthorpej
561.166Sthorpej# Large page size
571.166Sthorpejdefopt	LARGEPAGES
581.142Sthorpej
591.56Scgdfile	arch/i386/i386/autoconf.c
601.146Sdrochnerfile	arch/i386/i386/bus_machdep.c
611.56Scgdfile	arch/i386/i386/conf.c
621.145Sdrochnerfile	arch/i386/i386/consinit.c
631.119Srvbfile	arch/i386/i386/db_dbgreg.s	ddb
641.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
651.56Scgdfile	arch/i386/i386/db_interface.c	ddb
661.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
671.56Scgdfile	arch/i386/i386/db_trace.c	ddb
681.56Scgdfile	arch/i386/i386/disksubr.c	disk
691.60Smycroftfile	arch/i386/i386/gdt.c
701.74Smycroftfile	arch/i386/i386/in_cksum.s	inet
711.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
721.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
731.56Scgdfile	arch/i386/i386/machdep.c
741.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
751.56Scgdfile	arch/i386/i386/mem.c
761.56Scgdfile	arch/i386/i386/microtime.s
771.194Sfvdlfile	arch/i386/i386/mtrr_i686.c	mtrr
781.154Sjdolecekfile	netns/ns_cksum.c		ns
791.134Sthorpejfile	arch/i386/i386/pmap.c
801.56Scgdfile	arch/i386/i386/process_machdep.c
811.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
821.185Sthorpejfile	arch/i386/i386/softintr.c
831.56Scgdfile	arch/i386/i386/sys_machdep.c
841.178Smycroftfile	arch/i386/i386/syscall.c
851.56Scgdfile	arch/i386/i386/trap.c
861.56Scgdfile	arch/i386/i386/vm_machdep.c
871.56Scgdfile	dev/cons.c
881.167Sthorpej
891.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
901.192Stls
911.192Stlsfile	crypto/des/arch/i386/des_enc.S		ipsec & ipsec_esp
921.192Stls#file	crypto/des/arch/i386/des_cbc.S		ipsec & ipsec_esp
931.192Stlsfile	crypto/blowfish/arch/i386/bf_enc.S	ipsec & ipsec_esp
941.192Stls#file	crypto/blowfish/arch/i386/bf_cbc.S	ipsec & ipsec_esp
951.56Scgd
961.56Scgd#
971.56Scgd# Machine-independent SCSI drivers
981.56Scgd#
991.56Scgd
1001.182Slukeminclude	"dev/scsipi/files.scsipi"
1011.56Scgdmajor	{sd = 4}
1021.56Scgdmajor	{cd = 6}
1031.69Sperry
1041.97Scgd#
1051.97Scgd# Machine-independent ATA drivers
1061.97Scgd#
1071.97Scgd
1081.182Slukeminclude	"dev/ata/files.ata"
1091.97Scgdmajor	{wd = 0}
1101.97Scgd
1111.79Spk# Memory Disk for install floppy
1121.182Slukemfile	arch/i386/i386/md_root.c	memory_disk_hooks
1131.79Spkmajor	{md = 17}
1141.149Soster
1151.149Soster# RAIDframe
1161.149Sostermajor	{raid = 18}
1171.151Sad
1181.174Sad# Logical disk
1191.174Sadmajor	{ld = 19}
1201.171Sad
1211.171Sad#
1221.171Sad# Machine-independent I2O drivers
1231.171Sad#
1241.171Sad
1251.182Slukeminclude	"dev/i2o/files.i2o"
1261.56Scgd
1271.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1281.142Sthorpej# of certain devices/BIOS features
1291.182Slukemdefine	bioscall
1301.142Sthorpejfile	arch/i386/i386/bioscall.s	bioscall needs-flag
1311.142Sthorpej
1321.142Sthorpej# BIOS32 routines
1331.142Sthorpejdefine	bios32
1341.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1351.142Sthorpej
1361.56Scgd#
1371.56Scgd# System bus types
1381.56Scgd#
1391.65Scgd
1401.182Slukemdefine	mainbus { }
1411.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1421.159Sjdolecekdevice	mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32
1431.67Sthorpejattach	mainbus at root
1441.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1451.56Scgd
1461.55Smycroft#
1471.64Scgd# PCI-only drivers
1481.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1491.64Scgd# XXX devices to 'pci'.
1501.64Scgd#
1511.64Scgd
1521.182Slukeminclude	"dev/pci/files.pci"
1531.195Sthorpejinclude "dev/pci/files.agp"
1541.64Scgdfile	arch/i386/pci/pci_machdep.c	pci
1551.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1561.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1571.142Sthorpejfile	arch/i386/pci/pci_intr_fixup.c	pcibios & pcibios_intr_fixup
1581.142Sthorpejfile	arch/i386/pci/piix.c		pcibios & pcibios_intr_fixup
1591.142Sthorpejfile	arch/i386/pci/opti82c558.c	pcibios & pcibios_intr_fixup
1601.142Sthorpejfile	arch/i386/pci/opti82c700.c	pcibios & pcibios_intr_fixup
1611.142Sthorpejfile	arch/i386/pci/sis85c503.c	pcibios & pcibios_intr_fixup
1621.142Sthorpejfile	arch/i386/pci/via82c586.c	pcibios & pcibios_intr_fixup
1631.186Suchfile	arch/i386/pci/amd756.c		pcibios & pcibios_intr_fixup
1641.190Shayafile	arch/i386/pci/ali1543.c		pcibios & pcibios_intr_fixup
1651.143Sthorpejfile	arch/i386/pci/pci_bus_fixup.c	pcibios & pcibios_bus_fixup
1661.158Suchfile	arch/i386/pci/pci_addr_fixup.c	pcibios & pcibios_addr_fixup
1671.182Slukemdefopt	PCI_CONF_MODE
1681.110Scgdfile	arch/i386/pci/pciide_machdep.c	pciide
1691.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1701.78Sthorpej
1711.78Sthorpej# PCI-Host bridge chipsets
1721.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1731.196Sthorpej	      agp_via
1741.78Sthorpejattach	pchb at pci
1751.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1761.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
1771.107Sthorpej
1781.107Sthorpej# PCI-EISA bridges
1791.108Sthorpejdevice	pceb: eisabus, isabus
1801.107Sthorpejattach	pceb at pci
1811.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
1821.78Sthorpej
1831.78Sthorpej# PCI-ISA bridges
1841.108Sthorpejdevice	pcib: isabus
1851.78Sthorpejattach	pcib at pci
1861.78Sthorpejfile	arch/i386/pci/pcib.c		pcib
1871.184Sjdolecek
1881.184Sjdolecek# PCI-MCA bridges
1891.184Sjdolecekdevice	pcmb: mcabus
1901.184Sjdolecekattach	pcmb at pci
1911.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
1921.64Scgd
1931.153Smartin# Game adapter (joystick)
1941.153Smartindevice	joy
1951.153Smartinfile	arch/i386/isa/joy.c		joy needs-flag
1961.153Smartin
1971.153Smartin# PCI joysticks
1981.182Slukemattach	joy at pci with pci_joy
1991.153Smartinfile	arch/i386/pci/joy_pci.c		pci_joy
2001.153Smartin
2011.64Scgd#
2021.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2031.55Smycroft#
2041.56Scgd
2051.182Slukeminclude	"dev/isa/files.isa"
2061.56Scgdmajor	{mcd = 7}
2071.56Scgd#major	{scd = 15}
2081.115Scgd
2091.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2101.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
2111.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can
2121.115Scgd# XXX be fixed as well.)
2131.115Scgd
2141.115Scgdattach	lpt at puc with lpt_puc
2151.115Scgdfile	dev/pci/lpt_puc.c	lpt_puc
2161.56Scgd
2171.56Scgdfile	arch/i386/isa/isa_machdep.c	isa
2181.56Scgd
2191.56Scgd# PC clock
2201.56Scgdfile	arch/i386/isa/clock.c		isa
2211.130Sdrochnerfile	dev/clock_subr.c		isa
2221.56Scgd
2231.56Scgd# Numeric Processing Extension; Math Co-processor
2241.108Sthorpejdevice	npx
2251.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2261.163Sthorpej
2271.163Sthorpejattach	npx at isa with npx_isa
2281.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2291.56Scgd
2301.66Sthorpej# attribute used to represent the "keyboard controller"
2311.66Sthorpej# XXX should be a real device
2321.182Slukemdefine	pckbcport { [irq = -1], [port = -1] }
2331.66Sthorpej
2341.56Scgd# PC console support a la "pccons"
2351.111Sdrochnerdevice	pc: tty, pckbcport
2361.67Sthorpejattach	pc at isa
2371.111Sdrochnerdevice	pcconskbd
2381.111Sdrochnerattach	pcconskbd at pckbc
2391.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2401.56Scgd
2411.56Scgd# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
2421.128Sdrochnerdevice	olms
2431.128Sdrochnerattach	olms at isa
2441.128Sdrochnerfile	arch/i386/isa/olms.c		olms needs-flag
2451.128Sdrochnerdevice	lms: wsmousedev
2461.67Sthorpejattach	lms at isa
2471.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2481.128Sdrochnerdevice	omms
2491.128Sdrochnerattach	omms at isa
2501.128Sdrochnerfile	arch/i386/isa/omms.c		omms needs-flag
2511.128Sdrochnerdevice	mms: wsmousedev
2521.67Sthorpejattach	mms at isa
2531.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2541.128Sdrochnerdevice	opms
2551.128Sdrochnerattach	opms at pckbcport with opms_hack
2561.128Sdrochnerattach	opms at pckbc with opms_pckbc
2571.128Sdrochnerfile	arch/i386/isa/pms.c		opms | opms_hack | opms_pckbc needs-flag
2581.111Sdrochner
2591.182Slukeminclude	"dev/wscons/files.wscons"
2601.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2611.111Sdrochner
2621.182Slukeminclude	"dev/pckbc/files.pckbc"
2631.113Sdrochner
2641.182Slukemdevice	sysbeep
2651.182Slukemattach	sysbeep at pcppi
2661.111Sdrochner
2671.56Scgd# Floppy disk controller
2681.157Sthorpejdevice	fdc {drive = -1}: isadma
2691.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2701.157Sthorpej
2711.157Sthorpejattach	fdc at isa with fdc_isa
2721.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2731.157Sthorpej
2741.157Sthorpejdevice	fd: disk
2751.67Sthorpejattach	fd at fdc
2761.56Scgdmajor	{fd = 2}
2771.76Ssoda
2781.80Schristosattach	joy at isa with joy_isa
2791.80Schristosfile	arch/i386/isa/joy_isa.c		joy_isa
2801.80Schristos
2811.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2821.76Ssoda# device declaration in sys/conf/files
2831.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2841.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2851.56Scgd
2861.55Smycroft#
2871.55Smycroft# EISA-only drivers
2881.55Smycroft#
2891.56Scgd
2901.182Slukeminclude	"dev/eisa/files.eisa"
2911.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2921.154Sjdolecek
2931.154Sjdolecek#
2941.154Sjdolecek# MCA-only drivers
2951.154Sjdolecek#
2961.154Sjdolecek
2971.182Slukemdevice	mca {[slot = -1]} : bioscall
2981.182Slukeminclude	"dev/mca/files.mca"
2991.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
3001.187Sjdolecek
3011.187Sjdolecekmajor	{ ed = 20 }
3021.77Sjtk
3031.80Schristos# ISA Plug 'n Play devices
3041.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
3051.80Schristos
3061.80Schristosattach	joy at isapnp with joy_isapnp
3071.80Schristosfile	arch/i386/isa/joy_isapnp.c	joy_isapnp
3081.130Sdrochner
3091.130Sdrochner#
3101.130Sdrochner# VME support
3111.130Sdrochner#
3121.182Slukeminclude	"dev/vme/files.vme"
3131.77Sjtk
3141.77Sjtk#
3151.77Sjtk# Other mainbus-attached devices
3161.77Sjtk#
3171.77Sjtk
3181.77Sjtk# Advanced Power Management support (APM)
3191.182Slukemdevice	apm: bioscall
3201.182Slukemattach	apm at mainbus
3211.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3221.89Sjtkfile	arch/i386/i386/apmcall.s	apm
3231.56Scgd
3241.55Smycroft#
3251.55Smycroft# Compatibility modules
3261.55Smycroft#
3271.61Smycroft
3281.61Smycroft# VM86 mode
3291.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3301.120Smycroft
3311.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3321.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3331.56Scgd
3341.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3351.182Slukeminclude	"compat/svr4/files.svr4"
3361.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3371.173Sjdolecekfile	arch/i386/i386/svr4_sigcode.s		compat_svr4
3381.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3391.189Schristos
3401.189Schristos# MACH binary compatibility (COMPAT_MACH)
3411.189Schristosinclude	"compat/mach/files.mach"
3421.189Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach
3431.189Schristosfile	arch/i386/i386/mach_sigcode.s		compat_mach
3441.189Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach
3451.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3461.56Scgd
3471.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3481.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3491.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3501.173Sjdolecekfile	arch/i386/i386/ibcs2_sigcode.s		compat_ibcs2
3511.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3521.56Scgd
3531.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3541.182Slukeminclude	"compat/linux/files.linux"
3551.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3561.173Sjdolecekfile	arch/i386/i386/linux_sigcode.s		compat_linux
3571.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3581.188Schristosfile	arch/i386/i386/linux_trap.c		compat_linux
3591.58Smycroft
3601.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3611.182Slukeminclude	"compat/freebsd/files.freebsd"
3621.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3631.173Sjdolecekfile	arch/i386/i386/freebsd_sigcode.s	compat_freebsd
3641.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3651.131Schristos
3661.131Schristos# a.out binary compatibility (COMPAT_AOUT)
3671.182Slukeminclude	"compat/aout/files.aout"
3681.160Smycroft
3691.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3701.182Slukeminclude	"compat/pecoff/files.pecoff"
3711.82Saugustss
3721.82Saugustss# OSS audio driver compatibility
3731.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3741.91Sbouyer
3751.91Sbouyer# network devices MII bus
3761.182Slukeminclude	"dev/mii/files.mii"
3771.139Shaya
3781.139Shaya#
3791.139Shaya# CARDBUS
3801.139Shaya#
3811.182Slukeminclude	"dev/cardbus/files.cardbus"
3821.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3831.90Sthorpej
3841.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3851.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3861.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3871.90Sthorpej# non-optimal, but I don't have a better answer right now.
3881.90Sthorpej
3891.165Sitohy# PCIC pcmcia controller
3901.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3911.90Sthorpej# like a kludge, but it might be for the best.
3921.93Sthorpej
3931.93Sthorpejdefopt	PCIC_ISA_ALLOC_IOBASE
3941.93Sthorpejdefopt	PCIC_ISA_ALLOC_IOSIZE
3951.93Sthorpejdefopt	PCIC_ISA_INTR_ALLOC_MASK
3961.93Sthorpej
3971.126Spkdevice	pcic: pcmciabus
3981.92Sthorpejfile	dev/ic/i82365.c			pcic
3991.90Sthorpej
4001.114Ssommerfe# PCIC pcmcia controller on ISA bus.
4011.90Sthorpejattach	pcic at isa with pcic_isa
4021.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
4031.90Sthorpej
4041.114Ssommerfe# PCIC pcmcia controller on PCI bus.
4051.90Sthorpejattach	pcic at pci with pcic_pci
4061.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
4071.90Sthorpej
4081.114Ssommerfe# PCIC pcmcia controller on PnP board
4091.182Slukemattach	pcic at isapnp with pcic_isapnp
4101.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
4111.114Ssommerfe
4121.114Ssommerfe# Code common to ISA and ISAPnP attachments
4131.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4141.132Sbad
4151.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4161.132Sbad# to be late, so devices which attach to it are attached late.  But it
4171.132Sbad# needs to be before its isa and pci attachments.  This answer is
4181.132Sbad# non-optimal, but I don't have a better answer right now.
4191.132Sbad
4201.165Sitohy# TCIC pcmcia controller
4211.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4221.132Sbad# like a kludge, but it might be for the best.
4231.132Sbad
4241.132Sbaddefopt	TCIC_ISA_ALLOC_IOBASE
4251.132Sbaddefopt	TCIC_ISA_ALLOC_IOSIZE
4261.132Sbaddefopt	TCIC_ISA_INTR_ALLOC_MASK
4271.132Sbad
4281.132Sbaddevice	tcic: pcmciabus
4291.132Sbadfile	dev/ic/tcic2.c			tcic
4301.132Sbad
4311.165Sitohy# TCIC pcmcia controller
4321.132Sbadattach	tcic at isa with tcic_isa
4331.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4341.90Sthorpej
4351.90Sthorpej# this wants to be probed as late as possible.
4361.90Sthorpej#
4371.90Sthorpej# Machine-independent PCMCIA drivers
4381.90Sthorpej#
4391.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4401.90Sthorpej
4411.90Sthorpej
4421.182Slukeminclude	"dev/usb/files.usb"
4431.170Sonoe
4441.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4451.141Sdrochner
4461.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
447