mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Fixed up automatic modifications by hand.
This commit is contained in:
@@ -603,7 +603,7 @@ static void eepro100_disable ( struct nic *nic __unused ) {
|
||||
* leaves the 82557 initialized, and ready to recieve packets.
|
||||
*/
|
||||
|
||||
static int eepro100_probe ( struct dev *dev, struct pci_device *pci ) {
|
||||
static int eepro100_probe ( struct dev *dev, struct pci_device *p ) {
|
||||
struct nic *nic = nic_device ( dev );
|
||||
unsigned short sum = 0;
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user