files.i386 revision 1.372
11.372Sdsl#	$NetBSD: files.i386,v 1.372 2014/01/26 19:16:16 dsl Exp $
21.2Scgd#
31.56Scgd# new style config file for i386 architecture
41.56Scgd#
51.56Scgd
61.322Sbouyerifndef xen
71.322Sbouyer
81.56Scgd# maxpartitions must be first item in files.${ARCH}.newconf
91.253Swizmaxpartitions 8
101.94Sthorpej
111.193Sperrymaxusers 2 16 128
121.125Sthorpej
131.273Syamtdefparam opt_kernbase.h	KERNBASE
141.273Syamt
151.124Sbouyer# delay before cpu_reset() for reboot.
161.201Slukemdefparam		CPURESET_DELAY
171.101Sthorpej
181.362Sjmcneill# Obsolete Xbox support
191.362Sjmcneillobsolete defflag	XBOX
201.298Sjmcneill
211.101Sthorpej# VM86 emulation
221.201Slukemdefflag			VM86
231.102Sthorpej
241.103Sthorpej# User-settable LDT (used by WINE)
251.201Slukemdefflag			USER_LDT
261.104Sthorpej
271.105Sthorpej# X server support in console drivers
281.201Slukemdefflag	opt_xserver.h	XSERVER XSERVER_DDB
291.181Schs
301.181Schs# The REAL{BASE,EXT}MEM options
311.199Slukemdefparam opt_realmem.h	REALBASEMEM REALEXTMEM
321.140Sdrochner
331.326Sjoerg# The PHYSMEM_MAX_{SIZE,ADDR} optionms
341.326Sjoergdefparam opt_physmem.h	PHYSMEM_MAX_ADDR PHYSMEM_MAX_SIZE
351.326Sjoerg
361.140Sdrochner# understand boot device passed by pre-1.3 bootblocks
371.201Slukemdefflag			COMPAT_OLDBOOT
381.98Sthorpej
391.142Sthorpej# PCI BIOS options
401.201Slukemdefflag	opt_pcibios.h	PCIBIOS PCIBIOSVERBOSE
411.202Slukem			PCIBIOS_INTR_GUESS PCIINTR_DEBUG
421.202Slukemdefparam opt_pcibios.h	PCIBIOS_IRQS_HINT
431.166Sthorpej
441.209Syamt# kernel stack debug
451.209Syamtdefflag	opt_kstack_dr0.h		KSTACK_CHECK_DR0
461.236Sjmmv
471.352Sdyoung# splraise()/spllower() debug
481.352Sdyoungdefflag	opt_spldebug.h			SPLDEBUG
491.352Sdyoung
501.236Sjmmv# Beep on halt
511.318Sxtraemedefflag 	opt_beep.h		BEEP_ONHALT
521.318Sxtraemedefparam 	opt_beep.h		BEEP_ONHALT_COUNT=3
531.318Sxtraemedefparam 	opt_beep.h		BEEP_ONHALT_PITCH=1500
541.318Sxtraemedefparam 	opt_beep.h		BEEP_ONHALT_PERIOD=250
551.209Syamt
561.277Sjmmv# Multiboot support
571.318Sxtraemedefflag 	opt_multiboot.h		MULTIBOOT
581.318Sxtraemeobsolete 	defparam		MULTIBOOT_SYMTAB_SPACE
591.318Sxtraemefile 	arch/i386/i386/multiboot.c	multiboot
601.277Sjmmv
611.56Scgdfile	arch/i386/i386/autoconf.c
621.340Sadfile	arch/i386/i386/aout_machdep.c	exec_aout
631.315Sadfile	arch/i386/i386/busfunc.S
641.315Sadfile	arch/i386/i386/cpufunc.S
651.332Sjoergfile	arch/i386/i386/cpu_in_cksum.S	(inet | inet6) & cpu_in_cksum
661.223Sfvdlfile	arch/i386/i386/db_dbgreg.S	ddb | kstack_check_dr0
671.56Scgdfile	arch/i386/i386/db_disasm.c	ddb
681.56Scgdfile	arch/i386/i386/db_interface.c	ddb
691.357Schristosfile	arch/i386/i386/db_machdep.c	ddb
701.329Sadfile	arch/i386/i386/dumpsys.c
711.241Sdslfile	kern/subr_disk_mbr.c		disk
721.352Sdyoungfile	kern/subr_spldebug.c		spldebug
731.60Smycroftfile	arch/i386/i386/gdt.c
741.315Sadfile	arch/i386/i386/i386func.S
751.152Swsfile	arch/i386/i386/ipkdb_glue.c	ipkdb
761.85Sthorpejfile	arch/i386/i386/kgdb_machdep.c	kgdb
771.327Sadfile	arch/i386/i386/kobj_machdep.c	modular
781.56Scgdfile	arch/i386/i386/machdep.c
791.334Sxtraemefile 	arch/i386/i386/longrun.c
801.197Sthorpejfile	arch/i386/i386/mtrr_k6.c	mtrr
811.56Scgdfile	arch/i386/i386/process_machdep.c
821.56Scgdfile	arch/i386/i386/trap.c
831.56Scgdfile	dev/cons.c
841.372Sdslfile	arch/i386/isa/npx.c
851.167Sthorpej
861.353Sdhollandfile	arch/i386/i386/mptramp.S	multiprocessor
871.215Sfvdl
881.167Sthorpejfile	arch/i386/i386/pmc.c		perfctrs
891.192Stls
901.219Sthorpejfile	crypto/des/arch/i386/des_enc.S		des
911.219Sthorpejfile	crypto/des/arch/i386/des_cbc.S		des
921.219Sthorpej
931.219Sthorpejfile	crypto/blowfish/arch/i386/bf_enc.S	blowfish
941.246Stlsfile	crypto/blowfish/arch/i386/bf_cbc.S	blowfish & !i386_cpu
951.56Scgd
961.56Scgd#
971.368Salnsn# Stack-less Just-In-Time compiler
981.368Salnsn#
991.368Salnsn
1001.368Salnsninclude	"external/bsd/sljit/conf/files.sljit"
1011.368Salnsn
1021.368Salnsn#
1031.56Scgd# Machine-independent SCSI drivers
1041.56Scgd#
1051.56Scgd
1061.182Slukeminclude	"dev/scsipi/files.scsipi"
1071.69Sperry
1081.97Scgd#
1091.97Scgd# Machine-independent ATA drivers
1101.97Scgd#
1111.97Scgd
1121.182Slukeminclude	"dev/ata/files.ata"
1131.97Scgd
1141.79Spk# Memory Disk for install floppy
1151.338Schristosfile	dev/md_root.c			memory_disk_hooks & md
1161.171Sad
1171.171Sad#
1181.171Sad# Machine-independent I2O drivers
1191.171Sad#
1201.171Sad
1211.182Slukeminclude	"dev/i2o/files.i2o"
1221.56Scgd
1231.142Sthorpej# attribute used to bring in BIOS trampoline code for real-mode probing
1241.142Sthorpej# of certain devices/BIOS features
1251.182Slukemdefine	bioscall
1261.223Sfvdlfile	arch/i386/i386/bioscall.S	bioscall needs-flag
1271.142Sthorpej
1281.142Sthorpej# BIOS32 routines
1291.142Sthorpejdefine	bios32
1301.142Sthorpejfile	arch/i386/i386/bios32.c		bios32 needs-flag
1311.142Sthorpej
1321.260Sdrochner# i386 specific mainbus attributes
1331.318Sxtraemedefine	apmbus {}
1341.318Sxtraemedefine	pnpbiosbus {}
1351.260Sdrochner
1361.56Scgd#
1371.56Scgd# System bus types
1381.56Scgd#
1391.65Scgd
1401.142Sthorpej# XXX BIOS32 only if something that uses it is configured!
1411.260Sdrochnerdevice	mainbus: isabus, eisabus, mcabus, pcibus, bios32, acpibus,
1421.343Sjmcneill	cpubus, ioapicbus, apmbus, pnpbiosbus, ipmibus,
1431.323Sjmcneill	bioscall
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.182Slukeminclude	"dev/pci/files.pci"
1531.195Sthorpejinclude "dev/pci/files.agp"
1541.142Sthorpejfile	arch/i386/pci/pcibios.c		pcibios
1551.264Ssekiyafile	arch/i386/pci/pci_intr_fixup.c	pcibios & pci_intr_fixup
1561.264Ssekiyafile	arch/i386/pci/piix.c		pcibios & pci_intr_fixup
1571.264Ssekiyafile	arch/i386/pci/opti82c558.c	pcibios & pci_intr_fixup
1581.264Ssekiyafile	arch/i386/pci/opti82c700.c	pcibios & pci_intr_fixup
1591.264Ssekiyafile	arch/i386/pci/sis85c503.c	pcibios & pci_intr_fixup
1601.264Ssekiyafile	arch/i386/pci/via82c586.c	pcibios & pci_intr_fixup
1611.276Sxtraemefile	arch/i386/pci/via8231.c		pcibios & pci_intr_fixup
1621.264Ssekiyafile	arch/i386/pci/amd756.c		pcibios & pci_intr_fixup
1631.264Ssekiyafile	arch/i386/pci/ali1543.c		pcibios & pci_intr_fixup
1641.201Slukemdefparam		PCI_CONF_MODE
1651.127Snathanwfile	arch/i386/pci/pcic_pci_machdep.c	pcic_pci
1661.245Sdyoung
1671.318Sxtraeme# x86 specific PCI hardware
1681.318Sxtraemeinclude "arch/x86/pci/files.pci"
1691.213Sthorpej
1701.213Sthorpej# AMD Elan SC520 System Controller (PCI-Host bridge)
1711.331Sdyoungdefine elanparbus { }
1721.331Sdyoungdefine elanpexbus { }
1731.335Sdyoungdevice	elansc: sysmon_wdog, gpiobus, elanparbus, elanpexbus, pcibus
1741.335Sdyoungattach	elansc at pcibus
1751.335Sdyoung
1761.213Sthorpejfile	arch/i386/pci/elan520.c		elansc
1771.107Sthorpej
1781.331Sdyoungdevice elanpar
1791.331Sdyoungattach elanpar at elanparbus
1801.331Sdyoung
1811.331Sdyoungdevice elanpex
1821.331Sdyoungattach elanpex at elanpexbus
1831.331Sdyoung
1841.310Sxtraeme# AMD Geode CS5535 Companion IDE controller
1851.310Sxtraemedevice	gcscide: ata, ata_dma, ata_udma, pciide_common, wdc_common
1861.310Sxtraemeattach	gcscide at pci
1871.310Sxtraemefile	arch/i386/pci/gcscide.c 	gcscide
1881.310Sxtraeme
1891.312Sjmcneill# AMD Geode CS5536 Companion EHCI
1901.312Sjmcneilldevice	gcscehci: usbus
1911.312Sjmcneillattach	gcscehci at pci
1921.312Sjmcneillfile	arch/i386/pci/gcscehci.c	gcscehci
1931.312Sjmcneill
1941.288Skardel# AMD Geode SC1100 GCB area
1951.288Skardeldevice  geodegcb {}
1961.288Skardelattach	geodegcb at pci
1971.288Skardelfile	arch/i386/pci/geode.c		geodegcb
1981.288Skardel
1991.270Sdyoung# AMD Geode SC1100 Watchdog Timer
2001.288Skardeldevice	geodewdog: sysmon_wdog, geodegcb
2011.288Skardelattach	geodewdog at geodegcb
2021.288Skardelfile	arch/i386/pci/geodewdg.c	geodewdog
2031.288Skardel
2041.288Skardel# AMD Geode SC1100 high resolution counter
2051.288Skardeldevice	geodecntr: geodegcb
2061.288Skardelattach  geodecntr at geodegcb
2071.288Skardelfile	arch/i386/pci/geodecntr.c	geodecntr
2081.270Sdyoung
2091.107Sthorpej# PCI-EISA bridges
2101.108Sthorpejdevice	pceb: eisabus, isabus
2111.107Sthorpejattach	pceb at pci
2121.107Sthorpejfile	arch/i386/pci/pceb.c		pceb
2131.78Sthorpej
2141.78Sthorpej# PCI-ISA bridges
2151.271Sjmcneilldevice	gscpcib: isabus, gpiobus
2161.271Sjmcneillattach	gscpcib at pci
2171.271Sjmcneillfile	arch/i386/pci/gscpcib.c		gscpcib
2181.271Sjmcneill
2191.328Sxtraeme# AMD Geode CS5535/CS5536 PCI-ISA bridge
2201.328Sxtraemedevice	gcscpcib: isabus, sysmon_wdog, gpiobus
2211.361Sbouyerattach	gcscpcib at pci with gcscpcib_pci
2221.361Sbouyerfile	arch/i386/pci/gcscpcib_pci.c	gcscpcib_pci
2231.361Sbouyerfile	dev/ic/gcscpcib.c		gcscpcib
2241.328Sxtraeme
2251.287Sjmcneilldevice	piixpcib: isabus, bioscall
2261.287Sjmcneillattach	piixpcib at pci
2271.287Sjmcneillfile	arch/i386/pci/piixpcib.c	piixpcib
2281.287Sjmcneill
2291.283Sjmcneilldevice	viapcib: isabus, i2cbus
2301.283Sjmcneillattach	viapcib at pci
2311.283Sjmcneillfile	arch/i386/pci/viapcib.c		viapcib
2321.283Sjmcneill
2331.184Sjdolecek# PCI-MCA bridges
2341.184Sjdolecekdevice	pcmb: mcabus
2351.184Sjdolecekattach	pcmb at pci
2361.184Sjdolecekfile	arch/i386/pci/pcmb.c		pcmb
2371.64Scgd
2381.215Sfvdldevice	p64h2apic
2391.215Sfvdlattach	p64h2apic at pci
2401.215Sfvdlfile	arch/i386/pci/p64h2apic.c	p64h2apic
2411.215Sfvdl
2421.215Sfvdl
2431.64Scgd#
2441.55Smycroft# ISA and mixed ISA+EISA or ISA+PCI drivers
2451.55Smycroft#
2461.56Scgd
2471.182Slukeminclude	"dev/isa/files.isa"
2481.115Scgd
2491.369Smbalmer# Protech PS3100 cash drawer
2501.369Smbalmerdevice	ptcd: gpiobus
2511.369Smbalmerattach	ptcd at isa
2521.369Smbalmerfile	dev/isa/ptcd.c			ptcd
2531.369Smbalmer
2541.239Swiz# PC Mice: Logitech-style and Microsoft-style
2551.128Sdrochnerdevice	lms: wsmousedev
2561.67Sthorpejattach	lms at isa
2571.128Sdrochnerfile	arch/i386/isa/lms.c		lms
2581.128Sdrochnerdevice	mms: wsmousedev
2591.67Sthorpejattach	mms at isa
2601.128Sdrochnerfile	arch/i386/isa/mms.c		mms
2611.111Sdrochner
2621.250Sbjh21include	"dev/pckbport/files.pckbport"
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.76Ssoda
2771.76Ssoda# Adaptec AHA-284x VL SCSI controllers
2781.76Ssoda# device declaration in sys/conf/files
2791.150Sfvdlattach	ahc at isa with ahc_isa: ahc_aic77xx, smc93cx6
2801.76Ssodafile	arch/i386/isa/ahc_isa.c		ahc_isa
2811.56Scgd
2821.55Smycroft#
2831.55Smycroft# EISA-only drivers
2841.55Smycroft#
2851.56Scgd
2861.182Slukeminclude	"dev/eisa/files.eisa"
2871.72Scgdfile	arch/i386/eisa/eisa_machdep.c	eisa
2881.154Sjdolecek
2891.154Sjdolecek#
2901.154Sjdolecek# MCA-only drivers
2911.154Sjdolecek#
2921.154Sjdolecek
2931.182Slukemdevice	mca {[slot = -1]} : bioscall
2941.182Slukeminclude	"dev/mca/files.mca"
2951.159Sjdolecekfile	arch/i386/mca/mca_machdep.c	mca
2961.187Sjdolecek
2971.80Schristos# ISA Plug 'n Play devices
2981.80Schristosfile	arch/i386/isa/isapnp_machdep.c	isapnp
2991.130Sdrochner
3001.130Sdrochner#
3011.130Sdrochner# VME support
3021.130Sdrochner#
3031.182Slukeminclude	"dev/vme/files.vme"
3041.240Sgmcgarry
3051.240Sgmcgarry#
3061.240Sgmcgarry# GPIB support
3071.240Sgmcgarry#
3081.240Sgmcgarryinclude "dev/gpib/files.gpib"
3091.77Sjtk
3101.77Sjtk#
3111.300Sdyoung# CMOS RAM
3121.300Sdyoung#
3131.300Sdyoungdefpseudo cmos
3141.300Sdyoungfile	arch/i386/isa/cmos.c		cmos needs-flag
3151.300Sdyoung
3161.300Sdyoung#
3171.77Sjtk# Other mainbus-attached devices
3181.77Sjtk#
3191.77Sjtk
3201.290Schristosinclude "dev/apm/files.apm"
3211.290Schristos
3221.55Smycroft#
3231.55Smycroft# Compatibility modules
3241.55Smycroft#
3251.61Smycroft
3261.61Smycroft# VM86 mode
3271.61Smycroftfile	arch/i386/i386/vm86.c			vm86
3281.120Smycroft
3291.120Smycroft# Binary compatibility with previous NetBSD releases (COMPAT_XX)
3301.294Sdrochnerfile	arch/i386/i386/compat_13_machdep.c	compat_13
3311.244Schristosfile	arch/i386/i386/compat_16_machdep.c	compat_16 | compat_ibcs2
3321.56Scgd
3331.59Smycroft# SVR4 binary compatibility (COMPAT_SVR4)
3341.182Slukeminclude	"compat/svr4/files.svr4"
3351.59Smycroftfile	arch/i386/i386/svr4_machdep.c		compat_svr4
3361.223Sfvdlfile	arch/i386/i386/svr4_sigcode.S		compat_svr4
3371.177Smycroftfile	arch/i386/i386/svr4_syscall.c		compat_svr4
3381.189Schristos
3391.59Smycroft# iBCS-2 binary compatibility (COMPAT_IBCS2)
3401.182Slukeminclude	"compat/ibcs2/files.ibcs2"
3411.88Smycroftfile	arch/i386/i386/ibcs2_machdep.c		compat_ibcs2
3421.223Sfvdlfile	arch/i386/i386/ibcs2_sigcode.S		compat_ibcs2
3431.176Sjdolecekfile	arch/i386/i386/ibcs2_syscall.c		compat_ibcs2
3441.56Scgd
3451.59Smycroft# Linux binary compatibility (COMPAT_LINUX)
3461.182Slukeminclude	"compat/linux/files.linux"
3471.182Slukeminclude	"compat/linux/arch/i386/files.linux_i386"
3481.223Sfvdlfile	arch/i386/i386/linux_sigcode.S		compat_linux
3491.176Sjdolecekfile	arch/i386/i386/linux_syscall.c		compat_linux
3501.263Sfvdlfile	arch/x86/x86/linux_trap.c		compat_linux
3511.58Smycroft
3521.59Smycroft# FreeBSD binary compatibility (COMPAT_FREEBSD)
3531.182Slukeminclude	"compat/freebsd/files.freebsd"
3541.58Smycroftfile	arch/i386/i386/freebsd_machdep.c	compat_freebsd
3551.223Sfvdlfile	arch/i386/i386/freebsd_sigcode.S	compat_freebsd
3561.179Sjdolecekfile	arch/i386/i386/freebsd_syscall.c	compat_freebsd
3571.131Schristos
3581.284Srittera# NDIS compatibilty (COMPAT_NDIS)
3591.286Sritterainclude "compat/ndis/files.ndis"
3601.284Srittera
3611.82Saugustss# OSS audio driver compatibility
3621.182Slukeminclude	"compat/ossaudio/files.ossaudio"
3631.139Shaya
3641.139Shaya#
3651.139Shaya# CARDBUS
3661.139Shaya#
3671.182Slukeminclude	"dev/cardbus/files.cardbus"
3681.139Shayafile	arch/i386/i386/rbus_machdep.c	cardbus
3691.90Sthorpej
3701.90Sthorpej# XXXX pcic here because it needs to be late.  The catch: pcic needs
3711.90Sthorpej# to be late, so devices which attach to it are attached late.  But it
3721.90Sthorpej# needs to be before its isa and pci attachments.  This answer is
3731.90Sthorpej# non-optimal, but I don't have a better answer right now.
3741.90Sthorpej
3751.165Sitohy# PCIC pcmcia controller
3761.90Sthorpej# XXX this needs to be done very late, so it's done here.  This feels
3771.90Sthorpej# like a kludge, but it might be for the best.
3781.93Sthorpej
3791.201Slukemdefparam		PCIC_ISA_ALLOC_IOBASE
3801.201Slukemdefparam		PCIC_ISA_ALLOC_IOSIZE
3811.201Slukemdefparam		PCIC_ISA_INTR_ALLOC_MASK
3821.93Sthorpej
3831.126Spkdevice	pcic: pcmciabus
3841.92Sthorpejfile	dev/ic/i82365.c			pcic
3851.90Sthorpej
3861.114Ssommerfe# PCIC pcmcia controller on ISA bus.
3871.90Sthorpejattach	pcic at isa with pcic_isa
3881.90Sthorpejfile	dev/isa/i82365_isa.c		pcic_isa
3891.90Sthorpej
3901.114Ssommerfe# PCIC pcmcia controller on PCI bus.
3911.90Sthorpejattach	pcic at pci with pcic_pci
3921.90Sthorpejfile	dev/pci/i82365_pci.c		pcic_pci
3931.90Sthorpej
3941.114Ssommerfe# PCIC pcmcia controller on PnP board
3951.182Slukemattach	pcic at isapnp with pcic_isapnp
3961.114Ssommerfefile	dev/isapnp/i82365_isapnp.c	pcic_isapnp
3971.114Ssommerfe
3981.114Ssommerfe# Code common to ISA and ISAPnP attachments
3991.127Snathanwfile	dev/isa/i82365_isasubr.c	pcic_isa | pcic_isapnp | pcic_pci
4001.132Sbad
4011.132Sbad# XXXX tcic here because it needs to be late.  The catch: tcic needs
4021.132Sbad# to be late, so devices which attach to it are attached late.  But it
4031.132Sbad# needs to be before its isa and pci attachments.  This answer is
4041.132Sbad# non-optimal, but I don't have a better answer right now.
4051.132Sbad
4061.165Sitohy# TCIC pcmcia controller
4071.132Sbad# XXX this needs to be done very late, so it's done here.  This feels
4081.132Sbad# like a kludge, but it might be for the best.
4091.132Sbad
4101.201Slukemdefparam		TCIC_ISA_ALLOC_IOBASE
4111.201Slukemdefparam		TCIC_ISA_ALLOC_IOSIZE
4121.201Slukemdefparam		TCIC_ISA_INTR_ALLOC_MASK
4131.132Sbad
4141.132Sbaddevice	tcic: pcmciabus
4151.132Sbadfile	dev/ic/tcic2.c			tcic
4161.132Sbad
4171.165Sitohy# TCIC pcmcia controller
4181.132Sbadattach	tcic at isa with tcic_isa
4191.132Sbadfile	dev/isa/tcic2_isa.c		tcic_isa
4201.90Sthorpej
4211.90Sthorpej# this wants to be probed as late as possible.
4221.90Sthorpej#
4231.90Sthorpej# Machine-independent PCMCIA drivers
4241.90Sthorpej#
4251.182Slukeminclude	"dev/pcmcia/files.pcmcia"
4261.90Sthorpej
4271.90Sthorpej
4281.182Slukeminclude	"dev/usb/files.usb"
4291.170Sonoe
4301.289Sgdamoreinclude	"dev/bluetooth/files.bluetooth"
4311.289Sgdamore
4321.349Snonakainclude	"dev/sdmmc/files.sdmmc"
4331.349Snonaka
4341.182Slukeminclude	"dev/ieee1394/files.ieee1394"
4351.141Sdrochner
4361.182Slukeminclude	"arch/i386/pnpbios/files.pnpbios"
4371.198Sthorpej
4381.198Sthorpejinclude "dev/acpi/files.acpi"
4391.323Sjmcneillfile	arch/i386/acpi/acpi_wakeup_low.S	acpi
4401.207Schristos
4411.344Sjmcneill# Obsolete vesabios/vesafb flags
4421.344Sjmcneillobsolete	defflag	opt_vesabios.h	VESABIOSVERBOSE
4431.344Sjmcneillobsolete	defparam opt_vesafb.h	VESAFB_WIDTH VESAFB_HEIGHT VESAFB_DEPTH
4441.344Sjmcneillobsolete	defflag	opt_vesafb.h	VESAFB_PM
4451.344Sjmcneill
4461.309Sjmcneill# AMD Geode LX Security Block
4471.309Sjmcneilldevice	glxsb: opencrypto
4481.370Smbalmerattach	glxsb at pci
4491.309Sjmcneillfile	arch/i386/pci/glxsb.c		glxsb
4501.309Sjmcneill
4511.214Sgehennainclude "arch/i386/conf/majors.i386"
4521.322Sbouyerendif #xen
453