mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Correct a fat-finger in the last delta.
MFC after: ASAP
This commit is contained in:
parent
39fe6d85ee
commit
7301d64aba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253965
@ -1581,7 +1581,7 @@ ixgbe_msix_link(void *arg)
|
||||
/* First get the cause */
|
||||
reg_eicr = IXGBE_READ_REG(hw, IXGBE_EICS);
|
||||
/* Be sure the queue bits are not cleared */
|
||||
reg_eicr = ~IXGBE_EICR_RTX_QUEUE;
|
||||
reg_eicr &= ~IXGBE_EICR_RTX_QUEUE;
|
||||
/* Clear interrupt with write */
|
||||
IXGBE_WRITE_REG(hw, IXGBE_EICR, reg_eicr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user