.\" 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 "NCR5380_main" "" "06 October 2005" "" ""
.SH NAME
NCR5380_main \- NCR state machines
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void NCR5380_main (void * \fIp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIp\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
.PP
NCR5380_main is a coroutine that runs as long as more work can
be done on the NCR5380 host adapters in a system. Both
\fBNCR5380_queue_command\fR and \fBNCR5380_intr\fR will try to start it
in case it is not running.
.SH "LOCKS"
.PP
called as its own thread with no locks held. Takes the
host lock and called routines may take the isa dma lock.