diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_nx.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_nx.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_nx.h b/drivers/scsi/qla2xxx/qla_nx.h index 57a226be339a..4ac50e274661 100644 --- a/drivers/scsi/qla2xxx/qla_nx.h +++ b/drivers/scsi/qla2xxx/qla_nx.h | |||
@@ -888,7 +888,8 @@ struct ct6_dsd { | |||
888 | }; | 888 | }; |
889 | 889 | ||
890 | #define MBC_TOGGLE_INTERRUPT 0x10 | 890 | #define MBC_TOGGLE_INTERRUPT 0x10 |
891 | #define MBC_SET_LED_CONFIG 0x125 | 891 | #define MBC_SET_LED_CONFIG 0x125 /* FCoE specific LED control */ |
892 | #define MBC_GET_LED_CONFIG 0x126 /* FCoE specific LED control */ | ||
892 | 893 | ||
893 | /* Flash offset */ | 894 | /* Flash offset */ |
894 | #define FLT_REG_BOOTLOAD_82XX 0x72 | 895 | #define FLT_REG_BOOTLOAD_82XX 0x72 |