From owner-cvs-src@FreeBSD.ORG Fri Aug 4 20:20:00 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C371E16A4DE; Fri, 4 Aug 2006 20:20:00 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F2A943D49; Fri, 4 Aug 2006 20:20:00 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k74KK0pG038361; Fri, 4 Aug 2006 20:20:00 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k74KK0pi038360; Fri, 4 Aug 2006 20:20:00 GMT (envelope-from mjacob) Message-Id: <200608042020.k74KK0pi038360@repoman.freebsd.org> From: Matt Jacob Date: Fri, 4 Aug 2006 20:20:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/isp isp_library.c isp_target.c isp_target.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2006 20:20:00 -0000 mjacob 2006-08-04 20:20:00 UTC FreeBSD src repository Modified files: sys/dev/isp isp_library.c isp_target.c isp_target.h Log: Fix na_fcentry_t to not have a lun field. Fix indentation in handly the notify structs. Fix messages in isp_got_msg_fc to print out the loop id of the sender- not the wwpn which will be synthesized later, if possible, in the outer layers. Put in debug printouts to pair a notify ack to a notify so one can see the start/close of an immediate notify event. Put in spsace for TASK MANAGEMENT response flags (which we don't do yet). Revision Changes Path 1.5 +6 -6 src/sys/dev/isp/isp_library.c 1.39 +43 -26 src/sys/dev/isp/isp_target.c 1.27 +8 -5 src/sys/dev/isp/isp_target.h