Revert bogusly committed file.

This commit is contained in:
Warner Losh 2008-08-23 07:46:58 +00:00
parent e1bd4ee68b
commit 195c96b714
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182038

View file

@ -339,7 +339,6 @@ mii_phy_probe(device_t dev, device_t *child, ifm_change_cb_t ifmedia_upd,
for (i = 0; i < MII_NPHY; i++) {
bmsr = MIIBUS_READREG(dev, i, MII_BMSR);
printf("BMSR(%d) is %#x\n", i, bmsr);
if (bmsr == 0 || bmsr == 0xffff ||
(bmsr & (BMSR_EXTSTAT|BMSR_MEDIAMASK)) == 0) {
/* Assume no PHY at this address. */