summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol/camcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Print the correct speed when speed is less than 1MB/s.n_hibma2000-07-011-1/+1
* When printing out the transfer rate display for 'camcontrol inquiry',ken2000-06-281-1/+2
* Eliminate the default device name (da) and unit number (0) in camcontrol.ken2000-06-041-13/+12
* Send 'camcontrol help' usage output to stdout instead of stderr, so itken2000-06-031-2/+2
* Implement a new camcontrol function, 'camcontrol format'.ken2000-05-211-1/+319
* Typo ("frequencey").mph2000-03-151-1/+1
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased token2000-02-201-2/+35
* Fix a couple of typos in the 'camcontrol negotiate' output.ken2000-02-041-2/+2
* use XPT_GDEV_STATS- XPT_GDEV_TYPE was deprecated a while backmjacob2000-01-161-12/+12
* Fix Bus Device Resets from userland, and specifically from camcontrol.ken1999-10-311-11/+41
* Restore alphabetical order of command line options parsing.luoqi1999-10-261-4/+4
* Debug flags -T and -S were reversed.luoqi1999-10-261-2/+2
* Fix two rather embarrassing bugs in camcontrol. The first caused theken1999-09-271-3/+5
* -Wall cleanups, handle unknown cases.billf1999-09-261-5/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* For vendor-specific commands sent using the 'camcontrol cmd' facility,ken1999-06-101-4/+4
* Add a new device specification syntax to camcontrol. It is now possible token1999-05-101-77/+140
* Add a number of interrelated CAM feature enhancements and bug fixes.ken1999-05-061-46/+865
* Properly print devices that do not have attached peripherals.gibbs1999-01-141-3/+6
* Bad Dog! No Biscuit! *Never* commit without testing- even if it wasmjacob1998-12-201-3/+3
* add Bus and Device Reset commandsmjacob1998-12-201-26/+37
* Fix a typo in a comment.ken1998-11-121-2/+2
* When we send a stop unit command to a device, send it as an ordered tag soken1998-10-131-2/+9
* Fix a bug in camcontrol that caused 'camcontrol start' to not work.ken1998-10-131-6/+1
* Add the -c flag in to the usage summaries in the man page and the usage()ken1998-10-031-2/+2
* Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel token1998-10-021-4/+10
* Camcontrol - A utility for configuring/manipulating the CAM subsystemgibbs1998-09-151-0/+2048
OpenPOWER on IntegriCloud