patch-2.1.126 linux/drivers/net/z85230.h

Next file: linux/drivers/net/znet.c
Previous file: linux/drivers/net/z85230.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/drivers/net/z85230.h linux/drivers/net/z85230.h
@@ -272,8 +272,8 @@
 	u8		status;		/* Current DCD */
 	u8		sync;		/* Set if in sync mode */
 
-	u8		regs[16];	/* Register map for the chip */
-	u8		pendregs[16];	/* Pending register values */
+	u8		regs[32];	/* Register map for the chip */
+	u8		pendregs[32];	/* Pending register values */
 	
 	struct sk_buff 	*tx_skb;	/* Buffer being transmitted */
 	struct sk_buff  *tx_next_skb;	/* Next transmit buffer */
@@ -401,6 +401,8 @@
 extern int z8530_sync_close(struct device *, struct z8530_channel *);
 extern int z8530_sync_dma_open(struct device *, struct z8530_channel *);
 extern int z8530_sync_dma_close(struct device *, struct z8530_channel *);
+extern int z8530_sync_txdma_open(struct device *, struct z8530_channel *);
+extern int z8530_sync_txdma_close(struct device *, struct z8530_channel *);
 extern int z8530_channel_load(struct z8530_channel *, u8 *);
 extern int z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb);
 extern struct net_device_stats *z8530_get_stats(struct z8530_channel *c);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov