diff options
author | Yang, Bo <Bo.Yang@lsi.com> | 2009-10-06 16:31:54 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-10-29 13:03:18 -0400 |
commit | 879111224d0784eab623fe8130a1f4481e0e1966 (patch) | |
tree | 4f4f3a1aa5c3abb240e74a96ca7968c93beb4fc5 /drivers/scsi/megaraid/megaraid_sas.h | |
parent | 72c4fd36dc7f755a5245ef2495fe27d5084d776d (diff) |
[SCSI] megaraid_sas: Add new megaraid SAS 2 controller support to the driver
Add the new megaraid sas 2 controller to the driver. megaraid sas2 is
LSI next generation SAS products. driver add the interface to support
this product.
Signed-off-by Bo Yang<bo.yang@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_sas.h')
-rw-r--r-- | drivers/scsi/megaraid/megaraid_sas.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h index 900359fd3fb9..365a96172070 100644 --- a/drivers/scsi/megaraid/megaraid_sas.h +++ b/drivers/scsi/megaraid/megaraid_sas.h | |||
@@ -30,6 +30,8 @@ | |||
30 | #define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413 | 30 | #define PCI_DEVICE_ID_LSI_VERDE_ZCR 0x0413 |
31 | #define PCI_DEVICE_ID_LSI_SAS1078GEN2 0x0078 | 31 | #define PCI_DEVICE_ID_LSI_SAS1078GEN2 0x0078 |
32 | #define PCI_DEVICE_ID_LSI_SAS0079GEN2 0x0079 | 32 | #define PCI_DEVICE_ID_LSI_SAS0079GEN2 0x0079 |
33 | #define PCI_DEVICE_ID_LSI_SAS0073SKINNY 0x0073 | ||
34 | #define PCI_DEVICE_ID_LSI_SAS0071SKINNY 0x0071 | ||
33 | 35 | ||
34 | /* | 36 | /* |
35 | * ===================================== | 37 | * ===================================== |
@@ -584,6 +586,8 @@ struct megasas_ctrl_info { | |||
584 | #define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000 | 586 | #define MFI_REPLY_1078_MESSAGE_INTERRUPT 0x80000000 |
585 | #define MFI_REPLY_GEN2_MESSAGE_INTERRUPT 0x00000001 | 587 | #define MFI_REPLY_GEN2_MESSAGE_INTERRUPT 0x00000001 |
586 | #define MFI_GEN2_ENABLE_INTERRUPT_MASK (0x00000001 | 0x00000004) | 588 | #define MFI_GEN2_ENABLE_INTERRUPT_MASK (0x00000001 | 0x00000004) |
589 | #define MFI_REPLY_SKINNY_MESSAGE_INTERRUPT 0x40000000 | ||
590 | #define MFI_SKINNY_ENABLE_INTERRUPT_MASK (0x00000001) | ||
587 | 591 | ||
588 | /* | 592 | /* |
589 | * register set for both 1068 and 1078 controllers | 593 | * register set for both 1068 and 1078 controllers |