1. NAME

z8530_sync_open - Open a Z8530 channel for PIO

2. SYNOPSIS

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

3. ARGUMENTS

dev
    The network interface we are using

c
    The Z8530 channel to open in synchronous PIO mode

4. DESCRIPTION

Switch a Z8530 into synchronous mode without DMA assist. We raise the RTS/DTR and commence network operation.

5. AUTHOR

Alan Cox <>
    Author.

6. COPYRIGHT