david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Fix to compile under gpxe

This commit is contained in:
Michael Brown 2006-03-16 18:54:57 +00:00
parent 4ee0e0f85e
commit c4f25b637c
1 changed files with 1 additions and 1 deletions

View File

@ -719,7 +719,7 @@ static int a3c90x_probe ( struct nic *nic, struct pci_device *pci ) {
nic->ioaddr = pci->ioaddr;
nic->irqno = 0;
INF_3C90X.is3c556 = (pci->dev_id == 0x6055);
INF_3C90X.is3c556 = (pci->device_id == 0x6055);
INF_3C90X.IOAddr = pci->ioaddr & ~3;
INF_3C90X.CurrentWindow = 255;
switch (a3c90x_internal_ReadEeprom(INF_3C90X.IOAddr, 0x03))