Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/dev/cxgb/cxgb_main.c 170869 2007-06-17 04:33:38Z kmacy $");
---
> __FBSDID("$FreeBSD: head/sys/dev/cxgb/cxgb_main.c 171335 2007-07-10 06:01:45Z kmacy $");
1615a1616,1618
> if (txq->flags & TXQ_TRANSMITTING)
> return (EINPROGRESS);
>
1616a1620
> txq->flags |= TXQ_TRANSMITTING;
1653a1658
> txq->flags &= ~TXQ_TRANSMITTING;
1688,1689c1693
< taskqueue_enqueue(pi->adapter->tq,
< &pi->timer_reclaim_task);
---
> taskqueue_enqueue(pi->adapter->tq, &txq->qreclaim_task);