aboutsummaryrefslogtreecommitdiff
path: root/sbin/camcontrol/camcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Add "report only" functionality to 'camcontrol format', so users can get aKenneth D. Merry2005-03-261-4/+13
* Fix a couple of camcontrol issues that popped up on sparc64:Kenneth D. Merry2004-03-031-2/+12
* Make this WARNS=6 clean by:Johan Karlsson2003-08-051-15/+18
* Use __FBSDID.David E. O'Brien2003-05-021-2/+3
* Make camcontrol WARNS=2 clean.Johan Karlsson2003-02-201-3/+7
* Add PERIPH and XPT debug options to camcontrol. This makes all CAM debugNate Lawson2002-12-171-4/+16
* 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-061-0/+3
* 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
* Fix a bzero length calculation. sizeof(struct ccb_getdev) should have beenKenneth D. Merry2002-04-011-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-201-1/+1
* Correct an out of date device node name. We do not have /dev/rsd0.ctlMaxim Konovalov2002-02-111-1/+1
* By popular demand, also include the "devlist" subcommand into the setJoerg Wunsch2002-01-181-1/+7
* Add 'camcontrol rescan all' and 'camcontrol reset all' functionality toKenneth D. Merry2002-01-181-39/+169
* Provide an option to make camcontrol `minimalistic': if the (env/make)Joerg Wunsch2002-01-171-0/+30
* Fix breakage in 'camcontrol defects' introduced in rev 1.34 (the new errorKenneth D. Merry2001-12-051-2/+2
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-07-261-1/+1
* Rewrite of the CAM error recovery code.Kenneth D. Merry2001-03-271-111/+85
* Properly check malloc(3) return valuesChris D. Faulhaber2000-12-011-0/+20
* Fix format string warningsKris Kennaway2000-11-271-3/+3
* Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from theKenneth D. Merry2000-09-171-0/+2
* optreset is declared in unistd.h, so we don't need to declare it here again.Warner Losh2000-08-161-2/+0
* Include new modepage list (-l) option in the verbose usage.Kelly Yancey2000-08-091-0/+1
* This is an overhaul of the mode page handling in camcontrol as well asKelly Yancey2000-08-081-6/+20
* Print the correct speed when speed is less than 1MB/s.Nick Hibma2000-07-011-1/+1
* When printing out the transfer rate display for 'camcontrol inquiry',Kenneth D. Merry2000-06-281-1/+2
* Eliminate the default device name (da) and unit number (0) in camcontrol.Kenneth D. Merry2000-06-041-13/+12
* Send 'camcontrol help' usage output to stdout instead of stderr, so itKenneth D. Merry2000-06-031-2/+2
* Implement a new camcontrol function, 'camcontrol format'.Kenneth D. Merry2000-05-211-1/+319
* Typo ("frequencey").Matthew Hunt2000-03-151-1/+1
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased toKenneth D. Merry2000-02-201-2/+35
* Fix a couple of typos in the 'camcontrol negotiate' output.Kenneth D. Merry2000-02-041-2/+2
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backMatt Jacob2000-01-161-12/+12
* Fix Bus Device Resets from userland, and specifically from camcontrol.Kenneth D. Merry1999-10-311-11/+41
* Restore alphabetical order of command line options parsing.Luoqi Chen1999-10-261-4/+4
* Debug flags -T and -S were reversed.Luoqi Chen1999-10-261-2/+2
* Fix two rather embarrassing bugs in camcontrol. The first caused theKenneth D. Merry1999-09-271-3/+5
* -Wall cleanups, handle unknown cases.Bill Fumerola1999-09-261-5/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* For vendor-specific commands sent using the 'camcontrol cmd' facility,Kenneth D. Merry1999-06-101-4/+4
* Add a new device specification syntax to camcontrol. It is now possible toKenneth D. Merry1999-05-101-77/+140
* Add a number of interrelated CAM feature enhancements and bug fixes.Kenneth D. Merry1999-05-061-46/+865
* Properly print devices that do not have attached peripherals.Justin T. Gibbs1999-01-141-3/+6
* Bad Dog! No Biscuit! *Never* commit without testing- even if it wasMatt Jacob1998-12-201-3/+3
* add Bus and Device Reset commandsMatt Jacob1998-12-201-26/+37
* Fix a typo in a comment.Kenneth D. Merry1998-11-121-2/+2
* When we send a stop unit command to a device, send it as an ordered tag soKenneth D. Merry1998-10-131-2/+9
* Fix a bug in camcontrol that caused 'camcontrol start' to not work.Kenneth D. Merry1998-10-131-6/+1
* Add the -c flag in to the usage summaries in the man page and the usage()Kenneth D. Merry1998-10-031-2/+2