summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2004-09-11 22:13:25 +0000
committerBill Paul <wpaul@FreeBSD.org>2004-09-11 22:13:25 +0000
commit9d77459ca72ca2fea60036bc2432842178f909c2 (patch)
tree48894acb0cf54462c89cf603c0ee7dacc7633b25 /sys/dev
parent3a27af0dd4fc70896bd0f2a24d0b5dc022ac7172 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vge/if_vge.c1
1 files changed, 0 insertions, 1 deletions
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);
}