Tweak the aue driver so that the homePNA PHYs will be detected and

attached by the pnaphy driver. This seems to work fine with my sample
ADMtek adapter (which has both 10/100 ethernet and homePNA connectors
and hardware).
This commit is contained in:
Bill Paul 2000-09-22 18:53:05 +00:00
parent ee79f58e34
commit 7d326fa793
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66262

View File

@ -403,8 +403,10 @@ Static int aue_miibus_readreg(dev, phy, reg)
sc->aue_info->aue_did == USB_PRODUCT_ADMTEK_PEGASUS) {
if (phy == 3)
return(0);
#ifdef notdef
if (phy != 1)
return(0);
#endif
}
csr_write_1(sc, AUE_PHY_ADDR, phy);