.\" 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_SCAN_SLOT" "9" "09 October 2005" "" "" .SH NAME pci_scan_slot \- scan a PCI slot on a bus for devices. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __devinit pci_scan_slot (struct pci_bus * \fIbus\fB, int \fIdevfn\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbus\fB\fR PCI bus to scan .TP \fB\fIdevfn\fB\fR slot number to scan (must have zero function.) .SH "DESCRIPTION" .PP Scan a PCI slot on the specified PCI bus for devices, adding discovered devices to the \fIbus\fR->devices list. New devices will have an empty dev->global_list head.