cas: Mark work3 as unused: we apparently need to read it from hardware, but ignore its value

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-04-05 19:57:46 -06:00
parent 2f3b67560a
commit 5f5986656c

View File

@ -1624,7 +1624,7 @@ cas_rint(struct cas_softc *sc)
struct cas_rxdsoft *rxds, *rxds2;
struct ifnet *ifp = sc->sc_ifp;
struct mbuf *m, *m2;
uint64_t word1, word2, word3, word4;
uint64_t word1, word2, word3 __unused, word4;
uint32_t rxhead;
u_int idx, idx2, len, off, skip;