Make sure set the media type in the phy, we cannot trust it to have chosen

the type we happen to want.

Bug triggered by net-booting soekris hardware which comes up in 10/hdx mode
by default.
This commit is contained in:
Poul-Henning Kamp 2004-01-17 10:44:39 +00:00
parent 1d9c86b948
commit 135bd3f8a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124620

View File

@ -167,6 +167,7 @@ ukphy_attach(dev)
printf("\n");
MIIBUS_MEDIAINIT(sc->mii_dev);
mii_phy_setmedia(sc);
return(0);
}