upgrade to linux 2.6.10-1.12_FC2
[linux-2.6.git] / include / scsi / scsi_device.h
index 9569c22..6afc72f 100644 (file)
@@ -109,6 +109,9 @@ struct scsi_device {
        unsigned use_192_bytes_for_3f:1; /* ask for 192 bytes from page 0x3f */
        unsigned no_start_on_add:1;     /* do not issue start on add */
        unsigned allow_restart:1; /* issue START_UNIT in error handler */
+       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 */
 
        unsigned int device_blocked;    /* Device returned QUEUE_FULL. */