mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
[e1000] Enable interrupts in a more UNDI compatible way
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
committed by
Marty Connor
parent
cdcb4165bd
commit
d06ae11df9
@@ -93,8 +93,7 @@ e1000_get_hw_control ( struct e1000_adapter *adapter )
|
|||||||
static void
|
static void
|
||||||
e1000_irq_enable ( struct e1000_adapter *adapter )
|
e1000_irq_enable ( struct e1000_adapter *adapter )
|
||||||
{
|
{
|
||||||
E1000_WRITE_REG ( &adapter->hw, IMS, E1000_IMS_RXDMT0 |
|
E1000_WRITE_REG ( &adapter->hw, IMS, IMS_ENABLE_MASK );
|
||||||
E1000_IMS_RXSEQ );
|
|
||||||
E1000_WRITE_FLUSH ( &adapter->hw );
|
E1000_WRITE_FLUSH ( &adapter->hw );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user