Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/pci Pullup rev 1.101 (requested by tron in ticket...



details:   https://anonhg.NetBSD.org/src/rev/7eebf911fb5e
branches:  netbsd-3
changeset: 575295:7eebf911fb5e
user:      jmc <jmc%NetBSD.org@localhost>
date:      Thu Apr 07 17:01:10 2005 +0000

description:
Pullup rev 1.101 (requested by tron in ticket #16)

        Add support for Intel PRO/1000 GT.

diffstat:

 sys/dev/pci/if_wm.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r b9299b55b13b -r 7eebf911fb5e sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Thu Apr 07 17:01:05 2005 +0000
+++ b/sys/dev/pci/if_wm.c       Thu Apr 07 17:01:10 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.100 2005/03/11 17:07:51 matt Exp $ */
+/*     $NetBSD: if_wm.c,v 1.100.2.1 2005/04/07 17:01:10 jmc Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.100 2005/03/11 17:07:51 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.100.2.1 2005/04/07 17:01:10 jmc Exp $");
 
 #include "bpfilter.h"
 #include "rnd.h"
@@ -624,6 +624,10 @@
          "Intel i82541GI Mobile 1000BASE-T Ethernet",
          WM_T_82541_2,         WMP_F_1000T },
 
+       { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82541PI,
+         "Intel i82541PI 1000BASE-T Ethernet",
+         WM_T_82541_2,         WMP_F_1000T },
+
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82547EI,
          "Intel i82547EI 1000BASE-T Ethernet",
          WM_T_82547,           WMP_F_1000T },



Home | Main Index | Thread Index | Old Index