linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / scsi / scsi_devinfo.h
index edf5668..174101b 100644 (file)
@@ -25,4 +25,7 @@
                                           (if HBA supports more than 8 LUNs) */
 #define BLIST_NOREPORTLUN      0x40000 /* don't try REPORT_LUNS scan (SCSI-3 devs) */
 #define BLIST_NOT_LOCKABLE     0x80000 /* don't use PREVENT-ALLOW commands */
+#define BLIST_NO_ULD_ATTACH    0x100000 /* device is actually for RAID config */
+#define BLIST_SELECT_NO_ATN    0x200000 /* select without ATN */
+#define BLIST_RETRY_HWERROR    0x400000 /* retry HARDWARE_ERROR */
 #endif