summaryrefslogtreecommitdiffstats
path: root/sbin/atacontrol/atacontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Improve output for controllers that doesn't report SATA speed.mav2010-02-221-0/+1
* MFp4:mav2009-12-061-6/+17
* Drop USB mass storage devices support from ata(4). It is out of the build asmav2009-11-261-6/+0
* Add some missing WDMA/UDMA modes.mav2009-11-221-0/+11
* Bring SATA revision reporting into conformance with SATA-IO guidelines.mav2009-02-231-6/+6
* Add SATA and USB modes for completeness. USB modes principally can't be set,mav2009-02-221-0/+5
* Display an error message when the requested mode is not known. So the user canrdivacky2009-02-191-0/+2
* Make atacontrol(8) rebuild work when /usr is not mounted or from /rescueantoine2008-08-061-6/+25
* Fix for a bug I introduced when I cleaned up atacontrol: Don't terminatephk2008-05-151-3/+5
* Add a "spindown" facility to ata-disks: If no requests have been receivedphk2008-03-171-0/+27
* Un-cut&paste argument processing, fix things lint found.phk2008-03-161-104/+67
* Recognize CFA devices using either identification method.phk2007-12-161-4/+4
* Report CFA extension, CFA -> (Compact) Flash Associationphk2007-12-161-0/+4
* Expand the data structure returned by the ATA RAID status ioctl to includejhb2007-08-131-19/+31
* Add new modes.sos2006-03-151-0/+4
* Remove accidental debug leftovers.sos2006-01-301-1/+0
* Update copyright header to match rest of ATA.sos2006-01-231-3/+1
* Properly print the SATA protocal version.sos2006-01-181-4/+9
* o Correct usage(): delete command takes as argument array not channel.maxim2005-12-141-1/+1
* Fix status to report status from the given array.sos2005-08-051-3/+8
* Open devices RDONLY for ioctls. That makes it work on open devices to whichsos2005-06-061-2/+2
* Print the rigth argv string on error (too much c&p)..sos2005-05-201-4/+4
* Change the way ioctls are issue to ATA.sos2005-05-161-183/+217
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-301-14/+34
* Distinguish between TCQ and NCQ type of tagged queing.sos2004-09-151-9/+11
* Whitespace cleanup.des2004-05-201-22/+22
* Add printing of relevant SATA info where approbiate.sos2004-03-151-9/+31
* Cosmeticssos2004-01-211-1/+1
* Make sure argv[x] exists before using it.johan2003-11-051-9/+15
* Make this WARNS=6 clean by:johan2003-11-051-4/+13
* Adjust to the new sys/ata.h layoutsos2003-08-241-29/+35
* DOnt allow getting caps from other than master and slave device :)sos2003-05-051-0/+3
* Added more descriptive error outputs.sos2003-05-041-13/+39
* On getting status print the stripesize on RAID0's.sos2003-05-041-2/+4
* Add "addspare" functionality.sos2003-05-021-3/+15
* Make this WARNS=2 clean by using %j and (uintmax_t).johan2003-04-221-1/+2
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-221-4/+7
* Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.mike2002-09-161-4/+6
* Use the proper fields for security.sos2002-09-121-2/+2
* Also print the serial # on atacontrol cap ....sos2002-07-311-0/+1
* Sync with the new endianness in ata.hsos2002-04-051-7/+19
* Be able to print ATA133 mode.sos2002-04-051-1/+1
* Add get-status to the ATA RAID subsystem.sos2002-04-021-11/+56
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-301-0/+11
* Add support for creating/deleting ATA RAID'ssos2002-03-271-79/+128
* Check the <channel> arg a bit more.sos2002-03-101-2/+7
* Update headerssos2002-03-041-1/+1
* Add the RAID rebuild command.sos2002-03-031-1/+8
* Match the requirements of the new kernel structures.sos2002-02-041-0/+103
* Update to reflect the change in ata.hsos2001-10-071-1/+1
OpenPOWER on IntegriCloud