Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e1000] Enable interrupts in a more UNDI compatible way
Signed-off-by: Marty Connor <mdc@etherboot.org>
  • Loading branch information
thomil authored and Marty Connor committed Nov 25, 2009
1 parent cdcb416 commit d06ae11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/drivers/net/e1000/e1000.c
Expand Up @@ -93,8 +93,7 @@ e1000_get_hw_control ( struct e1000_adapter *adapter )
static void
e1000_irq_enable ( struct e1000_adapter *adapter )
{
E1000_WRITE_REG ( &adapter->hw, IMS, E1000_IMS_RXDMT0 |
E1000_IMS_RXSEQ );
E1000_WRITE_REG ( &adapter->hw, IMS, IMS_ENABLE_MASK );
E1000_WRITE_FLUSH ( &adapter->hw );
}

Expand Down

0 comments on commit d06ae11

Please sign in to comment.