aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol
Commit message (Expand)AuthorAgeFilesLines
* MFtbemd:Warner Losh2010-08-231-1/+2
* Spelling fixes.Joel Dahl2010-07-311-1/+1
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers toAlexander Motin2010-07-251-0/+10
* Correct explanation for idle and standby subcommands' -t argument.Alexander Motin2010-07-011-5/+7
* Initialize variables before usage.Ulrich Spörlein2010-06-111-0/+1
* Make SATA XPT negotiate and enable some additional SATA features, such as:Alexander Motin2010-05-021-0/+4
* Add -d and -f arguments to `camcontrol cmd`, to execute DMA ATA commands.Alexander Motin2010-05-022-3/+21
* Improve output for controllers that doesn't report SATA speed.Alexander Motin2010-02-221-0/+2
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.Alexander Motin2010-02-021-2/+14
* - Add -v argument to `camcontrol identify` command. It makes camcontrolAlexander Motin2010-01-202-16/+34
* MFp4:Alexander Motin2009-11-262-51/+72
* MFp4:Alexander Motin2009-11-241-14/+69
* Fix variable type.Alexander Motin2009-11-091-1/+1
* Add support for ATA Power Management.Alexander Motin2009-11-092-3/+134
* MFp4:Alexander Motin2009-11-041-0/+4
* MFp4:Alexander Motin2009-10-311-40/+57
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-2/+0
* Fethch more information from IDENTIFY result.Alexander Motin2009-09-271-15/+48
* MFp4:Alexander Motin2009-09-221-12/+11
* Add to `camcontrol cmd` support for sending arbitrary ATA commands.Alexander Motin2009-09-042-52/+141
* Short ATA command format has 28bit address, not 36bit.Alexander Motin2009-08-301-2/+2
* MFp4:Alexander Motin2009-08-301-27/+120
* Fix alignment issue with ATA IDENTIFY structure.Scott Long2009-07-101-11/+11
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-102-6/+263
* Add SCSI READ CAPACITY support to camcontrol. The new 'readcap' subcommandKenneth D. Merry2007-09-083-5/+283
* typo: s/tranport layer/transport layer/Wilko Bulte2007-01-281-2/+2
* It's confusing to say that "Command Queueing Supported" just basedMatt Jacob2006-12-031-3/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-021-93/+143
* Markup fixes.Ruslan Ermilov2006-09-181-2/+2
* Implement 'camcontrol reportluns'. This allows users to send the SCSIKenneth D. Merry2006-08-212-2/+300
* Markup fixes.Ruslan Ermilov2005-06-141-1/+1
* Add "report only" functionality to 'camcontrol format', so users can get aKenneth D. Merry2005-03-262-5/+20
* Expand *n't contractions.Ruslan Ermilov2005-02-131-12/+12
* Deal with double whitespace.Ruslan Ermilov2004-07-031-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-100/+197
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.Olivier Houchard2004-05-141-0/+4
* Fix a couple of camcontrol issues that popped up on sparc64:Kenneth D. Merry2004-03-031-2/+12
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-4/+6
* Fix alignment of the trailing \Warner Losh2003-08-221-1/+1
* Make this WARNS=6 clean by:Johan Karlsson2003-08-054-41/+41
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamKenneth D. Merry2003-06-141-2/+0
* Set WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.David E. O'Brien2003-05-021-0/+1
* Use __FBSDID.David E. O'Brien2003-05-023-10/+7
* Fixed (soon might be fatal) -Wformat warnings.Ruslan Ermilov2003-03-151-3/+3
* Make camcontrol WARNS=2 clean.Johan Karlsson2003-02-204-7/+12
* Add PERIPH and XPT debug options to camcontrol. This makes all CAM debugNate Lawson2002-12-172-4/+22
* Split cam_argmask and move "commands" into cam_cmdmask. This addressesMatthew N. Dodd2002-09-081-94/+102
* Add 'camcontrol load' as a complement to 'camcontrol eject'.Matthew N. Dodd2002-09-062-1/+11
* Take care of WARNS=3 warnings by using unsigned/signed variableJohan Karlsson2002-08-201-6/+7
* Remove unused variable. camcontrol is now WARNS=2 clean on i386.Johan Karlsson2002-08-181-1/+0