pci_read_config_byte
pci_read_config_byte(pdev, PCI_REVISION, &hw->revision_id);
pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type);
pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &pos);
pci_read_config_byte(dev, PCI_CB_CAPABILITY_LIST, &pos);
pci_read_config_byte(dev, pos + PCI_CAP_LIST_ID, &id);
pci_read_config_byte(dev, pos + PCI_CAP_LIST_NEXT, &pos);
pci_read_config_byte(pci, PCI_REVISION_ID, &sdc->pci_rev_id);
pci_read_config_byte(tp->pdev, PCI_LATENCY_TIMER, &pci_latency);