summaryrefslogtreecommitdiffstats
path: root/sbin/atacontrol/atacontrol.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | PR: 56696 Reported by: Igor Truszkowski <igort@intergate.pl> Submitted by: maxim@ Approved by: sos@ MFC after: 2 weeks
* Make this WARNS=6 clean by:johan2003-11-051-4/+13
| | | | | | | | | | | - declaring 'mode2str' as returning a 'const char *' - prototyping all function - rename the argument 'version' to 'ver', not to shadow the now prototyped function 'version'. Also mark it as WARNS?= 6 clean to try to keep it clean. Tested by: make universe (including amd64)
* 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
| | | | PR: 46096
* 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
| | | | | Reviewed by: tjr@ on audit@ Approved by: silence from sos@
* - Add a new ioctl to get the maximum number of ATA channels.mux2003-03-221-4/+7
| | | | | | | | | | - Use it in atacontrol(8) when listing ATA devices instead of stopping at the first ENXIO received. This makes atacontrol list work on my sparc64 where the two ATA channels I have are numbered 2 and 3. Reviewed by: sos
* 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
| | | | PR: 41870
* 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
| | | | | | Promise Superswap enclosures. Sponsored by: Advanis
* Add support for creating/deleting ATA RAID'ssos2002-03-271-79/+128
| | | | Sponsored by: Advanis
* Check the <channel> arg a bit more.sos2002-03-101-2/+7
| | | | Submitted by: David Malone <dwmalone@maths.tcd.ie>
* 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
| | | | Forgotten by: sos
* Fix bogon introduce by last commit.sos2001-05-181-1/+1
|
* Update to use the new ioctl interface.sos2001-05-171-72/+66
| | | | Add the list command.
* Some minor cleanups to the code, no new functionality.sos2001-03-191-44/+62
|
* Back out ru's changes. Soren has requested this and I see no reasonimp2001-03-161-111/+65
| | | | | | 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-65/+111
|
* Add atacontrol, a util to control variuos aspects of the ATA.4 driver,sos2001-03-151-0/+184
please consult atacontrol.8 for usage..
OpenPOWER on IntegriCloud