pci_disable_device(9) suse man page | unix.com

Man Page: pci_disable_device

Operating Environment: suse

Section: 9

PCI_DISABLE_DEVICE(9)						Hardware Interfaces					     PCI_DISABLE_DEVICE(9)

NAME
pci_disable_device - Disable PCI device after use
SYNOPSIS
void pci_disable_device(struct pci_dev * dev);
ARGUMENTS
dev PCI device to be disabled
DESCRIPTION
Signal 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_device_enable have called pci_device_disable.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PCI_DISABLE_DEVICE(9)
Related Man Pages
pccbb(4) - debian
pccbb(4) - opensolaris
pccbb(4) - plan9
pccbb(4) - centos
pccbb(4) - osx
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Tar Command