Module Name:    src
Committed By:   christos
Date:           Tue Nov 11 02:31:55 UTC 2014

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

Log Message:
add an agp dependency so that the agp drivers get loaded.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 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.18 src/sys/arch/x86/pci/files.pci:1.19
--- src/sys/arch/x86/pci/files.pci:1.18	Sat Oct 18 12:56:51 2014
+++ src/sys/arch/x86/pci/files.pci	Mon Nov 10 21:31:55 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.18 2014/10/18 16:56:51 uebayasi Exp $
+#	$NetBSD: files.pci,v 1.19 2014/11/11 02:31:55 christos Exp $
 
 device 	aapic
 attach 	aapic at pci
@@ -12,7 +12,7 @@ defflag	AGP_X86
 define amdnb_miscbus {}
 
 # PCI-Host bridge chipsets
-device	pchb:	pcibus, agpbus
+device	pchb:	pcibus, agpbus, agp_x86
 attach	pchb at pci
 file	arch/x86/pci/pchb.c		pchb		needs-flag
 

Reply via email to