Date: Mon, 10 May 1999 16:30:08 -0700 (PDT) From: Kenneth Merry <ken@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c camcontrol.h modeedit.c Message-ID: <199905102330.QAA76120@freefall.freebsd.org>
index | next in thread | raw e-mail
ken 1999/05/10 16:30:08 PDT
Modified files:
sbin/camcontrol camcontrol.8 camcontrol.c camcontrol.h
modeedit.c
Log:
Add a new device specification syntax to camcontrol. It is now possible to
do things like:
camcontrol tur da5
or
camcontrol tur 1:2:0
or
camcontrol tur 1:2
These changes are fully backwards compatible with the original device
specification syntax (-n dev -u unit), so it is possible to use either
method to specify a device now.
The device specification changes do not affect the rescan, reset or debug
commands, since by design, those commands work on a bus or bus:target:lun
basis only.
Also, shorten the default usage statement so that it fits in a 24 column
terminal. The full usage statement is still available by using the "help"
"-h" or "-?" arguments to camcontrol.
Submitted by: Joerg Wunsch <joerg_wunsch@interface-business.de>
Revision Changes Path
1.12 +56 -6 src/sbin/camcontrol/camcontrol.8
1.11 +140 -77 src/sbin/camcontrol/camcontrol.c
1.2 +2 -2 src/sbin/camcontrol/camcontrol.h
1.2 +3 -3 src/sbin/camcontrol/modeedit.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905102330.QAA76120>
