Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2002 10:00:00 -0800 (PST)
From:      "Kenneth D. Merry" <ken@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c
Message-ID:  <200201181800.g0II00L84436@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ken         2002/01/18 10:00:00 PST

  Modified files:
    sbin/camcontrol      camcontrol.8 camcontrol.c 
  Log:
  Add 'camcontrol rescan all' and 'camcontrol reset all' functionality to
  camcontrol.
  
  This enables rescanning all busses or resetting all busses in a system.
  The current implementation is not the ideal way to do it -- the ideal way
  to do it would be for the transport layer to handle wildcarded busses on
  bus rescan and reset operations.  The current implementation enumerates all
  the busses and sends a rescan or reset CCB individually.  Handling this
  behavior in the transport layer will happen later.
  
  Reviewed by:    imp
  Tested by:      joerg
  MFC after:      1 week
  
  Revision  Changes    Path
  1.32      +17 -8     src/sbin/camcontrol/camcontrol.8
  1.38      +169 -39   src/sbin/camcontrol/camcontrol.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?200201181800.g0II00L84436>