Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758023AbXKTF0L (ORCPT ); Tue, 20 Nov 2007 00:26:11 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753908AbXKTFZ4 (ORCPT ); Tue, 20 Nov 2007 00:25:56 -0500 Received: from idcmail-mo1so.shaw.ca ([24.71.223.10]:64524 "EHLO pd4mo1so.prod.shaw.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753648AbXKTFZz (ORCPT ); Tue, 20 Nov 2007 00:25:55 -0500 Date: Mon, 19 Nov 2007 23:25:48 -0600 From: Robert Hancock Subject: Re: [PATCH 2/2] sata_nv: fix ATAPI issues with memory over 4GB (v3) In-reply-to: <474230DC.8020308@gmail.com> To: Tejun Heo Cc: linux-kernel , ide , Jeff Garzik Message-id: <47426FDC.4030800@shaw.ca> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7bit References: <473A7677.6080007@shaw.ca> <473BA332.9030406@gmail.com> <473BC5DF.1040302@shaw.ca> <474230DC.8020308@gmail.com> User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1462 Lines: 40 Tejun Heo wrote: > Robert Hancock wrote: >> Tejun Heo wrote: >>> Robert Hancock wrote: >>>> This fixes some problems with ATAPI devices on nForce4 controllers in >>>> ADMA mode >>>> on systems with memory located above 4GB. We need to delay setting >>>> the 64-bit >>>> DMA mask until the PRD table and padding buffer are allocated so that >>>> they don't >>>> get allocated above 4GB and break legacy mode (which is needed for ATAPI >>>> devices). >>>> >>>> Signed-off-by: Robert Hancock >>> applied to #tj-upstream-fixes. >>> >> I have a report that these patches crashed but the previous patch worked: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=351451 >> >> So there may still be a problem here. > > Any progress? It looks like the problem is that even though we set the DMA mask after we allocate the PRD and pad buffers, when the other port is set up, the DMA mask is already over 64-bit and so it allocates its buffers over 4GB and fails. I think we just need to explicitly set to 32-bit first, getting the reporter to try that one now. -- Robert Hancock Saskatoon, SK, Canada To email, remove "nospam" from hancockr@nospamshaw.ca Home Page: http://www.roberthancock.com/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/