[SCSI] ipr: include the resource path in the IOA status area structure
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / hpsa_cmd.h
index 56fb9827681e7d3884ae97c52fbc5cd8673f8180..78de9b6d1e0b2499b4a8d19850a02d93abc33330 100644 (file)
@@ -152,21 +152,6 @@ struct SenseSubsystem_info {
        u8 reserved1[1108];
 };
 
-#define HPSA_READ_CAPACITY 0x25 /* Read Capacity */
-struct ReadCapdata {
-       u8 total_size[4];       /* Total size in blocks */
-       u8 block_size[4];       /* Size of blocks in bytes */
-};
-
-#if 0
-/* 12 byte commands not implemented in firmware yet. */
-#define HPSA_READ      0xa8
-#define HPSA_WRITE     0xaa
-#endif
-
-#define HPSA_READ   0x28    /* Read(10) */
-#define HPSA_WRITE  0x2a    /* Write(10) */
-
 /* BMIC commands */
 #define BMIC_READ 0x26
 #define BMIC_WRITE 0x27