From 5564c2a495d3b39cf88f9e94fb14ca555fbb4fec Mon Sep 17 00:00:00 2001 From: Owain Ainsworth Date: Tue, 4 Mar 2008 21:14:30 +0000 Subject: sthen@ has an motherboard with both agp and pcie that fails to boot. disabling agp_ali solves this. Proper fix shall hopefully some sometime after release. Shouldn't affect anyone. ok sthen@, prodded by deraadt@. --- sys/arch/i386/conf/files.i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 5fc444309bd..d7ef2e18a9e 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.171 2007/11/28 17:05:09 tedu Exp $ +# $OpenBSD: files.i386,v 1.172 2008/03/04 21:14:29 oga Exp $ # # new style config file for i386 architecture # @@ -103,7 +103,7 @@ file arch/i386/pci/pciide_machdep.c pciide file arch/i386/pci/pcic_pci_machdep.c pcic_pci # PCI-Host bridge chipsets -device pchb: pcibus, agpbus, agp_ali, agp_amd, agp_i810, agp_intel, agp_sis, +device pchb: pcibus, agpbus, agp_amd, agp_i810, agp_intel, agp_sis, agp_via attach pchb at pci file arch/i386/pci/pchb.c pchb -- cgit v1.2.3