From 067fa527a356f7771212aad77f42e4444d578a2a Mon Sep 17 00:00:00 2001 From: wpaul Date: Fri, 22 Sep 2000 18:53:05 +0000 Subject: 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). --- sys/dev/usb/if_aue.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/usb') 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); -- cgit v1.1