From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH 2.6.23-rc4][reRESEND] ata_piix: IDE mode SATA patch for Intel Tolapai Date: Fri, 07 Sep 2007 19:48:47 -0400 Message-ID: <46E1E35F.1010907@garzik.org> References: <200708302136.57215.jason.d.gaston@intel.com> <46D7C856.5070901@garzik.org> <39B20DF628532344BC7A2692CB6AEE0701BCF3BF@orsmsx420.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:57873 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753242AbXIGXst (ORCPT ); Fri, 7 Sep 2007 19:48:49 -0400 In-Reply-To: <39B20DF628532344BC7A2692CB6AEE0701BCF3BF@orsmsx420.amr.corp.intel.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: "Gaston, Jason D" Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, htejun@gmail.com Gaston, Jason D wrote: >> -----Original Message----- >> From: Jeff Garzik [mailto:jeff@garzik.org] >> Sent: Friday, August 31, 2007 12:51 AM >> To: Gaston, Jason D >> Cc: linux-ide@vger.kernel.org; linux-kernel@vger.kernel.org; >> htejun@gmail.com >> Subject: Re: [PATCH 2.6.23-rc4][reRESEND] ata_piix: IDE mode SATA patch > for >> Intel Tolapai >> >> Jason Gaston wrote: >>> Resend trying to remove 8-bit characters in the email. >>> >>> This patch adds the Intel Tolapai IDE mode SATA controller DID's. >>> >>> Signed-off-by: Jason Gaston >> applied > > Jeff, > > I just noticed that the following section came through as spaces instead > of tabs. Do I need to resend a corrected version? > > +static const struct piix_map_db tolapai_map_db = { > + .mask = 0x3, > + .port_enable = 0x3, > + .map = { > + /* PM PS SM SS MAP */ > + { P0, NA, P1, NA }, /* 00b */ > + { RV, RV, RV, RV }, /* 01b */ > + { RV, RV, RV, RV }, /* 10b */ > + { RV, RV, RV, RV }, > + }, > +}; that's always nice, yes :) even better would be to run a script through #upstream, accomplishing the same thing but for many drivers ;-)