diff options
Diffstat (limited to 'sys/dev/bge/if_bge.c')
-rw-r--r-- | sys/dev/bge/if_bge.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 353d799..24bc04f 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -475,12 +475,10 @@ bge_miibus_readreg(dev, phy, reg) int phy, reg; { struct bge_softc *sc; - struct ifnet *ifp; u_int32_t val, autopoll; int i; sc = device_get_softc(dev); - ifp = &sc->arpcom.ac_if; if (phy != 1) switch(sc->bge_chipid) { |