Open a z8530 channel for pio
int z8530_sync_open(struct net_device * dev, struct z8530_channel * c);
dev
The network interface we are using
c
The Z8530 channel to open in synchronous PIO mode
Switch a Z8530 into synchronous mode without DMA assist. We raise the RTS/DTR and commence network operation.
Alan Cox <[email protected]>
Author.