K 10 svn:author V 3 phk K 8 svn:date V 27 2002-05-04T11:15:33.000000Z K 7 svn:log V 358 Do not call nge_tick() if we get an PHY interrupt, nge_tick() calls mii_tick() which should only be called once per second. Our current MII/PHY state-engine is not able to deal with PHY interrupts as far as I can tell, and most net drivers don't seem to use the link/status change call-back mechanism. It seems that MII/PHY was orphaned before it grew up. END