.\" 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 "Z8530_TX" "" "06 October 2005" "" ""
.SH NAME
z8530_tx \- Handle a PIO transmit event
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void z8530_tx (struct z8530_channel * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
Z8530 channel to process
.SH "DESCRIPTION"
.PP
Z8530 transmit interrupt handler for the PIO mode. The basic
idea is to attempt to keep the FIFO fed. We fill as many bytes
in as possible, its quite possible that we won't keep up with the
data rate otherwise.