Skip to content

Commit

Permalink
[SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2u.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Oct 23, 2007
1 parent aac6a5a commit 6557f3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion drivers/scsi/qla2xxx/qla_devtbl.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define QLA_MODEL_NAMES 0x57
#define QLA_MODEL_NAMES 0x5C

/*
* Adapter model names and descriptions.
Expand Down Expand Up @@ -91,4 +91,9 @@ static char *qla2x00_model_name[QLA_MODEL_NAMES*2] = {
" ", " ", /* 0x154 */
"QLE220", "PCI-Express to 4Gb FC, Single Channel", /* 0x155 */
"QLE220", "PCI-Express to 4Gb FC, Single Channel", /* 0x156 */
" ", " ", /* 0x157 */
" ", " ", /* 0x158 */
" ", " ", /* 0x159 */
" ", " ", /* 0x15a */
"QME2472", "Dell BS PCI-Express to 4Gb FC, Dual Channel", /* 0x15b */
};

0 comments on commit 6557f3a

Please sign in to comment.