summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-09-22 18:53:05 +0000
committerwpaul <wpaul@FreeBSD.org>2000-09-22 18:53:05 +0000
commit067fa527a356f7771212aad77f42e4444d578a2a (patch)
tree83377c61a2cbd0a4a7bf69202c91224aeff609e3
parent63c14c2c2552485d3333ca57b75a0808ec00bede (diff)
downloadFreeBSD-src-067fa527a356f7771212aad77f42e4444d578a2a.zip
FreeBSD-src-067fa527a356f7771212aad77f42e4444d578a2a.tar.gz
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).
-rw-r--r--sys/dev/usb/if_aue.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c
index 50b6d7b..5455262 100644
--- a/sys/dev/usb/if_aue.c
+++ b/sys/dev/usb/if_aue.c
@@ -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);
OpenPOWER on IntegriCloud