mirror of
https://github.com/ipxe/ipxe
synced 2026-05-10 18:10:36 +03:00
Manual tweaks to get all drivers to follow the "disable, poll, transmit,
irq" pattern.
This commit is contained in:
@@ -946,9 +946,9 @@ static int pcnet32_probe ( struct dev *dev ) {
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
dev->disable = pcnet32_disable;
|
||||
nic->poll = pcnet32_poll;
|
||||
nic->transmit = pcnet32_transmit;
|
||||
dev->disable = pcnet32_disable;
|
||||
nic->irq = pcnet32_irq;
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user