Enables bus-mastering for device dev
void pci_set_master(struct pci_dev * dev);
dev
the PCI device to enable
Enables bus-mastering on the device and calls pcibios_set_master to do the needed arch specific settings.