Module Name:    src
Committed By:   uebayasi
Date:           Fri Oct 17 20:55:21 UTC 2014

Modified Files:
        src/sys/arch/x86/pci: files.pci

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x86/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x86/pci/files.pci
diff -u src/sys/arch/x86/pci/files.pci:1.16 src/sys/arch/x86/pci/files.pci:1.17
--- src/sys/arch/x86/pci/files.pci:1.16	Tue Jun 10 01:42:39 2014
+++ src/sys/arch/x86/pci/files.pci	Fri Oct 17 20:55:21 2014
@@ -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 @@ file	arch/x86/pci/agp_machdep.c	agp
 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
 

Reply via email to