ql_pci_config_put8
ql_pci_config_put8(ha, PCI_CONF_CACHE_LINESZ,
ql_pci_config_put8(ha, PCI_CONF_LATENCY_TIMER,
ql_pci_config_put8(ha, PCI_BCNF_LATENCY_TIMER,
ql_pci_config_put8(ha->pha, PCI_CONF_CACHE_LINESZ, 1);
ql_pci_config_put8(ha, 0x66, 0xc2);
ql_pci_config_put8(ha, PCI_CONF_CACHE_LINESZ, 0x10);
ql_pci_config_put8(ha, PCI_CONF_LATENCY_TIMER, 0x40);
void ql_pci_config_put8(ql_adapter_state_t *, off_t, uint8_t);