From owner-cvs-all Fri Jan 18 10: 0: 8 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 818C537B405; Fri, 18 Jan 2002 10:00:00 -0800 (PST) Received: (from ken@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0II00L84436; Fri, 18 Jan 2002 10:00:00 -0800 (PST) (envelope-from ken) Message-Id: <200201181800.g0II00L84436@freefall.freebsd.org> From: "Kenneth D. Merry" Date: Fri, 18 Jan 2002 10:00:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/camcontrol camcontrol.8 camcontrol.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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