PCI_DEV_ADDED
set_bit(PCI_DEV_ADDED, &dev->priv_flags);
return test_and_clear_bit(PCI_DEV_ADDED, &dev->priv_flags);
return test_bit(PCI_DEV_ADDED, &dev->priv_flags);