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)
The following reply was made to PR kern/40431; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: mrg%eterna.com.au@localhost
Cc: yamt%mwd.biglobe.ne.jp@localhost, netbsd-bugs%NetBSD.org@localhost,
gnats-admin%NetBSD.org@localhost,
gnats-bugs%NetBSD.org@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: kern/40431 (recent fxp change broke my fxp)
Date: Sat, 21 Feb 2009 02:59:02 +0900
> 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