diff options
Diffstat (limited to 'sys/dev/mii/rlphy.c')
-rw-r--r-- | sys/dev/mii/rlphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index be7a0d9..d5fc94a 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -135,7 +135,7 @@ rlphy_attach(device_t dev) * routine can query the proper register for speed detection. */ rsc = (struct rlphy_softc *)sc; - if (mii_phy_dev_probe(dev, rlphys, BUS_PROBE_DEFAULT) == 0) + if (mii_phy_dev_probe(dev, rlphys, 0) == 0) rsc->sc_is_RTL8201L++; /* |