Gleb Smirnoff ac55afa3ca The comment on BMCR data in if_media entry is wrong. The ifm_data stores
the index array, not a value for BMCR register. In case of IFM_10_T there
could be either MII_MEDIA_10_T or MII_MEDIA_10_T_FDX, which are 1 and 2,
accordingly. Neither matches a valid BMCR value. My guessing is that this
write is harmless, since later mii_phy_setmedia() would write a proper
value there.

The code is here since the initial checkin. Note that case IFM_100_TX has
the same comment, but a proper value of BMCR_ISO is written. So, collapse
two cases into one, always writing there BMCR_ISO.

Sponsored by:	Nginx, Inc.
2015-04-21 08:54:14 +00:00
..
2015-04-20 16:40:13 +00:00
2015-04-10 20:55:17 +00:00
2015-04-18 16:08:06 +00:00
2015-04-16 22:34:10 +00:00
2015-03-16 00:10:03 +00:00
2015-04-20 16:48:21 +00:00