msaitoh
835fd7148a
Fix previous comment change for ifm_media. It was correct.
...
The real problem is that some driver misuse ifm_media as the current active
media. struct mii_data has the current active media(mii_media_active). If a
driver use mii(4), it can be use mii->mii_media_active for this purpose.
struct ifmedia has no entry for this purpose. Some drivers have an entry
in their own softc to keep the value, but some other's don't have it and
they mistakenly use ifm_media.
We might add a new entry to struct ifmedia in future to avoid this confusion
and for simplify.
2019-12-05 05:29:27 +00:00
..
2019-11-10 21:16:21 +00:00
2019-09-30 22:04:33 +00:00
2019-11-29 17:29:31 +00:00
2019-02-26 10:30:28 +00:00
2019-01-20 23:36:57 +00:00
2019-04-30 20:56:32 +00:00
2019-10-01 16:02:55 +00:00
2019-08-05 13:30:21 +00:00
2019-04-30 20:55:41 +00:00
2019-07-17 03:26:24 +00:00
2019-10-16 18:29:49 +00:00
2019-04-27 06:18:15 +00:00
2019-02-05 06:17:00 +00:00
2019-10-30 03:45:59 +00:00
2019-10-30 03:45:59 +00:00
2019-10-16 06:53:34 +00:00
2019-02-26 09:43:37 +00:00
2019-11-01 04:28:14 +00:00
2019-11-01 04:28:14 +00:00
2019-10-16 06:53:34 +00:00
2019-09-19 06:07:24 +00:00
2019-09-25 09:53:37 +00:00
2019-07-18 06:47:10 +00:00
2019-11-14 04:14:30 +00:00
2019-10-01 17:45:25 +00:00
2019-12-05 05:29:27 +00:00
2019-04-27 06:18:15 +00:00
2019-09-20 08:45:29 +00:00
2019-03-18 11:38:03 +00:00
2019-01-24 09:33:03 +00:00
2019-07-11 03:49:51 +00:00
2019-09-13 07:55:05 +00:00
2019-04-27 06:18:15 +00:00
2019-04-26 11:51:56 +00:00
2019-02-03 03:19:25 +00:00
2019-07-11 03:49:51 +00:00
2019-10-16 06:53:34 +00:00
2019-02-05 06:17:00 +00:00
2019-04-26 08:38:25 +00:00
2019-11-11 02:34:46 +00:00
2019-11-14 16:23:52 +00:00
2019-09-19 06:07:24 +00:00
2019-09-25 09:53:37 +00:00
2019-09-20 08:45:29 +00:00
2019-08-02 02:17:46 +00:00
2019-11-13 02:51:22 +00:00
2019-09-19 04:08:29 +00:00
2019-11-20 08:17:01 +00:00
2019-10-14 16:43:04 +00:00
2019-09-01 18:54:38 +00:00
2019-04-06 08:38:23 +00:00
2019-07-11 03:49:51 +00:00