From owner-cvs-src-old@FreeBSD.ORG Mon Apr 5 18:29:56 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5714106568B for ; Mon, 5 Apr 2010 18:29:56 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C285F8FC15 for ; Mon, 5 Apr 2010 18:29:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o35ITubD082918 for ; Mon, 5 Apr 2010 18:29:56 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o35ITuXd082917 for cvs-src-old@freebsd.org; Mon, 5 Apr 2010 18:29:56 GMT (envelope-from mjacob@repoman.freebsd.org) Message-Id: <201004051829.o35ITuXd082917@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mjacob@repoman.freebsd.org using -f From: Matt Jacob Date: Mon, 5 Apr 2010 18:29:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h ispvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2010 18:29:56 -0000 mjacob 2010-04-05 18:29:45 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h ispvar.h Log: SVN rev 206200 on 2010-04-05 18:29:45Z by mjacob This is an mfs of 205698. Clean up some printing stuff so that we can have a bit finer control on debug output. Add a new platform function requirement to allow for printing based upon the ITL nexus instead of the isp unit plus channel, target and lun. This allows some printouts and error messages from the core code to appear in the same format as the platform's subsystem (in FreeBSD's case, CAM path). Revision Changes Path 1.149.2.4 +74 -147 src/sys/dev/isp/isp.c 1.146.2.4 +14 -0 src/sys/dev/isp/isp_freebsd.c 1.107.2.2 +4 -1 src/sys/dev/isp/isp_freebsd.h 1.85.2.2 +8 -2 src/sys/dev/isp/ispvar.h