.\" 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_STATUS" "" "06 October 2005" "" ""
.SH NAME
z8530_status \- Handle a PIO status exception
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void z8530_status (struct z8530_channel * \fIchan\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIchan\fB\fR
Z8530 channel to process
.SH "DESCRIPTION"
.PP
A status event occurred in PIO synchronous mode. There are several
reasons the chip will bother us here. A transmit underrun means we
failed to feed the chip fast enough and just broke a packet. A DCD
change is a line up or down. We communicate that back to the protocol
layer for synchronous PPP to renegotiate.