if (drv->remove)
drv->remove(pci_dev);
pci_dev->driver = NULL;
/* we should put this in pci_disable_device */
pci_dev->current_state = PCI_UNKNOWN;
}
/*