david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[e1000] Enable interrupts in a more UNDI compatible way

Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Thomas Miletich 2009-11-25 18:02:59 +01:00 committed by Marty Connor
parent cdcb4165bd
commit d06ae11df9
1 changed files with 1 additions and 2 deletions

View File

@ -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 );
}