Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/x86/pci Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/957795fa8310
branches:  netbsd-3
changeset: 577514:957795fa8310
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Nov 21 20:19:52 2005 +0000

description:
Pull up following revision(s) (requested by christos in ticket #966):
        sys/arch/x86/pci/pci_machdep.c: revision 1.12
PR/31885: Stephane Witzmann: Force pci mode 1 on SIS 741.

diffstat:

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

diffs (27 lines):

diff -r 173e3634db01 -r 957795fa8310 sys/arch/x86/pci/pci_machdep.c
--- a/sys/arch/x86/pci/pci_machdep.c    Mon Nov 21 20:16:27 2005 +0000
+++ b/sys/arch/x86/pci/pci_machdep.c    Mon Nov 21 20:19:52 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep.c,v 1.9.14.1 2005/04/21 18:40:40 tron Exp $        */
+/*     $NetBSD: pci_machdep.c,v 1.9.14.2 2005/11/21 20:19:52 tron Exp $        */
 
 /*-
  * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.9.14.1 2005/04/21 18:40:40 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_machdep.c,v 1.9.14.2 2005/11/21 20:19:52 tron Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -164,6 +164,8 @@
        _qe(0, 0, 0, PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82437FX),
        /* Connectix Virtual PC 5 has a 440BX */
        _qe(0, 0, 0, PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82443BX_NOAGP),
+       /* SIS 741 */
+       _qe(0, 0, 0, PCI_VENDOR_SIS, PCI_PRODUCT_SIS_741),
        {0, 0xffffffff} /* patchable */
 };
 #undef _m1tag



Home | Main Index | Thread Index | Old Index