1. NAME

z8530_tx - Handle a PIO transmit event

2. SYNOPSIS

void z8530_tx(struct z8530_channel *  c );

3. ARGUMENTS

c
    Z8530 channel to process

4. DESCRIPTION

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 wonAqt keep up with the data rate otherwise.

5. AUTHOR

Alan Cox <>
    Author.

6. COPYRIGHT