mirror of
https://github.com/ipxe/ipxe
synced 2025-12-18 18:40:24 +03:00
Manual tweaks to get all drivers to follow the "disable, poll, transmit,
irq" pattern.
This commit is contained in:
@@ -967,8 +967,8 @@ rhine_probe ( struct dev *dev ) {
|
||||
dev->disable = rhine_disable;
|
||||
nic->poll = rhine_poll;
|
||||
nic->transmit = rhine_transmit;
|
||||
nic->irqno = pci->irq;
|
||||
nic->irq = rhine_irq;
|
||||
nic->irqno = pci->irq;
|
||||
nic->ioaddr = tp->ioaddr;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user