Man Page: pci_disable_device
Operating Environment: centos
Section: 9
PCI_DISABLE_DEVICE(9) Hardware Interfaces PCI_DISABLE_DEVICE(9)NAMEpci_disable_device - Disable PCI device after useSYNOPSISvoid pci_disable_device(struct pci_dev * dev);ARGUMENTSdev PCI device to be disabledDESCRIPTIONSignal to the system that the PCI device is not in use by the system anymore. This only involves disabling PCI bus-mastering, if active. Note we don't actually disable the device until all callers of pci_enable_device have called pci_disable_device.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_DISABLE_DEVICE(9)
| Related Man Pages |
|---|
| pcitweak(1) - xfree86 |
| pciback(4) - netbsd |
| cbb(4) - freebsd |
| pccbb(4) - freebsd |
| pccbb(4) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Set hard block limit for user using quota |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |