From owner-freebsd-current@FreeBSD.ORG Fri Aug 28 13:02:31 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 1CD311065673; Fri, 28 Aug 2009 13:02:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E15768FC30; Fri, 28 Aug 2009 13:02:29 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA24396; Fri, 28 Aug 2009 16:02:28 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A97D563.7010803@icyb.net.ua> Date: Fri, 28 Aug 2009 16:02:27 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.22 (X11/20090724) MIME-Version: 1.0 To: Alexander Motin References: <4A97D0E1.6050001@icyb.net.ua> <4A97D32F.6070707@FreeBSD.org> In-Reply-To: <4A97D32F.6070707@FreeBSD.org> X-Enigmail-Version: 0.95.7 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:02:31 -0000 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)? -- Andriy Gapon