mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
[SCSI] qla2xxx: NVRAM id-list updates.
NVRAM id-list updates. Resync with latest NVRAM subsystem ID list. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
parent
fca2970371
commit
ba5140b48e
@ -1,4 +1,4 @@
|
||||
#define QLA_MODEL_NAMES 0x32
|
||||
#define QLA_MODEL_NAMES 0x44
|
||||
|
||||
/*
|
||||
* Adapter model names.
|
||||
@ -53,7 +53,25 @@ static char *qla2x00_model_name[QLA_MODEL_NAMES] = {
|
||||
" ", /* 0x12e */
|
||||
"QLA210", /* 0x12f */
|
||||
"EMC 250", /* 0x130 */
|
||||
"HP A7538A" /* 0x131 */
|
||||
"HP A7538A", /* 0x131 */
|
||||
"QLA210", /* 0x132 */
|
||||
"QLA2460", /* 0x133 */
|
||||
"QLA2462", /* 0x134 */
|
||||
"QMC2462", /* 0x135 */
|
||||
"QMC2462S", /* 0x136 */
|
||||
"QLE2460", /* 0x137 */
|
||||
"QLE2462", /* 0x138 */
|
||||
"QME2462", /* 0x139 */
|
||||
"QLA2440", /* 0x13a */
|
||||
"QLA2442", /* 0x13b */
|
||||
"QSM2442", /* 0x13c */
|
||||
"QSM2462", /* 0x13d */
|
||||
"QLE210", /* 0x13e */
|
||||
"QLE220", /* 0x13f */
|
||||
"QLA2460", /* 0x140 */
|
||||
"QLA2462", /* 0x141 */
|
||||
"QLE2460", /* 0x142 */
|
||||
"QLE2462" /* 0x143 */
|
||||
};
|
||||
|
||||
static char *qla2x00_model_desc[QLA_MODEL_NAMES] = {
|
||||
@ -78,8 +96,8 @@ static char *qla2x00_model_desc[QLA_MODEL_NAMES] = {
|
||||
" ", /* 0x112 */
|
||||
" ", /* 0x113 */
|
||||
" ", /* 0x114 */
|
||||
"133MHz PCI-X to 2Gb FC Single Channel", /* 0x115 */
|
||||
"133MHz PCI-X to 2Gb FC Dual Channel", /* 0x116 */
|
||||
"133MHz PCI-X to 2Gb FC, Single Channel", /* 0x115 */
|
||||
"133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x116 */
|
||||
"PCI-Express to 2Gb FC, Single Channel", /* 0x117 */
|
||||
"PCI-Express to 2Gb FC, Dual Channel", /* 0x118 */
|
||||
"133MHz PCI-X to 2Gb FC Optical", /* 0x119 */
|
||||
@ -106,5 +124,23 @@ static char *qla2x00_model_desc[QLA_MODEL_NAMES] = {
|
||||
" ", /* 0x12e */
|
||||
"133MHz PCI-X to 2Gb FC SFF", /* 0x12f */
|
||||
"133MHz PCI-X to 2Gb FC SFF", /* 0x130 */
|
||||
"HP 1p2g QLA2340" /* 0x131 */
|
||||
"HP 1p2g QLA2340", /* 0x131 */
|
||||
"133MHz PCI-X to 2Gb FC, Single Channel", /* 0x132 */
|
||||
"PCI-X 2.0 to 4Gb FC, Single Channel", /* 0x133 */
|
||||
"PCI-X 2.0 to 4Gb FC, Dual Channel", /* 0x134 */
|
||||
"IBM eServer BC 4Gb FC Expansion Card", /* 0x135 */
|
||||
"IBM eServer BC 4Gb FC Expansion Card SFF", /* 0x136 */
|
||||
"PCI-Express to 4Gb FC, Single Channel", /* 0x137 */
|
||||
"PCI-Express to 4Gb FC, Dual Channel", /* 0x138 */
|
||||
"Dell PCI-Express to 4Gb FC, Dual Channel", /* 0x139 */
|
||||
"PCI-X 1.0 to 4Gb FC, Single Channel", /* 0x13a */
|
||||
"PCI-X 1.0 to 4Gb FC, Dual Channel", /* 0x13b */
|
||||
"Server I/O Module 4Gb FC, Single Channel", /* 0x13c */
|
||||
"Server I/O Module 4Gb FC, Single Channel", /* 0x13d */
|
||||
"PCI-Express to 2Gb FC, Single Channel", /* 0x13e */
|
||||
"PCI-Express to 4Gb FC, Single Channel", /* 0x13f */
|
||||
"Sun PCI-X 2.0 to 4Gb FC, Single Channel", /* 0x140 */
|
||||
"Sun PCI-X 2.0 to 4Gb FC, Dual Channel", /* 0x141 */
|
||||
"Sun PCI-Express to 2Gb FC, Single Channel", /* 0x142 */
|
||||
"Sun PCI-Express to 4Gb FC, Single Channel" /* 0x143 */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user