From owner-freebsd-current@FreeBSD.ORG Fri Aug 28 13:38:20 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 4AF3B106564A for ; Fri, 28 Aug 2009 13:38:20 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from cmail.optima.ua (cmail.optima.ua [195.248.191.121]) by mx1.freebsd.org (Postfix) with ESMTP id CCF5B8FC15 for ; Fri, 28 Aug 2009 13:38:17 +0000 (UTC) Received: from orphanage.alkar.net (account mav@alkar.net [212.86.226.11] verified) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPA id 252795631; Fri, 28 Aug 2009 16:38:10 +0300 Message-ID: <4A97DDC1.3030400@FreeBSD.org> Date: Fri, 28 Aug 2009 16:38:09 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.22 (X11/20090805) MIME-Version: 1.0 To: Andriy Gapon References: <4A97D0E1.6050001@icyb.net.ua> <4A97D32F.6070707@FreeBSD.org> <4A97D563.7010803@icyb.net.ua> In-Reply-To: <4A97D563.7010803@icyb.net.ua> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org 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: Fri, 28 Aug 2009 13:38:20 -0000 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)? Yes. -- Alexander Motin