files.i386 revision 1.207
11.207Schristos#	$NetBSD: files.i386,v 1.207 2002/06/17 22:38:31 christos 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.199Slukemdefparam opt_apm.h	APMDEBUG_VALUE APM_DISABLE_INTERRUPTS
161.100Sthorpej
171.100Sthorpej# Processor type options.
181.201Slukemdefflag	opt_cputype.h	I386_CPU I486_CPU I586_CPU I686_CPU
191.124Sbouyer
201.124Sbouyer# delay before cpu_reset() for reboot.
211.201Slukemdefparam		CPURESET_DELAY
221.101Sthorpej
231.101Sthorpej# VM86 emulation
241.201Slukemdefflag			VM86
251.102Sthorpej
261.102Sthorpej# Floating point emulation
271.201Slukemdefflag			MATH_EMULATE
281.103Sthorpej
291.103Sthorpej# User-settable LDT (used by WINE)
301.201Slukemdefflag			USER_LDT
311.104Sthorpej
321.104Sthorpej# Speed hack; make NOPs dummies (might break on some machines)
331.201Slukemdefflag			DUMMY_NOPS
341.105Sthorpej
351.167Sthorpej# Performance counter support
361.201Slukemdefflag			PERFCTRS
371.167Sthorpej
381.194Sfvdl# MTRR support
391.201Slukemdefflag			MTRR
401.194Sfvdl
411.105Sthorpej# X server support in console drivers
421.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
431.181Schs
441.181Schs# The REAL{BASE,EXT}MEM options
451.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
461.140Sdrochner
471.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
481.201Slukemdefflag			COMPAT_OLDBOOT
491.98Sthorpej
501.142Sthorpej# PCI BIOS options
511.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
521.201Slukem			PCIBIOS_ADDR_FIXUP PCIBIOS_BUS_FIXUP
531.201Slukem			PCIBIOS_INTR_FIXUP PCIBIOS_INTR_FIXUP_FORCE
541.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
551.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
561.166Sthorpej
571.166Sthorpej# Large page size
581.201Slukemdefflag			LARGEPAGES
591.142Sthorpej
601.56Scgdfile	arch/i386/i386/autoconf.c
611.146Sdrochnerfile	arch/i386/i386/bus_machdep.c
621.56Scgdfile	arch/i386/i386/conf.c
631.145Sdrochnerfile	arch/i386/i386/consinit.c
641.119Srvbfile	arch/i386/i386/db_dbgreg.s	ddb
651.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
661.56Scgdfile	arch/i386/i386/db_interface.c	ddb
671.85Sthorpejfile	arch/i386/i386/db_memrw.c	ddb | kgdb
681.56Scgdfile	arch/i386/i386/db_trace.c	ddb
691.56Scgdfile	arch/i386/i386/disksubr.c	disk
701.60Smycroftfile	arch/i386/i386/gdt.c
711.200Sitojunfile	arch/i386/i386/in_cksum.s	inet | inet6
721.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
731.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
741.56Scgdfile	arch/i386/i386/machdep.c
751.56Scgdfile	arch/i386/i386/math_emulate.c	math_emulate
761.56Scgdfile	arch/i386/i386/mem.c
771.56Scgdfile	arch/i386/i386/microtime.s
781.194Sfvdlfile	arch/i386/i386/mtrr_i686.c	mtrr
791.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
801.154Sjdolecekfile	netns/ns_cksum.c		ns
811.134Sthorpejfile	arch/i386/i386/pmap.c
821.56Scgdfile	arch/i386/i386/process_machdep.c
831.180Sfvdlfile	arch/i386/i386/procfs_machdep.c	procfs
841.185Sthorpejfile	arch/i386/i386/softintr.c
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.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
921.192Stls
931.192Stlsfile	crypto/des/arch/i386/des_enc.S		ipsec & ipsec_esp
941.192Stls#file	crypto/des/arch/i386/des_cbc.S		ipsec & ipsec_esp
951.192Stlsfile	crypto/blowfish/arch/i386/bf_enc.S	ipsec & ipsec_esp
961.192Stls#file	crypto/blowfish/arch/i386/bf_cbc.S	ipsec & ipsec_esp
971.56Scgd
981.56Scgd#
991.56Scgd# Machine-independent SCSI drivers
1001.56Scgd#
1011.56Scgd
1021.182Slukeminclude	"dev/scsipi/files.scsipi"
1031.56Scgdmajor	{sd = 4}
1041.56Scgdmajor	{cd = 6}
1051.69Sperry
1061.97Scgd#
1071.97Scgd# Machine-independent ATA drivers
1081.97Scgd#
1091.97Scgd
1101.182Slukeminclude	"dev/ata/files.ata"
1111.97Scgdmajor	{wd = 0}
1121.97Scgd
1131.79Spk# Memory Disk for install floppy
1141.203Sjdolecekfile	dev/md_root.c			memory_disk_hooks
1151.79Spkmajor	{md = 17}
1161.149Soster
1171.149Soster# RAIDframe
1181.149Sostermajor	{raid = 18}
1191.151Sad
1201.174Sad# Logical disk
1211.174Sadmajor	{ld = 19}
1221.171Sad
1231.171Sad#
1241.171Sad# Machine-independent I2O drivers
1251.171Sad#
1261.171Sad
1271.182Slukeminclude	"dev/i2o/files.i2o"
1281.56Scgd
1291.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1301.142Sthorpej# of certain devices/BIOS features
1311.182Slukemdefine	bioscall
1321.142Sthorpejfile	arch/i386/i386/bioscall.s	bioscall needs-flag
1331.142Sthorpej
1341.142Sthorpej# BIOS32 routines
1351.142Sthorpejdefine	bios32
1361.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1371.142Sthorpej
1381.56Scgd#
1391.56Scgd# System bus types
1401.56Scgd#
1411.65Scgd
1421.182Slukemdefine	mainbus { }
1431.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1441.198Sthorpejdevice	mainbus: isabus, eisabus, mcabus, pcibus, mainbus, bios32, acpibus
1451.67Sthorpejattach	mainbus at root
1461.65Scgdfile	arch/i386/i386/mainbus.c	mainbus
1471.56Scgd
1481.55Smycroft#
1491.64Scgd# PCI-only drivers
1501.64Scgd# XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
1511.64Scgd# XXX devices to 'pci'.
1521.64Scgd#
1531.64Scgd
1541.182Slukeminclude	"dev/pci/files.pci"
1551.195Sthorpejinclude "dev/pci/files.agp"
1561.64Scgdfile	arch/i386/pci/pci_machdep.c	pci
1571.195Sthorpejfile 	arch/i386/pci/agp_machdep.c	agp
1581.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1591.142Sthorpejfile	arch/i386/pci/pci_intr_fixup.c	pcibios & pcibios_intr_fixup
1601.142Sthorpejfile	arch/i386/pci/piix.c		pcibios & pcibios_intr_fixup
1611.142Sthorpejfile	arch/i386/pci/opti82c558.c	pcibios & pcibios_intr_fixup
1621.142Sthorpejfile	arch/i386/pci/opti82c700.c	pcibios & pcibios_intr_fixup
1631.142Sthorpejfile	arch/i386/pci/sis85c503.c	pcibios & pcibios_intr_fixup
1641.142Sthorpejfile	arch/i386/pci/via82c586.c	pcibios & pcibios_intr_fixup
1651.186Suchfile	arch/i386/pci/amd756.c		pcibios & pcibios_intr_fixup
1661.190Shayafile	arch/i386/pci/ali1543.c		pcibios & pcibios_intr_fixup
1671.143Sthorpejfile	arch/i386/pci/pci_bus_fixup.c	pcibios & pcibios_bus_fixup
1681.158Suchfile	arch/i386/pci/pci_addr_fixup.c	pcibios & pcibios_addr_fixup
1691.201Slukemdefparam		PCI_CONF_MODE
1701.110Scgdfile	arch/i386/pci/pciide_machdep.c	pciide
1711.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1721.78Sthorpej
1731.78Sthorpej# PCI-Host bridge chipsets
1741.196Sthorpejdevice	pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis,
1751.196Sthorpej	      agp_via
1761.78Sthorpejattach	pchb at pci
1771.194Sfvdlfile	arch/i386/pci/pchb.c		pchb			needs-flag
1781.169Sthorpejfile	arch/i386/pci/pchb_rnd.c	pchb & rnd
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.78Sthorpejfile	arch/i386/pci/pcib.c		pcib
1891.184Sjdolecek
1901.184Sjdolecek# PCI-MCA bridges
1911.184Sjdolecekdevice	pcmb: mcabus
1921.184Sjdolecekattach	pcmb at pci
1931.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
1941.64Scgd
1951.153Smartin# Game adapter (joystick)
1961.204Sjdolecekfile	arch/i386/isa/joy_timer.c	joy
1971.153Smartin
1981.64Scgd#
1991.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2001.55Smycroft#
2011.56Scgd
2021.182Slukeminclude	"dev/isa/files.isa"
2031.56Scgdmajor	{mcd = 7}
2041.56Scgd#major	{scd = 15}
2051.115Scgd
2061.115Scgd# XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
2071.115Scgd# XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
2081.115Scgd# XXX (when the conf/files and files.isa bogons are fixed, this can
2091.115Scgd# XXX be fixed as well.)
2101.115Scgd
2111.115Scgdattach	lpt at puc with lpt_puc
2121.115Scgdfile	dev/pci/lpt_puc.c	lpt_puc
2131.56Scgd
2141.56Scgdfile	arch/i386/isa/isa_machdep.c	isa
2151.56Scgd
2161.56Scgd# PC clock
2171.56Scgdfile	arch/i386/isa/clock.c		isa
2181.130Sdrochnerfile	dev/clock_subr.c		isa
2191.56Scgd
2201.56Scgd# Numeric Processing Extension; Math Co-processor
2211.108Sthorpejdevice	npx
2221.56Scgdfile	arch/i386/isa/npx.c		npx needs-flag
2231.163Sthorpej
2241.163Sthorpejattach	npx at isa with npx_isa
2251.163Sthorpejfile	arch/i386/isa/npx_isa.c		npx_isa
2261.56Scgd
2271.66Sthorpej# attribute used to represent the "keyboard controller"
2281.66Sthorpej# XXX should be a real device
2291.182Slukemdefine	pckbcport { [irq = -1], [port = -1] }
2301.66Sthorpej
2311.56Scgd# PC console support a la "pccons"
2321.111Sdrochnerdevice	pc: tty, pckbcport
2331.67Sthorpejattach	pc at isa
2341.111Sdrochnerdevice	pcconskbd
2351.111Sdrochnerattach	pcconskbd at pckbc
2361.111Sdrochnerfile	arch/i386/isa/pccons.c		pc | pcconskbd needs-flag
2371.56Scgd
2381.56Scgd# PC Mice; Logitech-style, Microsoft-style, and PS/2-style
2391.128Sdrochnerdevice	olms
2401.128Sdrochnerattach	olms at isa
2411.128Sdrochnerfile	arch/i386/isa/olms.c		olms needs-flag
2421.128Sdrochnerdevice	lms: wsmousedev
2431.67Sthorpejattach	lms at isa
2441.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2451.128Sdrochnerdevice	omms
2461.128Sdrochnerattach	omms at isa
2471.128Sdrochnerfile	arch/i386/isa/omms.c		omms needs-flag
2481.128Sdrochnerdevice	mms: wsmousedev
2491.67Sthorpejattach	mms at isa
2501.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2511.111Sdrochner
2521.182Slukeminclude	"dev/wscons/files.wscons"
2531.191Sdrochnerinclude	"dev/wsfont/files.wsfont"
2541.111Sdrochner
2551.182Slukeminclude	"dev/pckbc/files.pckbc"
2561.113Sdrochner
2571.182Slukemdevice	sysbeep
2581.182Slukemattach	sysbeep at pcppi
2591.111Sdrochner
2601.56Scgd# Floppy disk controller
2611.157Sthorpejdevice	fdc {drive = -1}: isadma
2621.157Sthorpejfile	dev/isa/fd.c			fdc needs-flag
2631.157Sthorpej
2641.157Sthorpejattach	fdc at isa with fdc_isa
2651.157Sthorpejfile	dev/isa/fdc_isa.c		fdc_isa
2661.157Sthorpej
2671.157Sthorpejdevice	fd: disk
2681.67Sthorpejattach	fd at fdc
2691.56Scgdmajor	{fd = 2}
2701.76Ssoda
2711.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2721.76Ssoda# device declaration in sys/conf/files
2731.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2741.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2751.56Scgd
2761.55Smycroft#
2771.55Smycroft# EISA-only drivers
2781.55Smycroft#
2791.56Scgd
2801.182Slukeminclude	"dev/eisa/files.eisa"
2811.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2821.154Sjdolecek
2831.154Sjdolecek#
2841.154Sjdolecek# MCA-only drivers
2851.154Sjdolecek#
2861.154Sjdolecek
2871.182Slukemdevice	mca {[slot = -1]} : bioscall
2881.182Slukeminclude	"dev/mca/files.mca"
2891.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2901.187Sjdolecek
2911.187Sjdolecekmajor	{ ed = 20 }
2921.77Sjtk
2931.80Schristos# ISA Plug 'n Play devices
2941.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
2951.130Sdrochner
2961.130Sdrochner#
2971.130Sdrochner# VME support
2981.130Sdrochner#
2991.182Slukeminclude	"dev/vme/files.vme"
3001.77Sjtk
3011.77Sjtk#
3021.77Sjtk# Other mainbus-attached devices
3031.77Sjtk#
3041.77Sjtk
3051.77Sjtk# Advanced Power Management support (APM)
3061.182Slukemdevice	apm: bioscall
3071.182Slukemattach	apm at mainbus
3081.77Sjtkfile	arch/i386/i386/apm.c		apm needs-count
3091.89Sjtkfile	arch/i386/i386/apmcall.s	apm
3101.56Scgd
3111.55Smycroft#
3121.55Smycroft# Compatibility modules
3131.55Smycroft#
3141.61Smycroft
3151.61Smycroft# VM86 mode
3161.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3171.120Smycroft
3181.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3191.135Smellonfile	arch/i386/i386/compat_13_machdep.c	compat_13 | compat_aout
3201.56Scgd
3211.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3221.182Slukeminclude	"compat/svr4/files.svr4"
3231.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3241.173Sjdolecekfile	arch/i386/i386/svr4_sigcode.s		compat_svr4
3251.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3261.189Schristos
3271.189Schristos# MACH binary compatibility (COMPAT_MACH)
3281.189Schristosinclude	"compat/mach/files.mach"
3291.189Schristosfile	arch/i386/i386/mach_machdep.c		compat_mach
3301.189Schristosfile	arch/i386/i386/mach_sigcode.s		compat_mach
3311.189Schristosfile	arch/i386/i386/mach_syscall.c		compat_mach
3321.189Schristosfile	arch/i386/i386/macho_machdep.c		exec_macho
3331.56Scgd
3341.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3351.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3361.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3371.173Sjdolecekfile	arch/i386/i386/ibcs2_sigcode.s		compat_ibcs2
3381.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3391.56Scgd
3401.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3411.182Slukeminclude	"compat/linux/files.linux"
3421.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3431.173Sjdolecekfile	arch/i386/i386/linux_sigcode.s		compat_linux
3441.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3451.188Schristosfile	arch/i386/i386/linux_trap.c		compat_linux
3461.58Smycroft
3471.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3481.182Slukeminclude	"compat/freebsd/files.freebsd"
3491.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3501.173Sjdolecekfile	arch/i386/i386/freebsd_sigcode.s	compat_freebsd
3511.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3521.131Schristos
3531.131Schristos# a.out binary compatibility (COMPAT_AOUT)
3541.182Slukeminclude	"compat/aout/files.aout"
3551.160Smycroft
3561.160Smycroft# Win32 binary compatibility (COMPAT_PECOFF)
3571.182Slukeminclude	"compat/pecoff/files.pecoff"
3581.82Saugustss
3591.82Saugustss# OSS audio driver compatibility
3601.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3611.139Shaya
3621.139Shaya#
3631.139Shaya# CARDBUS
3641.139Shaya#
3651.182Slukeminclude	"dev/cardbus/files.cardbus"
3661.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3671.90Sthorpej
3681.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3691.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3701.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3711.90Sthorpej# non-optimal, but I don't have a better answer right now.
3721.90Sthorpej
3731.165Sitohy# PCIC pcmcia controller
3741.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3751.90Sthorpej# like a kludge, but it might be for the best.
3761.93Sthorpej
3771.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
3781.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
3791.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
3801.93Sthorpej
3811.126Spkdevice	pcic: pcmciabus
3821.92Sthorpejfile	dev/ic/i82365.c			pcic
3831.90Sthorpej
3841.114Ssommerfe# PCIC pcmcia controller on ISA bus.
3851.90Sthorpejattach	pcic at isa with pcic_isa
3861.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
3871.90Sthorpej
3881.114Ssommerfe# PCIC pcmcia controller on PCI bus.
3891.90Sthorpejattach	pcic at pci with pcic_pci
3901.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
3911.90Sthorpej
3921.114Ssommerfe# PCIC pcmcia controller on PnP board
3931.182Slukemattach	pcic at isapnp with pcic_isapnp
3941.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
3951.114Ssommerfe
3961.114Ssommerfe# Code common to ISA and ISAPnP attachments
3971.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
3981.132Sbad
3991.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4001.132Sbad# to be late, so devices which attach to it are attached late.  But it
4011.132Sbad# needs to be before its isa and pci attachments.  This answer is
4021.132Sbad# non-optimal, but I don't have a better answer right now.
4031.132Sbad
4041.165Sitohy# TCIC pcmcia controller
4051.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4061.132Sbad# like a kludge, but it might be for the best.
4071.132Sbad
4081.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4091.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4101.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4111.132Sbad
4121.132Sbaddevice	tcic: pcmciabus
4131.132Sbadfile	dev/ic/tcic2.c			tcic
4141.132Sbad
4151.165Sitohy# TCIC pcmcia controller
4161.132Sbadattach	tcic at isa with tcic_isa
4171.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4181.90Sthorpej
4191.90Sthorpej# this wants to be probed as late as possible.
4201.90Sthorpej#
4211.90Sthorpej# Machine-independent PCMCIA drivers
4221.90Sthorpej#
4231.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4241.90Sthorpej
4251.90Sthorpej
4261.182Slukeminclude	"dev/usb/files.usb"
4271.170Sonoe
4281.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4291.141Sdrochner
4301.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4311.198Sthorpej
4321.198Sthorpejinclude "dev/acpi/files.acpi"
4331.198Sthorpejfile	arch/i386/i386/acpi_machdep.c	acpi
4341.207Schristos
4351.207Schristos# Toshiba VALD 
4361.207Schristosdevice	vald
4371.207Schristosattach	vald at acpi with vald_acpi
4381.207Schristosfile	arch/i386/acpi/vald_acpi.c		vald_acpi
4391.207Schristos
4401.207Schristos# Sony SPIC (jog dial etc.)
4411.207Schristosattach	spic at acpi with spic_acpi
4421.207Schristosfile	arch/i386/acpi/spic_acpi.c		spic_acpi
443