diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-04-14 15:31:48 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-04-14 15:31:48 +0000 |
| commit | 9ed5b61bdd6b75b38222297a2af32148dfed7366 (patch) | |
| tree | f95ce1b7687cadb344f95088c297d7e440f6742f /sys/dev | |
| parent | 1d6431f625232cd539bfc1c4079b0aa19e084b81 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/mii/mlphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c index 2bf1767bbb5d..91e0ffb28bde 100644 --- a/sys/dev/mii/mlphy.c +++ b/sys/dev/mii/mlphy.c @@ -113,7 +113,7 @@ static int mlphy_probe(dev) /* * Micro Linear PHY reports oui == 0 model == 0 */ - if (MII_OUI(ma->mii_id1, ma->mii_id2) != 0 && + if (MII_OUI(ma->mii_id1, ma->mii_id2) != 0 || MII_MODEL(ma->mii_id2) != 0) return (ENXIO); |
