diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-09-22 18:53:05 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-09-22 18:53:05 +0000 |
| commit | 7d326fa79383307aa72aff5509a14e83359baf5f (patch) | |
| tree | b6366357508add652d7a20ee5c03ee75cf3e613a /sys/dev/usb | |
| parent | ee79f58e349ea3bbeec927c33e6a2b33c8154ed8 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/if_aue.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
