Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 16:32:57 -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:  <199905102332.QAA76229@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         1999/05/10 16:32:57 PDT

  Modified files:        (Branch: RELENG_3)
    sbin/camcontrol      camcontrol.8 camcontrol.c camcontrol.h 
                         modeedit.c 
  Log:
  MFC:
  
  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.9.2.3   +56 -6     src/sbin/camcontrol/camcontrol.8
  1.9.2.2   +140 -77   src/sbin/camcontrol/camcontrol.c
  1.1.2.1   +2 -2      src/sbin/camcontrol/camcontrol.h
  1.1.2.1   +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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905102332.QAA76229>