Add comment.

This commit is contained in:
msaitoh 2018-12-25 07:41:21 +00:00
parent b20defb90b
commit e65f94046b

View File

@ -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 @@ typedef enum {
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;