.\" 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 "MEGA_FIND_CARD" "" "06 October 2005" "" ""
.SH NAME
mega_find_card \- find and start this controller
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void mega_find_card (Scsi_Host_Template * \fIhost_template\fB, u16 \fIpci_vendor\fB, u16 \fIpci_device\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhost_template\fB\fR
-- undescribed --
.TP
\fB\fIpci_vendor\fB\fR
-- undescribed --
.TP
\fB\fIpci_device\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
\fIhost_template\fR - Our soft state maintained by mid-layer
\fIpci_vendor\fR - pci vendor id for this controller
\fIpci_device\fR - pci device id for this controller
.PP
Scans the PCI bus for this vendor and device id combination, setup the
resources, and register ourselves as a SCSI HBA driver, and setup all
parameters for our soft state.
.PP
This routine also checks for some buggy firmware and ajust the flags
accordingly.