From owner-cvs-src-old@FreeBSD.ORG Fri Mar 26 15:13:40 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 E567110657C4 for ; Fri, 26 Mar 2010 15:13:40 +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 9508B8FC18 for ; Fri, 26 Mar 2010 15:13:39 +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 o2QFDdYD034607 for ; Fri, 26 Mar 2010 15:13:39 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o2QFDdhs034606 for cvs-src-old@freebsd.org; Fri, 26 Mar 2010 15:13:39 GMT (envelope-from mjacob@repoman.freebsd.org) Message-Id: <201003261513.o2QFDdhs034606@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to mjacob@repoman.freebsd.org using -f From: Matt Jacob Date: Fri, 26 Mar 2010 15:13:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD 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: Fri, 26 Mar 2010 15:13:41 -0000 mjacob 2010-03-26 15:13:31 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h ispvar.h Log: SVN rev 205698 on 2010-03-26 15:13:31Z by mjacob 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). MFC after: 1 week Revision Changes Path 1.162 +74 -147 src/sys/dev/isp/isp.c 1.159 +14 -0 src/sys/dev/isp/isp_freebsd.c 1.112 +4 -1 src/sys/dev/isp/isp_freebsd.h 1.88 +8 -2 src/sys/dev/isp/ispvar.h