1. NAME

z8530_sync_dma_open - Open a Z8530 for DMA I/O

2. SYNOPSIS

int z8530_sync_dma_open(struct net_device *  dev , struct z8530_channel *  c );

3. ARGUMENTS

dev
    The network device to attach

c
    The Z8530 channel to configure in sync DMA mode.

4. DESCRIPTION

Set up a Z85x30 device for synchronous DMA in both directions. Two ISA DMA channels must be available for this to work. We assume ISA DMA driven I/O and PC limits on access.

5. AUTHOR

Alan Cox <>
    Author.

6. COPYRIGHT