pci_set_master(9) enables bus-mastering for device dev

SYNOPSIS

void pci_set_master(struct pci_dev * dev);

ARGUMENTS

dev

the PCI device to enable

DESCRIPTION

Enables bus-mastering on the device and calls pcibios_set_master to do the needed arch specific settings.

COPYRIGHT