From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753443AbYDQTtT (ORCPT ); Thu, 17 Apr 2008 15:49:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752176AbYDQTtJ (ORCPT ); Thu, 17 Apr 2008 15:49:09 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:55720 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752137AbYDQTtI (ORCPT ); Thu, 17 Apr 2008 15:49:08 -0400 Message-ID: <4807A9B0.3010108@garzik.org> Date: Thu, 17 Apr 2008 15:49:04 -0400 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Willy Tarreau 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 References: <20080217211810.GA15001@1wt.eu> <20080217211922.GA15327@1wt.eu> In-Reply-To: <20080217211922.GA15327@1wt.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.4 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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