mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Read number of PCI buses returned by BIOS so that we can scan more
quickly.
This commit is contained in:
@@ -318,6 +318,13 @@ extern int pci_write_config_dword ( struct pci_device *dev, unsigned int where,
|
||||
uint32_t value );
|
||||
extern unsigned long pci_bus_base ( struct pci_device *dev );
|
||||
|
||||
/*
|
||||
* pci_io.c is allowed to overwrite pci_max_bus if it knows what the
|
||||
* highest bus in the system will be.
|
||||
*
|
||||
*/
|
||||
extern unsigned int pci_max_bus;
|
||||
|
||||
/*
|
||||
* Functions in pci.c
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user