.\" 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 "INFO" "9" "17 July 2003" "" ""
.SH NAME
info \- supply information about given host: driver name plus data
.SH SYNOPSIS
.sp
\fB
.sp
const char * info (struct Scsi_Host * \fIshp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIshp\fB\fR
host to supply information about
.SH "DESCRIPTION"
.PP
Return ASCII null terminated string. [This driver is assumed to
manage the memory pointed to and maintain it, typically for the
lifetime of this host.]
.SH "DESCRIPTION"
.PP
Return ASCII null terminated string. [This driver is assumed to
manage the memory pointed to and maintain it, typically for the
lifetime of this host.]
.SH "REQUIRED"
.PP
no
.SH "LOCKS"
.PP
none
.SH "NOTES"
.PP
Often supplies PCI or ISA information such as IO addresses
and interrupt numbers. If not supplied struct Scsi_Host::name used
instead. It is assumed the returned information fits on one line
(i.e. does not included embedded newlines).
The SCSI_IOCTL_PROBE_HOST ioctl yields the string returned by this
function (or struct Scsi_Host::name if this function is not
available).
In a similar manner, \fBscsi_register_host\fR outputs to the console
each host's ``info'' (or name) for the driver it is registering.
Also if \fBproc_info\fR is not supplied, the output of this function
is used instead.
.SH "DEFINED IN"
.PP
LLD
.SH "ABOUT THIS DOCUMENT"
.PP
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License,
Version 1.1 or any later version published by the Free Software
Foundation; with no Invariant Sections, with no Front-Cover Texts,
and with no Back-Cover Texts. A copy of the license is included
in the section entitled "GNU Free Documentation License".
.PP
If you have comments on the formatting of this manpage, then please contact
Michael Still (mikal@stillhq.com).
.PP
This documentation was generated with kernel version 2.5.73.