david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Improve debug message legibility.

This commit is contained in:
Michael Brown 2005-04-15 17:09:47 +00:00
parent f04b9cd3ea
commit a60aadf9e9
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ void adjust_pci_device ( struct pci_device *pci ) {
pci_read_config_byte ( pci, PCI_LATENCY_TIMER, &pci_latency);
if ( pci_latency < 32 ) {
DBG ( "%hhx:%hhx.%d : PCI latency timer (CFLT) "
"is unreasonably low at %d. Setting to 32 clocks.\n",
"is unreasonably low at %d. Setting to 32.\n",
PCI_BUS ( pci->busdevfn ), PCI_DEV ( pci->busdevfn ),
PCI_FUNC ( pci->busdevfn ), pci_latency );
pci_write_config_byte ( pci, PCI_LATENCY_TIMER, 32);