diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-06 03:20:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-06-06 03:20:59 +0000 |
commit | 034e75d22e9fec0a70df06f1255b6448c8021d6b (patch) | |
tree | 28888057d8f330d5ebc8f742e9d051acf7b1a0ef /sys/arch/i386/conf/files.i386 | |
parent | caeb2c7cc4eec6ee9431d8bda5f2b44ed059af3e (diff) |
option X86EMU is how this subsystem is brought into a kernel
Diffstat (limited to 'sys/arch/i386/conf/files.i386')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index ffe4ccef9e1..ad1befb9562 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.191 2009/06/06 00:35:00 pirofti Exp $ +# $OpenBSD: files.i386,v 1.192 2009/06/06 03:20:58 deraadt Exp $ # # new style config file for i386 architecture # @@ -103,7 +103,7 @@ include "../../../dev/pci/files.pci" file arch/i386/pci/pci_machdep.c pci file arch/i386/pci/pciide_machdep.c pciide file arch/i386/pci/pcic_pci_machdep.c pcic_pci -file arch/i386/pci/vga_post.c vga_pci & vga_post +file arch/i386/pci/vga_post.c vga_pci & x86emu # PCI-Host bridge chipsets device pchb: pcibus, agpbus |