diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 50b6d7b81b51..545526285fa9 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);