mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Missing a fix for the new watchdog handling.
This commit is contained in:
parent
4b502b77de
commit
ac95ee294c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203051
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user