Remove unneeded TX channel wakeup from vge_txeof(). This was put

there for testing and forgotten. It's not really needed, and taking
it out saves a register access.
This commit is contained in:
Bill Paul 2004-09-11 22:13:25 +00:00
parent 3a27af0dd4
commit 9d77459ca7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135091

View file

@ -1547,7 +1547,6 @@ vge_txeof(sc)
* This is done in case the transmitter has gone idle.
*/
if (sc->vge_ldata.vge_tx_free != VGE_TX_DESC_CNT) {
CSR_WRITE_2(sc, VGE_TXQCSRS, VGE_TXQCSR_WAK0);
CSR_WRITE_1(sc, VGE_CRS1, VGE_CR1_TIMER0_ENABLE);
}