Source-Changes-HG archive

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

[src/trunk]: src Enable I219.



details:   https://anonhg.NetBSD.org/src/rev/6b945ca1dc84
branches:  trunk
changeset: 321994:6b945ca1dc84
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Apr 13 06:04:12 2018 +0000

description:
Enable I219.

diffstat:

 share/man/man4/wm.4 |  6 ++++--
 sys/dev/pci/if_wm.c |  6 ++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (61 lines):

diff -r 540ac74bb3b3 -r 6b945ca1dc84 share/man/man4/wm.4
--- a/share/man/man4/wm.4       Fri Apr 13 01:49:47 2018 +0000
+++ b/share/man/man4/wm.4       Fri Apr 13 06:04:12 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: wm.4,v 1.39 2018/02/07 03:26:36 knakahara Exp $
+.\"    $NetBSD: wm.4,v 1.40 2018/04/13 06:04:12 msaitoh Exp $
 .\"
 .\" Copyright 2002, 2003 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 18, 2018
+.Dd April 13, 2018
 .Dt WM 4
 .Os
 .Sh NAME
@@ -152,6 +152,8 @@
 Intel I211 Ethernet
 .It
 Intel I217 and I218 Ethernet
+.It
+Intel I219 Ethernet (with Intel [123]00 series chipset)
 .El
 .Pp
 In addition to Intel's own
diff -r 540ac74bb3b3 -r 6b945ca1dc84 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Fri Apr 13 01:49:47 2018 +0000
+++ b/sys/dev/pci/if_wm.c       Fri Apr 13 06:04:12 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.570 2018/04/12 03:25:08 msaitoh Exp $      */
+/*     $NetBSD: if_wm.c,v 1.571 2018/04/13 06:04:12 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.570 2018/04/12 03:25:08 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.571 2018/04/13 06:04:12 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -1485,7 +1485,6 @@
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_I218_LM3,
          "I218 LM Ethernet Connection",
          WM_T_PCH_LPT,         WMP_F_COPPER },
-#if 0
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_I219_V,
          "I219 V Ethernet Connection",
          WM_T_PCH_SPT,         WMP_F_COPPER },
@@ -1525,7 +1524,6 @@
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_I219_LM7,
          "I219 LM Ethernet Connection",
          WM_T_PCH_CNP,         WMP_F_COPPER },
-#endif
        { 0,                    0,
          NULL,
          0,                    0 },



Home | Main Index | Thread Index | Old Index