From owner-cvs-all Mon May 10 16:30:11 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F20E14EB1; Mon, 10 May 1999 16:30:09 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76120; Mon, 10 May 1999 16:30:08 -0700 (PDT) (envelope-from ken@FreeBSD.org) Message-Id: <199905102330.QAA76120@freefall.freebsd.org> From: Kenneth Merry Date: Mon, 10 May 1999 16:30:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c camcontrol.h modeedit.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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