mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
Coerced into compiling
This commit is contained in:
@@ -687,8 +687,8 @@ static int mtd_probe ( struct nic *nic, struct pci_device *pci ) {
|
||||
|
||||
adjust_pci_device(pci);
|
||||
|
||||
mtdx.nic_name = dev->name;
|
||||
mtdx.dev_id = pci->dev_id;
|
||||
mtdx.nic_name = pci->name;
|
||||
mtdx.dev_id = pci->device_id;
|
||||
|
||||
/* read ethernet id */
|
||||
for (i = 0; i < 6; ++i)
|
||||
|
||||
Reference in New Issue
Block a user