.\" 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 "ADAPTER_INIT_SCSI_HOST" "" "06 October 2005" "" ""
.SH NAME
adapter_init_scsi_host \- Initialize the scsi host instance based on
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __init adapter_init_scsi_host (struct Scsi_Host * \fIhost\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIhost\fB\fR
The scsi host instance to fill in the values for.
.SH "DESCRIPTION"
.PP
values that we have already stored in the adapter instance. There's
some mention that a lot of these are deprecated, so we won't use
them (we'll use the ones in the adapter instance) but we'll fill
them in in case something else needs them.
.PP
The eeprom structure, irq and io ports in the adapter need to have
been set before calling this function.