Only moderate TX completion interrupts. Relying on taskqueue to

suppress RX interrupts seems to give better RX performance than
RX interrupt moderation.
This commit is contained in:
Pyun YongHyeon 2010-11-09 01:52:09 +00:00
parent cedd86cafa
commit 5e6906ee36

View File

@ -2728,7 +2728,7 @@ re_init_locked(struct rl_softc *sc)
break;
default:
/* Magic from vendor. */
CSR_WRITE_2(sc, RL_INTRMOD, 0x5151);
CSR_WRITE_2(sc, RL_INTRMOD, 0x5100);
break;
}
}