Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci 82567V_3 is BME1000_E_2(bm). Tested with Advante...
details: https://anonhg.NetBSD.org/src/rev/1afef23b8afd
branches: trunk
changeset: 348562:1afef23b8afd
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Oct 26 07:22:14 2016 +0000
description:
82567V_3 is BME1000_E_2(bm). Tested with Advantech AIMB-212 1st Ethernet port.
diffstat:
sys/dev/pci/if_wm.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 735ad85ba056 -r 1afef23b8afd sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Wed Oct 26 06:51:35 2016 +0000
+++ b/sys/dev/pci/if_wm.c Wed Oct 26 07:22:14 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.426 2016/10/26 06:51:35 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.427 2016/10/26 07:22:14 msaitoh Exp $ */
/*
* Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -84,7 +84,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.426 2016/10/26 06:51:35 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.427 2016/10/26 07:22:14 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -8150,6 +8150,7 @@
/* 82579 */
sc->sc_phytype = WMPHY_82579;
break;
+ case PCI_PRODUCT_INTEL_82801H_82567V_3:
case PCI_PRODUCT_INTEL_82801I_BM:
case PCI_PRODUCT_INTEL_82801J_R_BM_LM:
case PCI_PRODUCT_INTEL_82801J_R_BM_LF:
Home |
Main Index |
Thread Index |
Old Index