OpenVZ Forum


Home » Mailing lists » Devel » [PATCH 2.6.19-rc2] scsi: megaraid_{mm, mbox}: 64-bit DMA capability fix
RE: [PATCH 2.6.19-rc2] scsi: megaraid_{mm, mbox}: 64-bit DMA capability fix [message #7501 is a reply to message #7490] Mon, 16 October 2006 12:32 Go to previous messageGo to previous message
Seokmann.Ju is currently offline  Seokmann.Ju
Messages: 5
Registered: May 2006
Junior Member
Hi,
Monday, October 16, 2006 4:09 AM, Vasily Averin wrote:
> It is known that 2 LSI Logic MegaRAID SATA RAID Controllers
> (150-4 and 150-6)
> don't support 64-bit DMA. Unfortunately currently this check
> is wrong and driver
> sets 64-bit DMA mode for these devices.
ACK - this patch will fix the problem.
Thank you for the finding, Vasily.

Seokmann

> -----Original Message-----
> From: Vasily Averin [mailto:vvs@sw.ru]
> Sent: Monday, October 16, 2006 4:09 AM
> To: Linux Kernel Mailing List; linux-scsi@vger.kernel.org;
> Ju, Seokmann; James Bottomley; Andrew Morton; Linus Torvalds;
> devel@openvz.org
> Cc: Andrey Mirkin
> Subject: [PATCH 2.6.19-rc2] scsi: megaraid_{mm,mbox}: 64-bit
> DMA capability fix
>
> From: Andrey Mirkin (amirkin@sw.ru)
>
> It is known that 2 LSI Logic MegaRAID SATA RAID Controllers
> (150-4 and 150-6)
> don't support 64-bit DMA. Unfortunately currently this check
> is wrong and driver
> sets 64-bit DMA mode for these devices.
>
> Signed-off-by: Andrey Mirkin <amirkin@sw.ru>
> Ack-by: Vasily Averin <vvs@sw.ru>
>
> ---
> linux-2.6.19-rc2/drivers/scsi/megaraid/megaraid_mbox.c.mgst6
> 2006-10-16
> 10:26:50.000000000 +0400
> +++ linux-2.6.19-rc2/drivers/scsi/megaraid/megaraid_mbox.c
> 2006-10-16
> 11:30:55.000000000 +0400
> @@ -884,7 +884,7 @@ megaraid_init_mbox(adapter_t *adapter)
>
> if (((magic64 == HBA_SIGNATURE_64_BIT) &&
> ((adapter->pdev->subsystem_device !=
> - PCI_SUBSYS_ID_MEGARAID_SATA_150_6) ||
> + PCI_SUBSYS_ID_MEGARAID_SATA_150_6) &&
> (adapter->pdev->subsystem_device !=
> PCI_SUBSYS_ID_MEGARAID_SATA_150_4))) ||
> (adapter->pdev->vendor == PCI_VENDOR_ID_LSI_LOGIC &&
>
>
 
Read Message
Read Message
Read Message
Previous Topic: OpenVZ support for Multiple IPs in Slackware 9/10 - I have it working
Next Topic: RE: [PATCH 2.6.19-rc2] scsi: megaraid_{mm, mbox}: 64-bit DMAcapability fix
Goto Forum:
  


Current Time: Fri Oct 18 11:36:33 GMT 2024

Total time taken to generate the page: 0.04908 seconds