Module Name:    src
Committed By:   msaitoh
Date:           Sun Nov 16 09:47:35 UTC 2014

Modified Files:
        src/sys/dev/pci: if_wm.c

Log Message:
Add C2000 KX and 2.5G.


To generate a diff of this commit:
cvs rdiff -u -r1.307 -r1.308 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/sys/dev/pci/if_wm.c
diff -u src/sys/dev/pci/if_wm.c:1.307 src/sys/dev/pci/if_wm.c:1.308
--- src/sys/dev/pci/if_wm.c:1.307	Fri Oct 24 17:58:09 2014
+++ src/sys/dev/pci/if_wm.c	Sun Nov 16 09:47:35 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_wm.c,v 1.307 2014/10/24 17:58:09 msaitoh Exp $	*/
+/*	$NetBSD: if_wm.c,v 1.308 2014/11/16 09:47:35 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -81,7 +81,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.307 2014/10/24 17:58:09 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.308 2014/11/16 09:47:35 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1159,9 +1159,18 @@ static const struct wm_product {
 	  "I350 Gigabit Connection",
 	  WM_T_I350,		WMP_F_COPPER },
 
+	{ PCI_VENDOR_INTEL,	PCI_PRODUCT_INTEL_C2000_1000KX,
+	  "I354 Gigabit Ethernet (KX)",
+	  WM_T_I354,		WMP_F_SERDES },
+
 	{ PCI_VENDOR_INTEL,	PCI_PRODUCT_INTEL_C2000_SGMII,
-	  "I354 Gigabit Connection",
+	  "I354 Gigabit Ethernet (SGMII)",
+	  WM_T_I354,		WMP_F_COPPER },
+
+	{ PCI_VENDOR_INTEL,	PCI_PRODUCT_INTEL_C2000_25GBE,
+	  "I354 Gigabit Ethernet (2.5G)",
 	  WM_T_I354,		WMP_F_COPPER },
+
 	{ PCI_VENDOR_INTEL,	PCI_PRODUCT_INTEL_I210_T1,
 	  "I210-T1 Ethernet Server Adapter",
 	  WM_T_I210,		WMP_F_COPPER },

Reply via email to