K 10 svn:author V 7 yongari K 8 svn:date V 27 2008-12-22T00:53:47.303024Z K 7 svn:log V 281 Since we don't request reset for rlphy(4), the link state 'UP' event from mii(4) may not be delivered if valid link was already established. To address the issue, check current link state after driving MII_TICK. This should fix a regression introduced in r184245. PR: kern/129647 END