mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
[e1000] Enable interrupts in a more UNDI compatible way
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
parent
cdcb4165bd
commit
d06ae11df9
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user