PCI_REMOVE_BUS_DEVICE

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

pci_remove_bus_device - remove a PCI device and any children  

SYNOPSIS

"SYNOPSIS"

void pci_remove_bus_device (struct pci_dev * dev);  

ARGUMENTS

dev
the device to remove
 

DESCRIPTION

Remove a PCI device from the device lists, informing the drivers that the device has been removed. We also remove any subordinate buses and children in a depth-first manner.

For each device we remove, delete the device structure from the device lists, remove the /proc entry, and notify userspace (/sbin/hotplug).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:44 GMT, October 06, 2005