summaryrefslogtreecommitdiffstats
path: root/sbin/atacontrol/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-041-6/+0
| | | | | | | | | most kernels before FreeBSD 9.0. Remove such modules and respective kernel options: atadisk, ataraid, atapicd, atapifd, atapist, atapicam. Remove the atacontrol utility and some man pages. Remove useless now options ATA_CAM. No objections: current@, stable@ MFC after: never
* Switch the default WARNS level for sbin/ to 6.ru2009-10-191-1/+0
| | | | Submitted by: Ulrich Spörlein
* Make this WARNS=6 clean by:johan2003-11-051-0/+1
| | | | | | | | | | | - 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)
* Make this WARNS=2 clean by using %j and (uintmax_t).johan2003-04-221-1/+0
| | | | | Reviewed by: tjr@ on audit@ Approved by: silence from sos@
* Default to WARNS=2.obrien2001-12-041-0/+2
| | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for sbin/ to 8.ru2001-03-201-1/+0
|
* Back out ru's changes. Soren has requested this and I see no reasonimp2001-03-161-3/+1
| | | | | | 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-1/+3
|
* Add atacontrol, a util to control variuos aspects of the ATA.4 driver,sos2001-03-151-0/+5
please consult atacontrol.8 for usage..
OpenPOWER on IntegriCloud