.TH "pci_set_master" 9 "pci_set_master" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_set_master \- enables bus-mastering for device dev .SH SYNOPSIS .B "void" pci_set_master .BI "(struct pci_dev *" dev ");" .SH ARGUMENTS .IP "dev" 12 the PCI device to enable .SH "DESCRIPTION" Enables bus-mastering on the device and calls \fBpcibios_set_master\fP to do the needed arch specific settings.