patch-2.1.110 linux/drivers/acorn/scsi/fas216.h

Next file: linux/drivers/acorn/scsi/msgqueue.c
Previous file: linux/drivers/acorn/scsi/fas216.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.109/linux/drivers/acorn/scsi/fas216.h linux/drivers/acorn/scsi/fas216.h
@@ -257,6 +257,7 @@
 		unsigned char	sync_max_depth;		/* Synchronous xfer max fifo depth	*/
 		unsigned char	cntl3;			/* Control Reg 3			*/
 		unsigned int	asyncperiod;		/* Async transfer period (ns)		*/
+		unsigned int	disconnect_ok:1;	/* Disconnects allowed?			*/
 	} ifcfg;
 
 	/* queue handling */
@@ -268,6 +269,7 @@
 	/* per-device info */
 	struct {
 		unsigned char	disconnect_ok:1;	/* device can disconnect		*/
+		unsigned int	period;			/* sync xfer period (*4ns)		*/
 		unsigned char	stp;			/* synchronous transfer period		*/
 		unsigned char	sof;			/* synchronous offset register		*/
 		syncneg_t	negstate;		/* synchronous transfer mode		*/

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