|
@@ -154,6 +154,7 @@ struct scsi_device {
|
|
unsigned no_read_capacity_16:1; /* Avoid READ_CAPACITY_16 cmds */
|
|
unsigned no_read_capacity_16:1; /* Avoid READ_CAPACITY_16 cmds */
|
|
unsigned try_rc_10_first:1; /* Try READ_CAPACACITY_10 first */
|
|
unsigned try_rc_10_first:1; /* Try READ_CAPACACITY_10 first */
|
|
unsigned is_visible:1; /* is the device visible in sysfs */
|
|
unsigned is_visible:1; /* is the device visible in sysfs */
|
|
|
|
+ unsigned wce_default_on:1; /* Cache is ON by default */
|
|
|
|
|
|
DECLARE_BITMAP(supported_events, SDEV_EVT_MAXBITS); /* supported events */
|
|
DECLARE_BITMAP(supported_events, SDEV_EVT_MAXBITS); /* supported events */
|
|
struct list_head event_list; /* asserted events */
|
|
struct list_head event_list; /* asserted events */
|