1PCI_SET_MASTER(9) Hardware Interfaces PCI_SET_MASTER(9)
23
4
NAME
6pci_set_master - enables bus-mastering for device dev
7
SYNOPSIS
9void pci_set_master(struct pci_dev * dev);
10
ARGUMENTS
12dev
13the PCI device to enable
14
DESCRIPTION
16Enables bus-mastering on the device and calls pcibios_set_master to do
17the needed arch specific settings.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 PCI_SET_MASTER(9)