summaryrefslogtreecommitdiffstats
path: root/sbin/camcontrol
Commit message (Collapse)AuthorAgeFilesLines
* Properly print devices that do not have attached peripherals.gibbs1999-01-141-3/+6
| | | | Submitted by: Kenneth Merry <ken@FreeBSD.org>
* Bad Dog! No Biscuit! *Never* commit without testing- even if it wasmjacob1998-12-201-3/+3
| | | | "just a printf formatting change"....
* add Bus and Device Reset commandsmjacob1998-12-202-27/+47
|
* Insert missing macro, and while I'm here change the inconsistentbillf1998-12-021-3/+3
| | | | | | | "page_ctl" and "pagectl" to "pgctl" to reflect ``camcontrol --help''. PR: docs/8781 Submitted by: Norihiro Kumagai <kuma@jp.FreeBSD.org>
* 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
| | | | | | | | that any transactions in front of the stop command get flushed to disk first. This will have no effect on devices that have tagged queueing turned off, or don't support tagged queueing. Reviewed by: gibbs
* Fix a bug in camcontrol that caused 'camcontrol start' to not work.ken1998-10-131-6/+1
| | | | Noticed by: Philippe Regnauld <regnauld@deepo.prosa.dk>
* Add a missing word.ken1998-10-061-2/+2
|
* Add the -c flag in to the usage summaries in the man page and the usage()ken1998-10-032-4/+7
| | | | | | | function in camcontrol. Also, fix the modepage example in the examples section of the man page. It didn't quite come out right with the '.Dl' macro.
* Add a new CAM debugging mode, CAM_DEBUG_CDB. This causes the kernel token1998-10-022-5/+14
| | | | | | | | | | | | | print out a one line description/dump of every SCSI CDB sent to a particular debugging target or targets. This is a good bit more useful than the other debugging modes, I think. Change some things in LINT to note the availability of this new option. Fix an erroneous argument to scsi_cdb_string() in scsi_all.c Reviewed by: gibbs
* Fix a grammar problem.ken1998-09-211-2/+2
| | | | PR: docs/7975
* Page control field values go from 0-3, not 1-4.ken1998-09-171-5/+5
| | | | Reported by: Tony Maher <tonym@angis.usyd.edu.au> on -current
* Fix a typo. "Primay" -> "Primary"ken1998-09-171-2/+2
|
* Camcontrol - A utility for configuring/manipulating the CAM subsystemgibbs1998-09-156-0/+3548
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
OpenPOWER on IntegriCloud