yongari 34ca1e0cd8 Whenever link state change interrupt is raised, vge_tick() is
called and vge(4) used to drive auto-negotiation timer(mii_tick) in
vge_tick(). Therefore the mii_tick was not called for every hz such
that auto-negotiation complete was never handled in vge(4).
Use mii_pollstat to extract current negotiated speed/duplex instead
of mii_tick. The latter is valid only for auto-negotiation case.
While I'm here change the confusing function name vge_tick() to
vge_link_statchg().
2009-12-14 22:20:05 +00:00
..
2009-12-08 21:42:04 +00:00
2009-12-04 21:53:20 +00:00
2009-12-06 00:10:13 +00:00
2009-11-16 21:47:12 +00:00
2009-12-03 18:16:14 +00:00
2009-12-08 00:54:08 +00:00
2009-11-29 20:47:43 +00:00
2009-12-02 21:22:10 +00:00
2009-12-06 17:26:43 +00:00
2009-12-14 20:04:28 +00:00