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:
@@ -1228,8 +1228,7 @@ sis900_poll(struct nic *nic, int retrieve)
|
||||
|
||||
static void
|
||||
sis900_disable ( struct nic *nic, struct pci_device *pci __unused ) {
|
||||
nic_disable ( nic );
|
||||
/* merge reset and disable */
|
||||
|
||||
sis900_init(nic);
|
||||
|
||||
/* Disable interrupts by clearing the interrupt mask. */
|
||||
|
||||
Reference in New Issue
Block a user