]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.fixes/qla2xxx-devtbl-fix
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / qla2xxx-devtbl-fix
1 From: Shyam Iyer <shyam_iyer@dell.com>
2 Subject: Kernel Panic with Qlogic 2472 Card
3 References: bnc#472804
4
5 Kernel Panic is observed with a Qlogic 2472 Card is plugged into the
6 system and the qla2xxx driver is loaded.
7
8 The attached patch fixes the issue.
9
10 Signed-off-by: Shyam Iyer <shyam_iyer@dell.com>
11 Signed-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 */