mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
Remove nic_disable call from drivers. Call should be made at a higher level
This commit is contained in:
@@ -792,7 +792,7 @@ static int smc9000_poll(struct nic *nic, int retrieve)
|
||||
}
|
||||
|
||||
static void smc9000_disable ( struct nic *nic, struct isa_device *isa __unused ) {
|
||||
nic_disable ( nic );
|
||||
|
||||
smc_reset(nic->ioaddr);
|
||||
|
||||
/* no more interrupts for me */
|
||||
|
||||
Reference in New Issue
Block a user