Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SATA and USB modes for completeness. USB modes principally can't be set, | mav | 2009-02-22 | 1 | -7/+7 |
| | | | | | | SATA mode setting is not implementes at this time. Submitted by: Christoph Mallon | ||||
* | Fix the fallouts from r146267: | ru | 2008-12-14 | 1 | -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 commit | bz | 2008-06-25 | 1 | -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 received | phk | 2008-03-17 | 1 | -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.8 | remko | 2007-11-28 | 1 | -1/+105 |
| | | | | | | PR: docs/117310 Submitted by: Ted Mittelstaedt <tedm at ipinc dot net> with minor modifications by me. | ||||
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -4/+4 |
| | |||||
* | Clarify how the 'channel' argument should look like and add an | brueffer | 2005-08-16 | 1 | -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. | ru | 2005-05-16 | 1 | -8/+7 |
| | |||||
* | Reflect the new usage. | sos | 2005-05-16 | 1 | -39/+17 |
| | |||||
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | Add "addspare" functionality. | sos | 2003-05-02 | 1 | -0/+5 |
| | |||||
* | mdoc(7) police: markup nits. | ru | 2002-12-23 | 1 | -19/+31 |
| | |||||
* | Add a list of currently supported modes && an EXAMPLES section. | trhodes | 2002-12-14 | 1 | -0/+34 |
| | | | | | PR: 40465 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net> | ||||
* | mdoc(7) police: kill hard sentence break. | ru | 2002-08-13 | 1 | -1/+2 |
| | |||||
* | The .Nm utility | charnier | 2002-07-06 | 1 | -1/+4 |
| | |||||
* | Minor spelling and grammar fixes in the atacontrol(8) manual page. | trhodes | 2002-07-02 | 1 | -11/+11 |
| | | | | PR: 39393 | ||||
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-29 | 1 | -12/+35 |
| | |||||
* | Add get-status to the ATA RAID subsystem. | sos | 2002-04-02 | 1 | -0/+5 |
| | |||||
* | Add support for getting status (fan, temp, 5V and 12V levels) from | sos | 2002-03-30 | 1 | -0/+8 |
| | | | | | | Promise Superswap enclosures. Sponsored by: Advanis | ||||
* | Add support for creating/deleting ATA RAID's | sos | 2002-03-27 | 1 | -3/+33 |
| | | | | Sponsored by: Advanis | ||||
* | mdoc(7) police: tiny fixes. | ru | 2002-03-15 | 1 | -2/+2 |
| | |||||
* | Check the <channel> arg a bit more. | sos | 2002-03-10 | 1 | -3/+5 |
| | | | | Submitted by: David Malone <dwmalone@maths.tcd.ie> | ||||
* | Update headers | sos | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | Add the RAID rebuild command. | sos | 2002-03-03 | 1 | -2/+6 |
| | |||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: update document date. | ru | 2001-05-17 | 1 | -1/+1 |
| | |||||
* | Update to use the new ioctl interface. | sos | 2001-05-17 | 1 | -1/+5 |
| | | | | Add the list command. | ||||
* | mdoc(7) police: normalize .Nd. | ru | 2001-04-18 | 1 | -2/+1 |
| | |||||
* | Fix minor mdoc(7) and spelling nits. | ru | 2001-03-19 | 1 | -4/+4 |
| | |||||
* | Incorporate most of Ruslans changes plus minor addtion by me | sos | 2001-03-19 | 1 | -32/+48 |
| | |||||
* | Back out ru's changes. Soren has requested this and I see no reason | imp | 2001-03-16 | 1 | -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. | ru | 2001-03-15 | 1 | -32/+44 |
| | |||||
* | Add atacontrol, a util to control variuos aspects of the ATA.4 driver, | sos | 2001-03-15 | 1 | -0/+113 |
please consult atacontrol.8 for usage.. |