summaryrefslogtreecommitdiffstats
path: root/sbin/atacontrol/atacontrol.8
Commit message (Collapse)AuthorAgeFilesLines
* Add SATA and USB modes for completeness. USB modes principally can't be set,mav2009-02-221-7/+7
| | | | | | SATA mode setting is not implementes at this time. Submitted by: Christoph Mallon
* Fix the fallouts from r146267:ru2008-12-141-7/+12
| | | | | - Add the forgotten "mode" argument to the "mode" command. - Move the description of "info" to where it belongs.
* Document spindown constraints as given in the original commitbz2008-06-251-1/+22
| | | | | | | | message[1] and later clarification provided by phk. [1] http://docs.freebsd.org/cgi/mid.cgi?200803171033.m2HAXOeN055116 Reviewed by: brueffer, phk, ed
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-171-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | for a configurable number of seconds, spin the disk down. Spin it back up on the next request. Notice that the timeout is only armed by a request, so to spin down a disk you may have to do: atacontrol spindown ad10 5 dd if=/dev/ad10 of=/dev/null count=1 To disable spindown, set timeout to zero: atacontrol spindown ad10 0 In order to debug any trouble caused, this code is somewhat noisy on the console. Enabling spindown on a disk containing / or /var/log/messages is not going to do anything sensible. Spinning a disk up and down all the time will wear it out, use sensibly. Approved by: sos
* Expand the EXAMPLES section for atacontrol.8remko2007-11-281-1/+105
| | | | | | PR: docs/117310 Submitted by: Ted Mittelstaedt <tedm at ipinc dot net> with minor modifications by me.
* -mdoc sweep.ru2005-11-181-4/+4
|
* Clarify how the 'channel' argument should look like and add anbrueffer2005-08-161-2/+7
| | | | | | | | | example on how to obtain information on devices on an ata channel. PR: 84676 Submitted by: Kevin Oberman <oberman@es.net> Jeremie Le Hen <jeremie@le-hen.org> MFC after: 3 days
* Fixed markup from the previous revision.ru2005-05-161-8/+7
|
* Reflect the new usage.sos2005-05-161-39/+17
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
|
* Add "addspare" functionality.sos2003-05-021-0/+5
|
* mdoc(7) police: markup nits.ru2002-12-231-19/+31
|
* Add a list of currently supported modes && an EXAMPLES section.trhodes2002-12-141-0/+34
| | | | | PR: 40465 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
* mdoc(7) police: kill hard sentence break.ru2002-08-131-1/+2
|
* The .Nm utilitycharnier2002-07-061-1/+4
|
* Minor spelling and grammar fixes in the atacontrol(8) manual page.trhodes2002-07-021-11/+11
| | | | PR: 39393
* mdoc(7) police: tidy up the markup.ru2002-05-291-12/+35
|
* Add get-status to the ATA RAID subsystem.sos2002-04-021-0/+5
|
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-301-0/+8
| | | | | | Promise Superswap enclosures. Sponsored by: Advanis
* Add support for creating/deleting ATA RAID'ssos2002-03-271-3/+33
| | | | Sponsored by: Advanis
* mdoc(7) police: tiny fixes.ru2002-03-151-2/+2
|
* Check the <channel> arg a bit more.sos2002-03-101-3/+5
| | | | Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Update headerssos2002-03-041-1/+1
|
* Add the RAID rebuild command.sos2002-03-031-2/+6
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: update document date.ru2001-05-171-1/+1
|
* Update to use the new ioctl interface.sos2001-05-171-1/+5
| | | | Add the list command.
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+1
|
* Fix minor mdoc(7) and spelling nits.ru2001-03-191-4/+4
|
* Incorporate most of Ruslans changes plus minor addtion by mesos2001-03-191-32/+48
|
* Back out ru's changes. Soren has requested this and I see no reasonimp2001-03-161-44/+32
| | | | | | to not just do it. It is his new code that is being actively developed so he has say over it. ru's direct changes were premature as they occurred less than 4 hours after it was committed to the tree.
* Make this compile with ${BDECFLAGS}, apply style(9), cleanup manpage.ru2001-03-151-32/+44
|
* Add atacontrol, a util to control variuos aspects of the ATA.4 driver,sos2001-03-151-0/+113
please consult atacontrol.8 for usage..
OpenPOWER on IntegriCloud