PCI_REGISTER_DRIVER

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

 

NAME

pci_register_driver - register a new pci driver  

SYNOPSIS

"SYNOPSIS"

int pci_register_driver (struct pci_driver * drv);  

ARGUMENTS

drv
the driver structure to register
 

DESCRIPTION

Adds the driver structure to the list of registered drivers Returns the number of pci devices which were claimed by the driver during registration. The driver remains registered even if the return value is zero.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 06:21:03 GMT, October 06, 2005