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