Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add comment.



details:   https://anonhg.NetBSD.org/src/rev/2a6134f7cde6
branches:  trunk
changeset: 446919:2a6134f7cde6
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Dec 25 07:41:21 2018 +0000

description:
Add comment.

diffstat:

 sys/dev/pci/if_wmvar.h |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (37 lines):

diff -r c60f79656b35 -r 2a6134f7cde6 sys/dev/pci/if_wmvar.h
--- a/sys/dev/pci/if_wmvar.h    Tue Dec 25 06:50:11 2018 +0000
+++ b/sys/dev/pci/if_wmvar.h    Tue Dec 25 07:41:21 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wmvar.h,v 1.41 2018/12/20 09:32:13 msaitoh Exp $    */
+/*     $NetBSD: if_wmvar.h,v 1.42 2018/12/25 07:41:21 msaitoh Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -166,17 +166,17 @@
        WMPHY_M88,
        WMPHY_IGP,
        WMPHY_IGP_2,
-       WMPHY_GG82563,
-       WMPHY_IGP_3,
-       WMPHY_IFE,
-       WMPHY_BM,
-       WMPHY_82577,
-       WMPHY_82578,
-       WMPHY_82579,    /* with PCH2 */
-       WMPHY_I217,     /* with PCH_LPT, PCH_SPT, PCH_CNP */
-       WMPHY_82580,
+       WMPHY_GG82563,  /* 82563: 80003 */
+       WMPHY_IGP_3,    /* 82566: 82575, 82576, ICH8, ICH9 */
+       WMPHY_IFE,      /* 82562 */
+       WMPHY_BM,       /* 82567: ICH8 ICH9 ICH10 */
+       WMPHY_82577,    /* 82577: PCH */
+       WMPHY_82578,    /* 82578: PCH */
+       WMPHY_82579,    /* 82579: PCH2 */
+       WMPHY_I217,     /* I217:  _LPT, I218: _LPT, I219: _SPT _CNP */
+       WMPHY_82580,    /* 82580: 82580 or I350 */
        WMPHY_VF,
-       WMPHY_I210
+       WMPHY_I210      /* I210: I210 I211 */
 } wm_phy_type;
 
 



Home | Main Index | Thread Index | Old Index