Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755496AbYGVWLi (ORCPT ); Tue, 22 Jul 2008 18:11:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751882AbYGVWLa (ORCPT ); Tue, 22 Jul 2008 18:11:30 -0400 Received: from mx1.redhat.com ([66.187.233.31]:42346 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751802AbYGVWLa (ORCPT ); Tue, 22 Jul 2008 18:11:30 -0400 From: Jarod Wilson Organization: Red Hat, Inc. To: linux1394-devel@lists.sourceforge.net Subject: Re: [PATCH] firewire: fw-ohci: TSB43AB22/A dualbuffer workaround Date: Tue, 22 Jul 2008 18:11:26 -0400 User-Agent: KMail/1.9.9 Cc: Stefan Richter , linux-kernel@vger.kernel.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807221811.26653.jwilson@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1354 Lines: 33 On Tuesday 22 July 2008 12:41:10 pm Stefan Richter wrote: > Isochronous reception in dualbuffer is reportedly broken with > TI TSB43AB22A on x86-64. Descriptor addresses above 2G have been > determined as the trigger: > https://bugzilla.redhat.com/show_bug.cgi?id=435550 > > Two fixes are possible: > - pci_set_consistent_dma_mask(pdev, DMA_31BIT_MASK); > at least when IR descriptors are allocated, or > - simply don't use dualbuffer. > This fix implements the latter workaround. > > But we keep using dualbuffer on x86-32 which won't give us highmen (and > thus physical addresses outside the 31bit range) in coherent DMA memory > allocations. Right now we could for example also whitelist PPC32, but > DMA mapping implementation details are expected to change there. > > Signed-off-by: Stefan Richter Still hoping we can get some confirmation of a chipset bug or a fix from TI for this controller, but in the interim, this seems to be the most reasonable route to go right now. Signed-off-by: Jarod Wilson -- Jarod Wilson jwilson@redhat.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/