K 10 svn:author V 6 emaste K 8 svn:date V 27 2019-10-23T14:33:49.382583Z K 7 svn:log V 371 MFC r333095: if_smsc: fix reset check In smsc_phy_init function, when the driver was trying to reset PHY, it didn't poll for the correct bit (BMCR_RESET) to be cleared. Instead, it anded it with MII_BMCR (which is 0), so it just exited the loop. This issue was fixed in Linux in commit d94609200069. Submitted by: Arshan Khanifar Sponsored by: The FreeBSD Foundation END