summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 14:58:04 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-06-13 14:58:04 +1000
commita705a42e34f6c0a3739e96d26aa62ebedae668d8 (patch)
tree46c11d959902b110439badae357c7baa7baa53c7 /include
parentefbf5ee41a43c5b65d4ab9720f18cb918b81eece (diff)
parentd7303661c51163efb5b6b7585acaec49979d6974 (diff)
Merge commit 'ieee1394/for-next'
Diffstat (limited to 'include')
-rw-r--r--include/scsi/scsi_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
index f6a9fe0ef09c..00b78763a1bf 100644
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@ -134,6 +134,7 @@ struct scsi_device {
unsigned no_start_on_add:1; /* do not issue start on add */
unsigned allow_restart:1; /* issue START_UNIT in error handler */
unsigned manage_start_stop:1; /* Let HLD (sd) manage start/stop */
+ unsigned start_stop_pwr_cond:1; /* Set power cond. in START_STOP_UNIT */
unsigned no_uld_attach:1; /* disable connecting to upper level drivers */
unsigned select_no_atn:1;
unsigned fix_capacity:1; /* READ_CAPACITY is too high by 1 */