Eric Masson wrote: > Alexander Motin <m...@freebsd.org> 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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"