Coerced into compiling

This commit is contained in:
Michael Brown
2005-04-22 16:27:56 +00:00
parent 628444af86
commit e7c177cc33
11 changed files with 35 additions and 34 deletions

View File

@@ -1245,9 +1245,9 @@ static int tulip_probe ( struct nic *nic, struct pci_device *pci ) {
/* point to private storage */
tp = &tpx;
tp->vendor_id = pci->vendor;
tp->dev_id = pci->dev_id;
tp->nic_name = dev->name;
tp->vendor_id = pci->vendor_id;
tp->dev_id = pci->device_id;
tp->nic_name = pci->name;
tp->if_port = 0;
tp->default_port = 0;