diff options
author | Kevin Barnett <kevin.barnett@pmcs.com> | 2015-07-18 11:12:59 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-08-26 16:28:15 -0700 |
commit | b9092b79ccaf4404509d6aeb2c76eb7cbfa57bf1 (patch) | |
tree | e6832a14605d19936bc19fd9ef8f6cc3c2d08de5 /drivers/scsi/hpsa.h | |
parent | cbb47dcbb405d4a694801e6ad6d63c2992f83bb4 (diff) | |
download | linux-b9092b79ccaf4404509d6aeb2c76eb7cbfa57bf1.tar.gz linux-b9092b79ccaf4404509d6aeb2c76eb7cbfa57bf1.tar.bz2 linux-b9092b79ccaf4404509d6aeb2c76eb7cbfa57bf1.zip |
Change how controllers in mixed mode are handled.
Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Tomas Henzl <thenzl@redhat.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/hpsa.h')
-rw-r--r-- | drivers/scsi/hpsa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h index ab014d3f3656..27debb363529 100644 --- a/drivers/scsi/hpsa.h +++ b/drivers/scsi/hpsa.h @@ -116,7 +116,6 @@ struct bmic_controller_parameters { u8 automatic_drive_slamming; u8 reserved1; u8 nvram_flags; -#define HBA_MODE_ENABLED_FLAG (1 << 3) u8 cache_nvram_flags; u8 drive_config_flags; u16 reserved2; @@ -155,7 +154,6 @@ struct ctlr_info { unsigned int msi_vector; int intr_mode; /* either PERF_MODE_INT or SIMPLE_MODE_INT */ struct access_method access; - char hba_mode_enabled; /* queue and queue Info */ unsigned int Qdepth; |