mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Make adjust_pci_device global, since many drivers call it.
This commit is contained in:
@@ -87,7 +87,7 @@ static int fill_pci_device ( struct pci_device *pci ) {
|
||||
* Set device to be a busmaster in case BIOS neglected to do so. Also
|
||||
* adjust PCI latency timer to a reasonable value, 32.
|
||||
*/
|
||||
static void adjust_pci_device ( struct pci_device *pci ) {
|
||||
void adjust_pci_device ( struct pci_device *pci ) {
|
||||
unsigned short new_command, pci_command;
|
||||
unsigned char pci_latency;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user