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 not ICH9 but ICH8.
details: https://anonhg.NetBSD.org/src/rev/735ad85ba056
branches: trunk
changeset: 348561:735ad85ba056
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Wed Oct 26 06:51:35 2016 +0000
description:
82567V-3 is not ICH9 but ICH8.
diffstat:
sys/dev/pci/if_wm.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 6f904022ada8 -r 735ad85ba056 sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c Wed Oct 26 06:50:43 2016 +0000
+++ b/sys/dev/pci/if_wm.c Wed Oct 26 06:51:35 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_wm.c,v 1.425 2016/10/21 08:30:48 msaitoh Exp $ */
+/* $NetBSD: if_wm.c,v 1.426 2016/10/26 06:51:35 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.425 2016/10/21 08:30:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.426 2016/10/26 06:51:35 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -1138,6 +1138,9 @@
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_IFE_G,
"Intel i82801H IFE (G) LAN Controller",
WM_T_ICH8, WMP_F_COPPER },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_82567V_3,
+ "82567V-3 LAN Controller",
+ WM_T_ICH8, WMP_F_COPPER },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_IGP_AMT,
"82801I (AMT) LAN Controller",
WM_T_ICH9, WMP_F_COPPER },
@@ -1165,9 +1168,6 @@
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_BM,
"82567LM-4 LAN Controller",
WM_T_ICH9, WMP_F_COPPER },
- { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_82567V_3,
- "82567V-3 LAN Controller",
- WM_T_ICH9, WMP_F_COPPER },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801J_R_BM_LM,
"82567LM-2 LAN Controller",
WM_T_ICH10, WMP_F_COPPER },
Home |
Main Index |
Thread Index |
Old Index