Initialize a device for use with io space
int pci_enable_device_io(struct pci_dev * dev);
dev
PCI device to be initialized
Initialize device before it's used by a driver. Ask low-level code to enable I/O resources. Wake up the device if it was suspended. Beware, this function can fail.