diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index b61e45a1310d..f78d23a3b667 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h | |||
@@ -1279,7 +1279,7 @@ typedef struct { /* FireFly BIU registers */ | |||
1279 | #define MBX_DEL_LD_ENTRY 0x1D | 1279 | #define MBX_DEL_LD_ENTRY 0x1D |
1280 | #define MBX_RUN_PROGRAM 0x1E | 1280 | #define MBX_RUN_PROGRAM 0x1E |
1281 | #define MBX_SET_MASK 0x20 | 1281 | #define MBX_SET_MASK 0x20 |
1282 | #define MBX_SET_SLIM 0x21 | 1282 | #define MBX_SET_VARIABLE 0x21 |
1283 | #define MBX_UNREG_D_ID 0x23 | 1283 | #define MBX_UNREG_D_ID 0x23 |
1284 | #define MBX_KILL_BOARD 0x24 | 1284 | #define MBX_KILL_BOARD 0x24 |
1285 | #define MBX_CONFIG_FARP 0x25 | 1285 | #define MBX_CONFIG_FARP 0x25 |
@@ -1301,7 +1301,7 @@ typedef struct { /* FireFly BIU registers */ | |||
1301 | #define MBX_REG_VNPID 0x96 | 1301 | #define MBX_REG_VNPID 0x96 |
1302 | #define MBX_UNREG_VNPID 0x97 | 1302 | #define MBX_UNREG_VNPID 0x97 |
1303 | 1303 | ||
1304 | #define MBX_FLASH_WR_ULA 0x98 | 1304 | #define MBX_WRITE_WWN 0x98 |
1305 | #define MBX_SET_DEBUG 0x99 | 1305 | #define MBX_SET_DEBUG 0x99 |
1306 | #define MBX_LOAD_EXP_ROM 0x9C | 1306 | #define MBX_LOAD_EXP_ROM 0x9C |
1307 | 1307 | ||
@@ -3227,6 +3227,8 @@ lpfc_is_LC_HBA(unsigned short device) | |||
3227 | (device == PCI_DEVICE_ID_BSMB) || | 3227 | (device == PCI_DEVICE_ID_BSMB) || |
3228 | (device == PCI_DEVICE_ID_ZMID) || | 3228 | (device == PCI_DEVICE_ID_ZMID) || |
3229 | (device == PCI_DEVICE_ID_ZSMB) || | 3229 | (device == PCI_DEVICE_ID_ZSMB) || |
3230 | (device == PCI_DEVICE_ID_SAT_MID) || | ||
3231 | (device == PCI_DEVICE_ID_SAT_SMB) || | ||
3230 | (device == PCI_DEVICE_ID_RFLY)) | 3232 | (device == PCI_DEVICE_ID_RFLY)) |
3231 | return 1; | 3233 | return 1; |
3232 | else | 3234 | else |