Missing a fix for the new watchdog handling.

This commit is contained in:
Jack F Vogel 2010-01-26 23:04:13 +00:00
parent 4b502b77de
commit ac95ee294c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203051
2 changed files with 2 additions and 0 deletions

View File

@ -2224,6 +2224,7 @@ em_xmit(struct adapter *adapter, struct mbuf **m_headp)
*/
tx_buffer = &adapter->tx_buffer_area[first];
tx_buffer->next_eop = last;
adapter->watchdog_time = ticks;
/*
* Advance the Transmit Descriptor Tail (TDT), this tells the E1000

View File

@ -1645,6 +1645,7 @@ igb_xmit(struct tx_ring *txr, struct mbuf **m_headp)
*/
tx_buffer = &txr->tx_buffers[first];
tx_buffer->next_eop = last;
txr->watchdog_time = ticks;
/*
* Advance the Transmit Descriptor Tail (TDT), this tells the E1000