patch-1.3.9 linux/drivers/scsi/scsi.h

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

diff -u --recursive --new-file v1.3.8/linux/drivers/scsi/scsi.h linux/drivers/scsi/scsi.h
@@ -302,6 +302,7 @@
     unsigned writeable:1;
     unsigned removable:1; 
     unsigned random:1;
+    unsigned has_cmdblocks:1;
     unsigned changed:1;             /* Data invalid due to media change */
     unsigned busy:1;                /* Used to prevent races */
     unsigned lockable:1;            /* Able to prevent media removal */
@@ -312,6 +313,8 @@
     unsigned disconnect:1;          /* can disconnect */
     unsigned soft_reset:1;          /* Uses soft reset option */
     unsigned sync:1;                /* Negotiate for sync transfers */
+    unsigned single_lun:1;          /* Indicates we should only allow I/O to
+                                       one of the luns for the device at a time. */
     unsigned char current_tag;      /* current tag */
     unsigned char sync_min_period;  /* Not less than this period */
     unsigned char sync_max_offset;  /* Not greater than this offset */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this