From owner-cvs-src-old@FreeBSD.ORG Mon Apr 5 18:23:02 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 7208710657E8 for ; Mon, 5 Apr 2010 18:23:02 +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 5ED868FC18 for ; Mon, 5 Apr 2010 18:23:02 +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 o35IN2gH082402 for ; Mon, 5 Apr 2010 18:23:02 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o35IN2HO082401 for cvs-src-old@freebsd.org; Mon, 5 Apr 2010 18:23:02 GMT (envelope-from mjacob@repoman.freebsd.org) Message-Id: <201004051823.o35IN2HO082401@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:22:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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:23:02 -0000 mjacob 2010-04-05 18:22:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h ispvar.h Log: SVN rev 206196 on 2010-04-05 18:22:42Z by mjacob This is an MFC 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.151.2.5 +74 -147 src/sys/dev/isp/isp.c 1.150.2.5 +14 -0 src/sys/dev/isp/isp_freebsd.c 1.109.2.3 +4 -1 src/sys/dev/isp/isp_freebsd.h 1.86.2.3 +8 -2 src/sys/dev/isp/ispvar.h