From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: libata-pata works on ICH4-M Date: Wed, 12 Apr 2006 10:09:50 +0100 Message-ID: <1144832990.1952.20.camel@localhost.localdomain> References: <443B9EBB.6010607@gmx.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from outpipe-village-512-1.bc.nu ([81.2.110.250]:31369 "EHLO lxorguk.ukuu.org.uk") by vger.kernel.org with ESMTP id S1751011AbWDLJAu (ORCPT ); Wed, 12 Apr 2006 05:00:50 -0400 In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jan Engelhardt Cc: Carl-Daniel Hailfinger , linux-ide@vger.kernel.org, Linux Kernel Mailing List On Maw, 2006-04-11 at 20:46 +0200, Jan Engelhardt wrote: > So libata has the overhead of using SCSI commands? At least > that's what it suggests to the normal user. libata issues standard ATA commands to disks and CF cards, and ATAPI to other devices. The current tree knows how to use LBA28 commands opportunistically so its generating basically the same command stream as the old IDE layer