From b691889cfe23462069618f44bcf2ba0e71dcbb79 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Fri, 28 Dec 2012 14:40:11 +0800 Subject: [PATCH] emx: Fix comment --- sys/dev/netif/emx/if_emx.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/dev/netif/emx/if_emx.c b/sys/dev/netif/emx/if_emx.c index 806c64a795..c237d2f406 100644 --- a/sys/dev/netif/emx/if_emx.c +++ b/sys/dev/netif/emx/if_emx.c @@ -1628,8 +1628,7 @@ emx_encap(struct emx_txdata *tdata, struct mbuf **m_headp, ctxd->lower.data |= htole32(E1000_TXD_CMD_EOP | cmd); /* - * Advance the Transmit Descriptor Tail (TDT), this tells - * the E1000 that this frame is available to transmit. + * Defer TDT updating, until enough descriptors are setup */ *idx = i; -- 2.41.0