summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/camcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* When calling XPT_REL_SIMQ to ajust number of openings, do not try to reallymav2011-04-201-0/+1
* Fix a few issues related to the XPT_GDEV_ADVINFO CCB.ken2010-12-101-12/+34
* Add Serial Management Protocol (SMP) passthrough support to CAM.ken2010-11-301-11/+1321
* When doing a camcontrol rescan all or a camcontrol reset all, use the wildcardrstone2010-11-191-0/+1
* r214781 caused the timer value to be rounded down, so that if the user askedbrucec2010-11-041-6/+4
* Fix standby timer calculation: the timer was being set 30 minutes laterbrucec2010-11-041-1/+8
* Do some whitespace and `identify` output cleanup.mav2010-10-251-50/+57
* Stop disallowing device nodes to be passed to camcontrol(8) since libcambrucec2010-10-191-9/+1
* Export PCI IDs of ATA/SATA controllers through CAM and ata(4) layers tomav2010-07-251-0/+10
* Make SATA XPT negotiate and enable some additional SATA features, such as:mav2010-05-021-0/+4
* Add -d and -f arguments to `camcontrol cmd`, to execute DMA ATA commands.mav2010-05-021-2/+14
* Improve output for controllers that doesn't report SATA speed.mav2010-02-221-0/+2
* - Give ATA/SATA SIMs info about ATAPI packet size, supported by device.mav2010-02-021-2/+14
* - Add -v argument to `camcontrol identify` command. It makes camcontrolmav2010-01-201-15/+32
* MFp4:mav2009-11-261-51/+69
* MFp4:mav2009-11-241-14/+69
* Fix variable type.mav2009-11-091-1/+1
* Add support for ATA Power Management.mav2009-11-091-2/+110
* MFp4:mav2009-11-041-0/+4
* MFp4:mav2009-10-311-40/+57
* Fethch more information from IDENTIFY result.mav2009-09-271-15/+48
* MFp4:mav2009-09-221-12/+11
* Add to `camcontrol cmd` support for sending arbitrary ATA commands.mav2009-09-041-48/+122
* Short ATA command format has 28bit address, not 36bit.mav2009-08-301-2/+2
* MFp4:mav2009-08-301-27/+120
* Fix alignment issue with ATA IDENTIFY structure.scottl2009-07-101-11/+11
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-101-5/+256
* Add SCSI READ CAPACITY support to camcontrol. The new 'readcap' subcommandken2007-09-081-2/+230
* typo: s/tranport layer/transport layer/wilko2007-01-281-2/+2
* It's confusing to say that "Command Queueing Supported" just basedmjacob2006-12-031-3/+2
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-021-93/+143
* Implement 'camcontrol reportluns'. This allows users to send the SCSIken2006-08-211-1/+261
* Add "report only" functionality to 'camcontrol format', so users can get aken2005-03-261-4/+13
* Fix a couple of camcontrol issues that popped up on sparc64:ken2004-03-031-2/+12
* Make this WARNS=6 clean by:johan2003-08-051-15/+18
* Use __FBSDID.obrien2003-05-021-2/+3
* Make camcontrol WARNS=2 clean.johan2003-02-201-3/+7
* Add PERIPH and XPT debug options to camcontrol. This makes all CAM debugnjl2002-12-171-4/+16
* Split cam_argmask and move "commands" into cam_cmdmask. This addressesmdodd2002-09-081-94/+102
* Add 'camcontrol load' as a complement to 'camcontrol eject'.mdodd2002-09-061-0/+3
* Take care of WARNS=3 warnings by using unsigned/signed variablejohan2002-08-201-6/+7
* Remove unused variable. camcontrol is now WARNS=2 clean on i386.johan2002-08-181-1/+0
* Fix a bzero length calculation. sizeof(struct ccb_getdev) should have beenken2002-04-011-1/+1
* Remove 'register' keyword.obrien2002-03-201-1/+1
* Correct an out of date device node name. We do not have /dev/rsd0.ctlmaxim2002-02-111-1/+1
* By popular demand, also include the "devlist" subcommand into the setjoerg2002-01-181-1/+7
* Add 'camcontrol rescan all' and 'camcontrol reset all' functionality token2002-01-181-39/+169
* Provide an option to make camcontrol `minimalistic': if the (env/make)joerg2002-01-171-0/+30
* Fix breakage in 'camcontrol defects' introduced in rev 1.34 (the new errorken2001-12-051-2/+2
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+1
OpenPOWER on IntegriCloud