mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
Place the call to adjust_pci_device() back in the individual drivers,
since we probably shouldn't be doing this to arbitrary devices during a PCI bus scan...
This commit is contained in:
@@ -794,6 +794,9 @@ static int tlan_probe ( struct dev *dev, struct pci_device *pci ) {
|
||||
nic->ioaddr = pci->ioaddr;
|
||||
|
||||
BASE = pci->ioaddr;
|
||||
|
||||
/* Set nic as PCI bus master */
|
||||
adjust_pci_device(pci);
|
||||
|
||||
/* Point to private storage */
|
||||
priv = &TLanPrivateInfo;
|
||||
|
||||
Reference in New Issue
Block a user