mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 00:17:57 +03:00
Standardised debug messages to make it easy to get a bus scan printout
(just build debugging versions of the relevant bus objects).
This commit is contained in:
@@ -73,7 +73,7 @@ static int fill_pci_device ( struct pci_device *pci ) {
|
||||
pci_read_config_byte ( pci, PCI_INTERRUPT_LINE, &pci->irq );
|
||||
}
|
||||
|
||||
DBG ( "%hhx:%hhx.%d Class %hx: %hx:%hx (rev %hhx)\n",
|
||||
DBG ( "PCI found %hhx:%hhx.%d Class %hx: %hx:%hx (rev %hhx)\n",
|
||||
PCI_BUS ( pci->busdevfn ), PCI_DEV ( pci->busdevfn ),
|
||||
PCI_FUNC ( pci->busdevfn ), pci->class, pci->vendor, pci->dev_id,
|
||||
pci->revision );
|
||||
|
||||
Reference in New Issue
Block a user