[<prev] [next>] [day] [month] [year] [list]
Message-ID: <44C48010.40603@sw.ru>
Date: Mon, 24 Jul 2006 12:08:48 +0400
From: Vasily Averin <vvs@...ru>
To: "Ju, Seokmann" <Seokmann.Ju@...l.com>
CC: James.Bottomley@...elEye.com, akpm@...l.org,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
"Patro, Sumant" <Sumant.Patro@...l.com>, yang.bo@...l.com
Subject: Re: [PATCH 1/3] scsi : megaraid_{mm,mbox}: 64-bit DMA capability
checker
Ju, Seokmann wrote:
> Hi,
> With patch, the driver access PCIconfiguration space with dedicated
> offset to read a signature. If the signature read, it means that the
> controller has capability to handle 64-bit DMA.
> Without this patch, the driver blindly claimed 64-bit DMA capability
> without checking with controller.
> The issue has been reported by Vasily Averin.
> + if (((magic64 == HBA_SIGNATURE_64_BIT) &&
> + (adapter->pdev->subsystem_device !=
> + PCI_SUBSYS_ID_MEGARAID_SATA_150_6)) ||
I would note that I've reported about issue on SATA_150_4 device. I can also
accept that similar patch fixes this issue.
> + (adapter->pdev->vendor == PCI_VENDOR_ID_LSI_LOGIC &&
> + adapter->pdev->device == PCI_DEVICE_ID_VERDE) ||
> + (adapter->pdev->vendor == PCI_VENDOR_ID_LSI_LOGIC &&
> + adapter->pdev->device == PCI_DEVICE_ID_DOBSON) ||
> + (adapter->pdev->vendor == PCI_VENDOR_ID_LSI_LOGIC &&
> + adapter->pdev->device == PCI_DEVICE_ID_LINDSAY) ||
> + (adapter->pdev->vendor == PCI_VENDOR_ID_DELL &&
> + adapter->pdev->device == PCI_DEVICE_ID_PERC4_DI_EVERGLADES) ||
> + (adapter->pdev->vendor == PCI_VENDOR_ID_DELL &&
> + adapter->pdev->device == PCI_DEVICE_ID_PERC4E_DI_KOBUK)) {
Thank you,
Vasily Averin
SWsoft Virtuozzo/OpenVZ Linux kernel team
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists