diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-03-16 19:24:52 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-03-16 19:24:52 +0000 |
commit | 84746867a9863df603adc37bc169855703df4c5b (patch) | |
tree | d775087e58e031a1e8949c076a515ee6509a86bb /sys | |
parent | 7367200ddfbfd05d9b095b7cfbca09fb434a4c05 (diff) |
for some reason the pchb dependency on agp got left in. kill it.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 669df8ef1f5..583377e4345 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.173 2008/03/16 19:00:28 oga Exp $ +# $OpenBSD: files.i386,v 1.174 2008/03/16 19:24:51 oga Exp $ # # new style config file for i386 architecture # @@ -106,8 +106,7 @@ attach agp at agpbus file arch/i386/pci/agp_machdep.c agp # PCI-Host bridge chipsets -device pchb: pcibus, agpbus, agp_amd, agp_i810, agp_intel, agp_sis, - agp_via +device pchb: pcibus attach pchb at pci file arch/i386/pci/pchb.c pchb |