mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 04:28:12 +03:00
Manual tweaks to get all drivers to follow the "disable, poll, transmit,
irq" pattern.
This commit is contained in:
@@ -738,8 +738,8 @@ static int sundance_probe ( struct dev *dev ) {
|
||||
dev->disable = sundance_disable;
|
||||
nic->poll = sundance_poll;
|
||||
nic->transmit = sundance_transmit;
|
||||
nic->irqno = pci->irq;
|
||||
nic->irq = sundance_irq;
|
||||
nic->irqno = pci->irq;
|
||||
nic->ioaddr = BASE;
|
||||
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user