Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pci Pullup patch (requested by briggs in ticket...



details:   https://anonhg.NetBSD.org/src/rev/a029c6497bb5
branches:  netbsd-1-6
changeset: 531233:a029c6497bb5
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Apr 06 05:25:04 2004 +0000

description:
Pullup patch (requested by briggs in ticket #1648)

Pull in changes to support the Intel 82801EB/ER (ICH5) Controller. PR#25002

diffstat:

 sys/dev/pci/if_fxp_pci.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r bb57e11b85e0 -r a029c6497bb5 sys/dev/pci/if_fxp_pci.c
--- a/sys/dev/pci/if_fxp_pci.c  Tue Apr 06 05:24:46 2004 +0000
+++ b/sys/dev/pci/if_fxp_pci.c  Tue Apr 06 05:25:04 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_fxp_pci.c,v 1.22.4.6 2003/08/15 19:29:32 tron Exp $ */
+/*     $NetBSD: if_fxp_pci.c,v 1.22.4.7 2004/04/06 05:25:04 jmc Exp $  */
 
 /*-
  * Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.22.4.6 2003/08/15 19:29:32 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.22.4.7 2004/04/06 05:25:04 jmc Exp $");
 
 #include "rnd.h"
 
@@ -145,6 +145,8 @@
          "Intel PRO/100 VM Network Controller with 82562ET PHY" },
        { PCI_PRODUCT_INTEL_PRO_100_M,
          "Intel PRO/100 M Network Controller" },
+       { PCI_PRODUCT_INTEL_82801EB_LAN,
+         "Intel 82801EB/ER (ICH5) Network Controller" },
        { 0,
          NULL },
 };
@@ -381,6 +383,7 @@
        case PCI_PRODUCT_INTEL_PRO_100_VM_3:
        case PCI_PRODUCT_INTEL_PRO_100_VM_4:
        case PCI_PRODUCT_INTEL_PRO_100_VM_6:
+       case PCI_PRODUCT_INTEL_82801EB_LAN:
                printf(": %s, rev %d\n", fpp->fpp_name, sc->sc_rev);
 
                /*



Home | Main Index | Thread Index | Old Index