1. NAME

z8530_dma_rx - Handle a DMA RX event

2. SYNOPSIS

void z8530_dma_rx(struct z8530_channel *  chan );

3. ARGUMENTS

chan
    Channel to handle

4. DESCRIPTION

Non bus mastering DMA interfaces for the Z8x30 devices. This is really pretty PC specific. The DMA mode means that most receive events are handled by the DMA hardware. We get a kick here only if a frame ended.

5. AUTHOR

Alan Cox <>
    Author.

6. COPYRIGHT