]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.fixes/qla2xxx-devtbl-fix
Fix oinkmaster patch.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.fixes / qla2xxx-devtbl-fix
CommitLineData
2cb7cef9
BS
1From: Shyam Iyer <shyam_iyer@dell.com>
2Subject: Kernel Panic with Qlogic 2472 Card
3References: bnc#472804
4
5Kernel Panic is observed with a Qlogic 2472 Card is plugged into the
6system and the qla2xxx driver is loaded.
7
8The attached patch fixes the issue.
9
10Signed-off-by: Shyam Iyer <shyam_iyer@dell.com>
11Signed-off-by: Hannes Reinecke <hare@suse.de>
12
13--- linux-2.6.27-SLE11_BRANCH/drivers/scsi/qla2xxx/qla_devtbl.h.orig 2008-10-10 00:13:53.000000000 +0200
14+++ linux-2.6.27-SLE11_BRANCH/drivers/scsi/qla2xxx/qla_devtbl.h 2009-02-06 14:25:39.014539019 +0100
15@@ -72,7 +72,7 @@ static char *qla2x00_model_name[QLA_MODE
16 "QLA2462", "Sun PCI-X 2.0 to 4Gb FC, Dual Channel", /* 0x141 */
17 "QLE2460", "Sun PCI-Express to 2Gb FC, Single Channel", /* 0x142 */
18 "QLE2462", "Sun PCI-Express to 4Gb FC, Single Channel", /* 0x143 */
19- "QEM2462" "Server I/O Module 4Gb FC, Dual Channel", /* 0x144 */
20+ "QEM2462", "Server I/O Module 4Gb FC, Dual Channel", /* 0x144 */
21 "QLE2440", "PCI-Express to 4Gb FC, Single Channel", /* 0x145 */
22 "QLE2464", "PCI-Express to 4Gb FC, Quad Channel", /* 0x146 */
23 "QLA2440", "PCI-X 2.0 to 4Gb FC, Single Channel", /* 0x147 */