Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/pci Add the i830 bridge.



details:   https://anonhg.NetBSD.org/src/rev/f38566771a2c
branches:  trunk
changeset: 520566:f38566771a2c
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Jan 14 01:45:54 2002 +0000

description:
Add the i830 bridge.

diffstat:

 sys/arch/i386/pci/pchb.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 2576cb669465 -r f38566771a2c sys/arch/i386/pci/pchb.c
--- a/sys/arch/i386/pci/pchb.c  Mon Jan 14 01:38:25 2002 +0000
+++ b/sys/arch/i386/pci/pchb.c  Mon Jan 14 01:45:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pchb.c,v 1.30 2001/12/16 21:33:06 fvdl Exp $   */
+/*     $NetBSD: pchb.c,v 1.31 2002/01/14 01:45:54 augustss Exp $       */
 
 /*-
  * Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.30 2001/12/16 21:33:06 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.31 2002/01/14 01:45:54 augustss Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -257,6 +257,7 @@
                case PCI_PRODUCT_INTEL_82810_DC100_MCH:
                case PCI_PRODUCT_INTEL_82810E_MCH:
                case PCI_PRODUCT_INTEL_82815_FULL_HUB:
+               case PCI_PRODUCT_INTEL_82830MP_IO_1:
                        /*
                         * The host bridge is either in GFX mode (internal
                         * graphics) or in AGP mode. In GFX mode, we pretend



Home | Main Index | Thread Index | Old Index