.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PCI_REGISTER_DRIVER" "9" "09 October 2005" "" "" .SH NAME pci_register_driver \- register a new pci driver .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int pci_register_driver (struct pci_driver * \fIdrv\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdrv\fB\fR the driver structure to register .SH "DESCRIPTION" .PP Adds the driver structure to the list of registered drivers. Returns a negative value on error, otherwise 0. If no error occurred, the driver remains registered even if no device was claimed during registration.