From owner-freebsd-current@FreeBSD.ORG Wed Oct 21 14:44:33 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B75D8106566B for ; Wed, 21 Oct 2009 14:44:33 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id 675918FC15 for ; Wed, 21 Oct 2009 14:44:33 +0000 (UTC) Received: by ywh8 with SMTP id 8so5960333ywh.3 for ; Wed, 21 Oct 2009 07:44:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=RmEb7L+eV0EJE92AvT1Gn8+EEtzAUcyHg78AMa7LWGk=; b=UlTrvaf9jwDn10mmexjLPGyZZx9L8ocUrEIQ8avQUS4vAd62TsKME4hGMnBk6uQMAX g4hLnf+u12Q5VwXugwi+RvmuWLry1OMmHshW6keHrC7TIa+TFThQHyxNOCDJ9D2PKTNP nRaTVzs/jPIERIYOqJavwZ+9cZDp0kXLpIQGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=e5QPf5ZN1xrjPQtBK0c9JcCY2ed3JimFuXjCUj5gVb/Dql/+qRrEDOKyQbcxSjZqfE Vxq9zLlEFE/suKn1jBc7BhUCtJElC+vqqAmNiFx9XWouykkogUVrOs5sT1BKOZ7ZMZ2z luFOmGEhJkR549/S0M9FBl/y8vYpglX/riYQc= Received: by 10.102.165.24 with SMTP id n24mr3473543mue.47.1256136272182; Wed, 21 Oct 2009 07:44:32 -0700 (PDT) Received: from mavbook.mavhome.dp.ua (pc.mavhome.dp.ua [212.86.226.226]) by mx.google.com with ESMTPS id s10sm3394692muh.24.2009.10.21.07.44.31 (version=SSLv3 cipher=RC4-MD5); Wed, 21 Oct 2009 07:44:31 -0700 (PDT) Sender: Alexander Motin Message-ID: <4ADF1E4E.1010901@FreeBSD.org> Date: Wed, 21 Oct 2009 17:44:30 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: "Sam Fourman Jr." References: <4A97D0E1.6050001@icyb.net.ua> <4A97D32F.6070707@FreeBSD.org> <4A97D563.7010803@icyb.net.ua> <11167f520910210737u75602499w62ae6cd1db6ad37@mail.gmail.com> In-Reply-To: <11167f520910210737u75602499w62ae6cd1db6ad37@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, Andriy Gapon Subject: Re: ada/ahci and smartmontools X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 14:44:33 -0000 Sam Fourman Jr. wrote: > On Fri, Aug 28, 2009 at 8:02 AM, Andriy Gapon wrote: >> on 28/08/2009 15:53 Alexander Motin said the following: >>> Andriy Gapon wrote: >>>> Do smartmontools work with ada/ahci disks? >>>> Any tweaks/hacks to make it possible? >>> It needs new interface module. Somebody have to combine CAM API >>> smartmontools interface module used for SCSI devices and ATA SMART commands. >>> >> So you mean it should practically be the same as existing ATA module, but instead >> of ATA ioctl it should use cam(3)? > > This is a little OT, but can someone confirm if smartmontools works > with SATA2 Drives? SATA2 is just another physical transport for ATA commands. SATA1/2 completely compatible to PATA on command level. -- Alexander Motin