From owner-svn-src-head@FreeBSD.ORG Fri Sep 4 19:41:39 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 305B31065698; Fri, 4 Sep 2009 19:41:39 +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 4BA0F8FC1E; Fri, 4 Sep 2009 19:41:37 +0000 (UTC) Received: from [212.86.226.226] (account mav@alkar.net HELO mavbook.mavhome.dp.ua) by cmail.optima.ua (CommuniGate Pro SMTP 5.2.9) with ESMTPSA id 253481315; Fri, 04 Sep 2009 22:41:35 +0300 Message-ID: <4AA16D68.3080908@FreeBSD.org> Date: Fri, 04 Sep 2009 22:41:28 +0300 From: Alexander Motin User-Agent: Thunderbird 2.0.0.23 (X11/20090901) MIME-Version: 1.0 To: Eric Masson References: <200909041821.n84ILfWo092251@svn.freebsd.org> <86iqfytsqe.fsf@srvbsdnanssv.interne.kisoft-services.com> In-Reply-To: <86iqfytsqe.fsf@srvbsdnanssv.interne.kisoft-services.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196831 - head/sbin/camcontrol X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 19:41:39 -0000 Eric Masson wrote: > Alexander Motin writes: >> Author: mav >> Date: Fri Sep 4 18:21:40 2009 >> New Revision: 196831 >> URL: http://svn.freebsd.org/changeset/base/196831 >> >> Log: >> Add to `camcontrol cmd` support for sending arbitrary ATA commands. >> >> It could be used for broad range of tasks, such as configuring drive >> power management modes, caching, security and any other features and tasks, >> not supported by existing drivers. > > Like controlling speed of DVD drives like this linux code snippet > (speedcontrol.c) seems to be able to : > http://ubuntuforums.org/archive/index.php/t-592513.html It looks like using SCSI/ATAPI command, not an ATA. So it is supported for long time. But the idea is right, it should be possible to control it from command line. -- Alexander Motin