Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add a missing i82541 ID to the table.



details:   https://anonhg.NetBSD.org/src/rev/2f9c3792ef84
branches:  trunk
changeset: 555577:2f9c3792ef84
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Nov 22 08:32:12 2003 +0000

description:
Add a missing i82541 ID to the table.

diffstat:

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

diffs (29 lines):

diff -r fd9dcadb1256 -r 2f9c3792ef84 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Sat Nov 22 06:15:29 2003 +0000
+++ b/sys/dev/pci/if_wm.c       Sat Nov 22 08:32:12 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.62 2003/11/07 06:03:52 thorpej Exp $       */
+/*     $NetBSD: if_wm.c,v 1.63 2003/11/22 08:32:12 thorpej Exp $       */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -48,7 +48,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.62 2003/11/07 06:03:52 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.63 2003/11/22 08:32:12 thorpej Exp $");
 
 #include "bpfilter.h"
 #include "rnd.h"
@@ -558,6 +558,10 @@
          "Intel i82546GB Gigabit Ethernet (SERDES)",
          WM_T_82546_3,         WMP_F_SERDES },
 #endif
+       { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82541EI,
+         "Intel i82541EI 1000BASE-T Ethernet",
+         WM_T_82541,           WMP_F_1000T },
+
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82541EI_MOBILE,
          "Intel i82541EI Mobile 1000BASE-T Ethernet",
          WM_T_82541,           WMP_F_1000T },



Home | Main Index | Thread Index | Old Index