NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/40431 (recent fxp change broke my fxp)
> please try the following patch. thanks.
:
> --- 382,388 ----
> aprint_normal(": %s, rev %d\n", fpp->fpp_name, sc->sc_rev);
> if (sc->sc_rev >= FXP_REV_82558_A4)
> sc->sc_flags |= FXPF_FC|FXPF_EXT_TXCB;
> ! if (sc->sc_rev >= FXP_REV_82550)
> sc->sc_flags |= FXPF_EXT_RFA;
>
> break;
In the previous code, 82558 and 82559 have FXPF_EXT_TXCB
but not FXPF_EXT_RFA, so I don't think we can replace FXPF_IPCB
with FXPF_EXT_TXCB.
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index