From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755203AbYDQT6m (ORCPT ); Thu, 17 Apr 2008 15:58:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753338AbYDQT6V (ORCPT ); Thu, 17 Apr 2008 15:58:21 -0400 Received: from 1wt.eu ([62.212.114.60]:3187 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754171AbYDQT6U (ORCPT ); Thu, 17 Apr 2008 15:58:20 -0400 Date: Thu, 17 Apr 2008 21:46:51 +0200 From: Willy Tarreau To: Jeff Garzik Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] libata: implement ATA_IOC_GET_IO32/ATA_IOC_SET_IO32 ioctls Message-ID: <20080417194651.GA5783@1wt.eu> References: <20080217211810.GA15001@1wt.eu> <20080217211922.GA15327@1wt.eu> <4807A9B0.3010108@garzik.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4807A9B0.3010108@garzik.org> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 17, 2008 at 03:49:04PM -0400, Jeff Garzik wrote: > Willy Tarreau wrote: > >>From 40a8174d27cb9d93b859bc073c8f075b9ff71578 Mon Sep 17 00:00:00 2001 > >From: Willy Tarreau > >Date: Sun, 17 Feb 2008 21:11:46 +0100 > >Subject: [PATCH 1/2] libata: implement ATA_IOC_GET_IO32/ATA_IOC_SET_IO32 > >ioctls > > > >This patch implements the aforementionned ioctls and get/set the > >new ATA_DFLAG_32BIT_PIO ata flag accordingly for the device. It > >only supports values 0 and 1 (disable/enable), as I have no plan > >to implement the sync VLB transfers. > > > >Signed-off-by: Willy Tarreau > > this patch should be combined into the second patch, because it's not > much use without both OK will do and resend. I will also add Alan's Acked line. Regards, Willy