On 5/22/06, Luiz Fernando N. Capitulino <[EMAIL PROTECTED]> wrote:
On Sat, 20 May 2006 00:51:35 +0200
"Pascal Terjan" <[EMAIL PROTECTED]> wrote:
| Hello,
| My patch was broken as it removes some ids from the old driver that
| are not advertised by the new one.
Which one?
vendor:101e device:1960 subv:1028 subd:0511
which is PCI_VENDOR_ID_AMI, PCI_DEVICE_ID_AMI_MEGARAID3, DELL_SUBSYS_VID, 0511
| The following patch fixes this by adding the missing id in the new driver :
|
http://www.kernel.org/git/?p=linux/kernel/git/stable/linux-2.6.16.y.git;a=blobdiff;h=d18a4bc2498c5271be970ed2c9d8d77dee0e6a28;hp=4b5d420d2f4d36c017e01a3541d7d277c890f67b;hb=ed7e8ef7f12f5c3c8bbb85eeb0a1ded91c7c5dbf;f=drivers/scsi/megaraid/megaraid_mbox.c
|
| I think it should be applied on 2006 updates.
Was it applied to Linus tree? I can't find it.
I checked 2.6.17rc1 rpm and it contains megaraid_mbox v2.20.4.7 and :
# grep 101e /lib/modules/2.6.17-rc1.16mdk/modules.pcimap | grep 1960
megaraid_mbox 0x0000101e 0x00001960 0xffffffff 0xffffffff
0x00000000 0x00000000 0x0
so it looks applied.