1. NAME

pci_set_master - enables bus-mastering for device dev

2. SYNOPSIS

void pci_set_master(struct pci_dev *  dev );

3. ARGUMENTS

dev
    the PCI device to enable

4. DESCRIPTION

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

5. COPYRIGHT