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 VIA VX900 host bridge to a buggy PCI mo...



details:   https://anonhg.NetBSD.org/src/rev/2fef7cdbbd9e
branches:  trunk
changeset: 773758:2fef7cdbbd9e
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Feb 15 16:30:29 2012 +0000

description:
Add VIA VX900 host bridge to a buggy PCI mode 1 quirk table.  PR/46018
Ok releng@

diffstat:

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

diffs (27 lines):

diff -r 77361bf2c928 -r 2fef7cdbbd9e sys/arch/x86/pci/pci_machdep.c
--- a/sys/arch/x86/pci/pci_machdep.c    Wed Feb 15 16:27:23 2012 +0000
+++ b/sys/arch/x86/pci/pci_machdep.c    Wed Feb 15 16:30:29 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.c,v 1.53 2011/11/18 22:18:08 jmcneill Exp $        */
+/*     $NetBSD: pci_machdep.c,v 1.54 2012/02/15 16:30:29 tsutsui Exp $ */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -73,7 +73,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.53 2011/11/18 22:18:08 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.54 2012/02/15 16:30:29 tsutsui Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -197,6 +197,8 @@
        _qe(0, 0, 0, PCI_VENDOR_SIS, PCI_PRODUCT_SIS_740),
        /* SIS 741 */
        _qe(0, 0, 0, PCI_VENDOR_SIS, PCI_PRODUCT_SIS_741),
+       /* VIA Technologies VX900 */
+       _qe(0, 0, 0, PCI_VENDOR_VIATECH, PCI_PRODUCT_VIATECH_VX900_HB),
        {0, 0xffffffff} /* patchable */
 };
 #undef _m1tag



Home | Main Index | Thread Index | Old Index