david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Force pci.o to be included.

Print warning message at probe time.
This commit is contained in:
Michael Brown 2006-06-05 16:17:52 +00:00
parent 754cfdfcf4
commit 02df45352c
1 changed files with 5 additions and 0 deletions

View File

@ -81,6 +81,9 @@ int legacy_probe ( struct pci_device *pci,
return rc;
}
/* Do not remove this message */
printf ( "WARNING: Using legacy NIC wrapper\n" );
return 0;
}
@ -106,3 +109,5 @@ int dummy_connect ( struct nic *nic __unused ) {
void dummy_irq ( struct nic *nic __unused, irq_action_t irq_action __unused ) {
return;
}
REQUIRE_OBJECT ( pci );