Open a z8530 for tx driven dma
int z8530_sync_txdma_open(struct net_device * dev, struct z8530_channel * c);
dev
The network device to attach
c
The Z8530 channel to configure in sync DMA mode.
Set up a Z85x30 device for synchronous DMA tranmission. One ISA DMA channel must be available for this to work. The receive side is run in PIO mode, but then it has the bigger FIFO.
Alan Cox <[email protected]>
Author.