.\" 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 "AAC_DETECT" "" "06 October 2005" "" ""
.SH NAME
aac_detect \- Probe for aacraid cards
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int aac_detect (Scsi_Host_Template * \fItemplate\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItemplate\fB\fR
SCSI driver template
.SH "DESCRIPTION"
.PP
Probe for AAC Host Adapters initialize, register, and report the
configuration of each AAC Host Adapter found.
Returns the number of adapters successfully initialized and
registered.
Initializes all data necessary for this particular SCSI driver.
.SH "NOTES"
.PP
The detect routine must not call any of the mid level functions
to queue commands because things are not guaranteed to be set
up yet. The detect routine can send commands to the host adapter
as long as the program control will not be passed to scsi.c in
the processing of the command. Note especially that
scsi_malloc/scsi_free must not be called.