pci_disable_device

Section: Kernel Hacker's Manual (9)
Updated: pci_disable_device
Index Return to Main Contents
 

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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:51:44 GMT, June 12, 2005