mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +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:
@@ -185,9 +185,6 @@ int find_pci_device ( struct pci_device *pci,
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Fix up PCI device */
|
||||
adjust_pci_device ( pci );
|
||||
|
||||
/* If driver has a class, and class matches, use it */
|
||||
if ( driver->class &&
|
||||
( driver->class == pci->class ) ) {
|
||||
|
||||
Reference in New Issue
Block a user