Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci 0x10cb is not 82801H but 82801I. No functional c...



details:   https://anonhg.NetBSD.org/src/rev/736800a4e63c
branches:  trunk
changeset: 819987:736800a4e63c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Dec 26 07:55:00 2016 +0000

description:
0x10cb is not 82801H but 82801I. No functional change (The macro name
was changed but the vaule is the same).

diffstat:

 sys/dev/pci/if_wm.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r dd234fda0e59 -r 736800a4e63c sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Mon Dec 26 07:53:31 2016 +0000
+++ b/sys/dev/pci/if_wm.c       Mon Dec 26 07:55:00 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.458 2016/12/15 09:28:05 ozaki-r Exp $      */
+/*     $NetBSD: if_wm.c,v 1.459 2016/12/26 07:55:00 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.458 2016/12/15 09:28:05 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.459 2016/12/26 07:55:00 msaitoh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -1179,7 +1179,7 @@
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82801I_IGP_M,
          "82801I mobile LAN Controller",
          WM_T_ICH9,            WMP_F_COPPER },
-       { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82801H_IGP_M_V,
+       { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82801I_IGP_M_V,
          "82801I mobile (V) LAN Controller",
          WM_T_ICH9,            WMP_F_COPPER },
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_82801I_IGP_M_AMT,



Home | Main Index | Thread Index | Old Index