Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/pci Fix another indirect circular dependency (a...



details:   https://anonhg.NetBSD.org/src/rev/c7d8335a3b21
branches:  trunk
changeset: 333076:c7d8335a3b21
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Oct 17 20:55:21 2014 +0000

description:
Fix another indirect circular dependency (agp_* -> (agpbus) -> pchb -> abp_*).
Fixes "no agp*" build.  Reported & build-tested by Kurt Schreiner.

diffstat:

 sys/arch/x86/pci/files.pci |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r 9f4cea080f9c -r c7d8335a3b21 sys/arch/x86/pci/files.pci
--- a/sys/arch/x86/pci/files.pci        Fri Oct 17 20:52:00 2014 +0000
+++ b/sys/arch/x86/pci/files.pci        Fri Oct 17 20:55:21 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.16 2014/06/10 01:42:39 hikaru Exp $
+#      $NetBSD: files.pci,v 1.17 2014/10/17 20:55:21 uebayasi Exp $
 
 device         aapic
 attach         aapic at pci
@@ -9,9 +9,7 @@
 define amdnb_miscbus {}
 
 # PCI-Host bridge chipsets
-device pchb:   pcibus, agpbus,
-               agp_ali, agp_amd, agp_amd64, agp_i810,
-               agp_intel, agp_sis, agp_via
+device pchb:   pcibus, agpbus
 attach pchb at pci
 file   arch/x86/pci/pchb.c             pchb            needs-flag
 



Home | Main Index | Thread Index | Old Index