}/* check whether the latency timer is set correctly */pci_read_config_byte(pdev, PCI_LATENCY_TIMER, &latency_tmr);#ifVERBOSE > SHOW_ERROR_MESSAGESDEBUG(SHOW_TRACING,"latency timer: %x\n", latency_tmr);#endifif(latency_tmr < PCIDEVICE_LATENCY_TIMER_MIN) {/* set the latency timer *...