From 9d77459ca72ca2fea60036bc2432842178f909c2 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Sat, 11 Sep 2004 22:13:25 +0000 Subject: 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. --- sys/dev/vge/if_vge.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev') diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c index a91463c550e9..14c5efc620be 100644 --- a/sys/dev/vge/if_vge.c +++ b/sys/dev/vge/if_vge.c @@ -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); } -- cgit v1.3