PCI_SEC_STATUS
eeh_ops->read_config(edev, PCI_SEC_STATUS, 2, &cfg);
pci_write_config_word(pdev, PCI_SEC_STATUS, 0xffff);
where = secondary ? PCI_SEC_STATUS : PCI_STATUS;
pci_write_config_word(dev, PCI_SEC_STATUS, 0xffff);