Skip to content

Commit

Permalink
Tweak the aue driver so that the homePNA PHYs will be detected and
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
Bill Paul authored and Bill Paul committed Sep 22, 2000
1 parent ee79f58 commit 7d326fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/dev/usb/if_aue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7d326fa

Please sign in to comment.