K 10 svn:author V 7 yongari K 8 svn:date V 27 2009-12-12T00:06:43.899914Z K 7 svn:log V 261 Remove driver lock assertion in MII register access. This change was made in r199543 to remove MTX_RECURSE. These routines can be called in device attach phase(e.g. mii_phy_probe()) so checking assertion here is not right as caller does not hold a driver lock. END