1Z8530_STATUS(9) Internal Functions Z8530_STATUS(9)
2
3
4
6 z8530_status - Handle a PIO status exception
7
9 void z8530_status(struct z8530_channel * chan);
10
12 chan
13 Z8530 channel to process
14
16 A status event occurred in PIO synchronous mode. There are several
17 reasons the chip will bother us here. A transmit underrun means we
18 failed to feed the chip fast enough and just broke a packet. A DCD
19 change is a line up or down.
20
22 Alan Cox <alan@lxorguk.ukuu.org.uk>
23 Author.
24
26Kernel Hackers Manual 2.6. November 2011 Z8530_STATUS(9)