Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751370Ab2KPEXA (ORCPT ); Thu, 15 Nov 2012 23:23:00 -0500 Received: from mail-vc0-f174.google.com ([209.85.220.174]:48425 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816Ab2KPEW6 (ORCPT ); Thu, 15 Nov 2012 23:22:58 -0500 Message-ID: <50A5BF9E.70807@pobox.com> Date: Thu, 15 Nov 2012 23:22:54 -0500 From: Jeff Garzik User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1 MIME-Version: 1.0 To: Christian Gmeiner CC: linux-ide@vger.kernel.org, LKML , mkp@mkp.net Subject: Re: [PATCH] pata_cs5536: add quirk for broken udma References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1024 Lines: 25 On 11/15/2012 05:03 PM, Christian Gmeiner wrote: > I am working on a device which uses the cs5536 pata driver. There > are some broken hardware revisions out in the field, which can be > detected via DMI. On older versions with an embedded BIOS I > used libata.dma=0 to disable dma completely. > Now we are switching to a coreboot/seabios based BIOS where we > have DMI support and so I think its a good idea to get rid of > all those hacky kernel parameters as the same image > is used other devices where libata.dma=0 is not a good idea. > > Signed-off-by: Christian Gmeiner > --- > drivers/ata/pata_cs5536.c | 32 ++++++++++++++++++++++++++++++ > +- > 1 file changed, 31 insertions(+), 1 deletion(-) ACK, but patch is word-wrapped-mangled -- 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/