mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 18:12:36 +03:00
Manual tweaks to get all drivers to follow the "disable, poll, transmit,
irq" pattern.
This commit is contained in:
@@ -766,6 +766,7 @@ static int mtd_probe ( struct dev *dev ) {
|
||||
dev->disable = mtd_disable;
|
||||
nic->poll = mtd_poll;
|
||||
nic->transmit = mtd_transmit;
|
||||
nic->irq = dummy_irq;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user