.\" 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 "TRANSPORT_CONFIGURE_DEVICE" "9" "09 October 2005" "" ""
.SH NAME
transport_configure_device \- configure an already set up device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void transport_configure_device (struct device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
generic device representing device to be configured
.SH "DESCRIPTION"
.PP
The idea of configure is simply to provide a point within the setup
process to allow the transport class to extract information from a
device after it has been setup. This is used in SCSI because we
have to have a setup device to begin using the HBA, but after we
send the initial inquiry, we use configure to extract the device
parameters. The device need not have been added to be configured.
.SH "DESCRIPTION"
.PP
The idea of configure is simply to provide a point within the setup
process to allow the transport class to extract information from a
device after it has been setup. This is used in SCSI because we
have to have a setup device to begin using the HBA, but after we
send the initial inquiry, we use configure to extract the device
parameters. The device need not have been added to be configured.