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-01-23 15:14:30 +00:00
2015-03-23 19:47:52 +00:00
2015-01-30 01:13:07 +00:00
2015-02-24 01:00:46 +00:00
2015-03-08 19:55:46 +00:00
2015-01-23 15:14:30 +00:00
2015-01-23 15:14:30 +00:00
2015-04-03 11:37:23 +00:00
2014-08-05 23:35:19 +00:00
2014-08-05 23:58:49 +00:00
2014-05-20 19:55:06 +00:00
2015-04-10 20:55:17 +00:00
2014-09-28 07:40:26 +00:00
2014-10-10 14:17:42 +00:00
2014-10-11 19:36:59 +00:00
2015-03-23 19:47:52 +00:00
2014-12-03 00:47:05 +00:00
2014-11-18 21:58:57 +00:00
2014-09-19 03:55:19 +00:00
2014-05-16 21:19:17 +00:00
2015-03-23 19:47:52 +00:00
2014-11-21 21:34:19 +00:00
2015-04-21 06:11:47 +00:00
2014-11-20 20:09:18 +00:00
2015-04-20 17:30:13 +00:00