18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci#define QLA_MODEL_NAMES		0x5C
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci/*
58c2ecf20Sopenharmony_ci * Adapter model names and descriptions.
68c2ecf20Sopenharmony_ci */
78c2ecf20Sopenharmony_cistatic char *qla2x00_model_name[QLA_MODEL_NAMES*2] = {
88c2ecf20Sopenharmony_ci	"QLA2340",	"133MHz PCI-X to 2Gb FC, Single Channel",	/* 0x100 */
98c2ecf20Sopenharmony_ci	"QLA2342",	"133MHz PCI-X to 2Gb FC, Dual Channel",		/* 0x101 */
108c2ecf20Sopenharmony_ci	"QLA2344",	"133MHz PCI-X to 2Gb FC, Quad Channel",		/* 0x102 */
118c2ecf20Sopenharmony_ci	"QCP2342",	"cPCI to 2Gb FC, Dual Channel",			/* 0x103 */
128c2ecf20Sopenharmony_ci	"QSB2340",	"SBUS to 2Gb FC, Single Channel",		/* 0x104 */
138c2ecf20Sopenharmony_ci	"QSB2342",	"SBUS to 2Gb FC, Dual Channel",			/* 0x105 */
148c2ecf20Sopenharmony_ci	"QLA2310",	"Sun 66MHz PCI-X to 2Gb FC, Single Channel",	/* 0x106 */
158c2ecf20Sopenharmony_ci	"QLA2332",	"Sun 66MHz PCI-X to 2Gb FC, Single Channel",	/* 0x107 */
168c2ecf20Sopenharmony_ci	"QCP2332",	"Sun cPCI to 2Gb FC, Dual Channel",		/* 0x108 */
178c2ecf20Sopenharmony_ci	"QCP2340",	"cPCI to 2Gb FC, Single Channel",		/* 0x109 */
188c2ecf20Sopenharmony_ci	"QLA2342",	"Sun 133MHz PCI-X to 2Gb FC, Dual Channel",	/* 0x10a */
198c2ecf20Sopenharmony_ci	"QCP2342",	"Sun - cPCI to 2Gb FC, Dual Channel",		/* 0x10b */
208c2ecf20Sopenharmony_ci	"QLA2350",	"133MHz PCI-X to 2Gb FC, Single Channel",	/* 0x10c */
218c2ecf20Sopenharmony_ci	"QLA2352",	"133MHz PCI-X to 2Gb FC, Dual Channel",		/* 0x10d */
228c2ecf20Sopenharmony_ci	"QLA2352",	"Sun 133MHz PCI-X to 2Gb FC, Dual Channel",	/* 0x10e */
238c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x10f */
248c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x110 */
258c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x111 */
268c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x112 */
278c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x113 */
288c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x114 */
298c2ecf20Sopenharmony_ci	"QLA2360",	"133MHz PCI-X to 2Gb FC, Single Channel",	/* 0x115 */
308c2ecf20Sopenharmony_ci	"QLA2362",	"133MHz PCI-X to 2Gb FC, Dual Channel",		/* 0x116 */
318c2ecf20Sopenharmony_ci	"QLE2360",	"PCI-Express to 2Gb FC, Single Channel",	/* 0x117 */
328c2ecf20Sopenharmony_ci	"QLE2362",	"PCI-Express to 2Gb FC, Dual Channel",		/* 0x118 */
338c2ecf20Sopenharmony_ci	"QLA200",	"133MHz PCI-X to 2Gb FC Optical",		/* 0x119 */
348c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x11a */
358c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x11b */
368c2ecf20Sopenharmony_ci	"QLA200P",	"133MHz PCI-X to 2Gb FC SFP",			/* 0x11c */
378c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x11d */
388c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x11e */
398c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x11f */
408c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x120 */
418c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x121 */
428c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x122 */
438c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x123 */
448c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x124 */
458c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x125 */
468c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x126 */
478c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x127 */
488c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x128 */
498c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x129 */
508c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x12a */
518c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x12b */
528c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x12c */
538c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x12d */
548c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x12e */
558c2ecf20Sopenharmony_ci	"QLA210",	"133MHz PCI-X to 2Gb FC, Single Channel",	/* 0x12f */
568c2ecf20Sopenharmony_ci	"EMC 250",	"133MHz PCI-X to 2Gb FC, Single Channel",	/* 0x130 */
578c2ecf20Sopenharmony_ci	"HP A7538A",	"HP 1p2g PCI-X to 2Gb FC, Single Channel",	/* 0x131 */
588c2ecf20Sopenharmony_ci	"QLA210",	"Sun 133MHz PCI-X to 2Gb FC, Single Channel",	/* 0x132 */
598c2ecf20Sopenharmony_ci	"QLA2460",	"PCI-X 2.0 to 4Gb FC, Single Channel",		/* 0x133 */
608c2ecf20Sopenharmony_ci	"QLA2462",	"PCI-X 2.0 to 4Gb FC, Dual Channel",		/* 0x134 */
618c2ecf20Sopenharmony_ci	"QMC2462",	"IBM eServer BC 4Gb FC Expansion Card",		/* 0x135 */
628c2ecf20Sopenharmony_ci	"QMC2462S",	"IBM eServer BC 4Gb FC Expansion Card SFF",	/* 0x136 */
638c2ecf20Sopenharmony_ci	"QLE2460",	"PCI-Express to 4Gb FC, Single Channel",	/* 0x137 */
648c2ecf20Sopenharmony_ci	"QLE2462",	"PCI-Express to 4Gb FC, Dual Channel",		/* 0x138 */
658c2ecf20Sopenharmony_ci	"QME2462",	"Dell BS PCI-Express to 4Gb FC, Dual Channel",	/* 0x139 */
668c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x13a */
678c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x13b */
688c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x13c */
698c2ecf20Sopenharmony_ci	"QEM2462",	"Sun Server I/O Module 4Gb FC, Dual Channel",	/* 0x13d */
708c2ecf20Sopenharmony_ci	"QLE210",	"PCI-Express to 2Gb FC, Single Channel",	/* 0x13e */
718c2ecf20Sopenharmony_ci	"QLE220",	"PCI-Express to 4Gb FC, Single Channel",	/* 0x13f */
728c2ecf20Sopenharmony_ci	"QLA2460",	"Sun PCI-X 2.0 to 4Gb FC, Single Channel",	/* 0x140 */
738c2ecf20Sopenharmony_ci	"QLA2462",	"Sun PCI-X 2.0 to 4Gb FC, Dual Channel",	/* 0x141 */
748c2ecf20Sopenharmony_ci	"QLE2460",	"Sun PCI-Express to 2Gb FC, Single Channel",	/* 0x142 */
758c2ecf20Sopenharmony_ci	"QLE2462",	"Sun PCI-Express to 4Gb FC, Single Channel",	/* 0x143 */
768c2ecf20Sopenharmony_ci	"QEM2462",	"Server I/O Module 4Gb FC, Dual Channel",	/* 0x144 */
778c2ecf20Sopenharmony_ci	"QLE2440",	"PCI-Express to 4Gb FC, Single Channel",	/* 0x145 */
788c2ecf20Sopenharmony_ci	"QLE2464",	"PCI-Express to 4Gb FC, Quad Channel",		/* 0x146 */
798c2ecf20Sopenharmony_ci	"QLA2440",	"PCI-X 2.0 to 4Gb FC, Single Channel",		/* 0x147 */
808c2ecf20Sopenharmony_ci	"HP AE369A",	"PCI-X 2.0 to 4Gb FC, Dual Channel",		/* 0x148 */
818c2ecf20Sopenharmony_ci	"QLA2340",	"Sun 133MHz PCI-X to 2Gb FC, Single Channel",	/* 0x149 */
828c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x14a */
838c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x14b */
848c2ecf20Sopenharmony_ci	"QMC2432M",	"IBM eServer BC 4Gb FC Expansion Card CFFE",	/* 0x14c */
858c2ecf20Sopenharmony_ci	"QMC2422M",	"IBM eServer BC 4Gb FC Expansion Card CFFX",	/* 0x14d */
868c2ecf20Sopenharmony_ci	"QLE220",	"Sun PCI-Express to 4Gb FC, Single Channel",	/* 0x14e */
878c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x14f */
888c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x150 */
898c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x151 */
908c2ecf20Sopenharmony_ci	"QME2462",	"PCI-Express to 4Gb FC, Dual Channel Mezz HBA",	/* 0x152 */
918c2ecf20Sopenharmony_ci	"QMH2462",	"PCI-Express to 4Gb FC, Dual Channel Mezz HBA",	/* 0x153 */
928c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x154 */
938c2ecf20Sopenharmony_ci	"QLE220",	"PCI-Express to 4Gb FC, Single Channel",	/* 0x155 */
948c2ecf20Sopenharmony_ci	"QLE220",	"PCI-Express to 4Gb FC, Single Channel",	/* 0x156 */
958c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x157 */
968c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x158 */
978c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x159 */
988c2ecf20Sopenharmony_ci	" ",		" ",						/* 0x15a */
998c2ecf20Sopenharmony_ci	"QME2472",	"Dell BS PCI-Express to 4Gb FC, Dual Channel",	/* 0x15b */
1008c2ecf20Sopenharmony_ci};
101