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 add an agp dependency so that the agp drive...



details:   https://anonhg.NetBSD.org/src/rev/42e153979435
branches:  trunk
changeset: 333613:42e153979435
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Nov 11 02:31:55 2014 +0000

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

diffstat:

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

diffs (18 lines):

diff -r bdd8896a8d03 -r 42e153979435 sys/arch/x86/pci/files.pci
--- a/sys/arch/x86/pci/files.pci        Mon Nov 10 22:43:46 2014 +0000
+++ b/sys/arch/x86/pci/files.pci        Tue Nov 11 02:31:55 2014 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index