Module Name: src Committed By: msaitoh Date: Fri Apr 13 06:04:12 UTC 2018
Modified Files: src/share/man/man4: wm.4 src/sys/dev/pci: if_wm.c Log Message: Enable I219. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/share/man/man4/wm.4 cvs rdiff -u -r1.570 -r1.571 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man4/wm.4 diff -u src/share/man/man4/wm.4:1.39 src/share/man/man4/wm.4:1.40 --- src/share/man/man4/wm.4:1.39 Wed Feb 7 03:26:36 2018 +++ src/share/man/man4/wm.4 Fri Apr 13 06:04:12 2018 @@ -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 I210 Ethernet (Copper, Fiber) 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 Index: src/sys/dev/pci/if_wm.c diff -u src/sys/dev/pci/if_wm.c:1.570 src/sys/dev/pci/if_wm.c:1.571 --- src/sys/dev/pci/if_wm.c:1.570 Thu Apr 12 03:25:08 2018 +++ src/sys/dev/pci/if_wm.c Fri Apr 13 06:04:12 2018 @@ -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 @@ static const struct wm_product { { 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 @@ static const struct wm_product { { 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 },