From owner-cvs-all Mon Aug 16 15:20:41 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 0DD9714F03; Mon, 16 Aug 1999 15:20:38 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA12570; Mon, 16 Aug 1999 15:18:15 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199908162218.PAA12570@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 16 Aug 1999 15:18:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam cam_debug.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/08/16 15:18:14 PDT Modified files: sys/cam cam_debug.h Log: Add another flag for debugging just peripheral drivers. The whole debugging mechanism should be completely revamped, but this will serve for the time being. Take advantage of some new behavior in xpt_path_comp which allows the caller to determine which path, if any, had wildcards in it that allowed for a match to succeed. We can now use this to filter out wildcard nodes in the EDT. Make the amount of time we pause after writing a debug message configurable. Revision Changes Path 1.4 +13 -6 src/sys/cam/cam_debug.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message