2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 23:31:39 +00:00

Fields in struct pci_device slightly changed.

This commit is contained in:
Michael Brown 2005-04-22 16:05:05 +00:00
parent 84f43ea9cf
commit 67c9385577

View File

@ -665,13 +665,11 @@ static int davicom_probe ( struct nic *nic, struct pci_device *pci ) {
if (pci->ioaddr == 0)
return 0;
vendor = pci->vendor;
dev_id = pci->dev_id;
vendor = pci->vendor_id;
dev_id = pci->device_id;
ioaddr = pci->ioaddr;
nic->irqno = 0;
pci_fill_nic ( nic, pci );
nic->ioaddr = pci->ioaddr;
/* wakeup chip */
pci_write_config_dword(pci, 0x40, 0x00000000);