diff options
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index 9ad66a3abe12..6af369b1dafd 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -89,6 +89,8 @@ MODULE_PARM_DESC(ql2xextended_error_logging, | |||
89 | "\t\t0x00200000 - AER/EEH. 0x00100000 - Multi Q.\n" | 89 | "\t\t0x00200000 - AER/EEH. 0x00100000 - Multi Q.\n" |
90 | "\t\t0x00080000 - P3P Specific. 0x00040000 - Virtual Port.\n" | 90 | "\t\t0x00080000 - P3P Specific. 0x00040000 - Virtual Port.\n" |
91 | "\t\t0x00020000 - Buffer Dump. 0x00010000 - Misc.\n" | 91 | "\t\t0x00020000 - Buffer Dump. 0x00010000 - Misc.\n" |
92 | "\t\t0x00008000 - Verbose. 0x00004000 - Target.\n" | ||
93 | "\t\t0x00002000 - Target Mgmt. 0x00001000 - Target TMF.\n" | ||
92 | "\t\t0x7fffffff - For enabling all logs, can be too many logs.\n" | 94 | "\t\t0x7fffffff - For enabling all logs, can be too many logs.\n" |
93 | "\t\t0x1e400000 - Preferred value for capturing essential " | 95 | "\t\t0x1e400000 - Preferred value for capturing essential " |
94 | "debug information (equivalent to old " | 96 | "debug information (equivalent to old " |