From owner-svn-src-all@FreeBSD.ORG Mon Jun 22 08:26:29 2015 Return-Path: Delivered-To: svn-src-all@nevdull.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07EA890A; Mon, 22 Jun 2015 08:26:29 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2D6D16F3; Mon, 22 Jun 2015 08:26:28 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5M8QSjc015482; Mon, 22 Jun 2015 08:26:28 GMT (envelope-from mav@FreeBSD.org) Received: (from mav@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5M8QS0n015481; Mon, 22 Jun 2015 08:26:28 GMT (envelope-from mav@FreeBSD.org) Message-Id: <201506220826.t5M8QS0n015481@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mav set sender to mav@FreeBSD.org using -f From: Alexander Motin Date: Mon, 22 Jun 2015 08:26:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r284698 - head/sys/dev/isp X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 08:26:29 -0000 Author: mav Date: Mon Jun 22 08:26:28 2015 New Revision: 284698 URL: https://svnweb.freebsd.org/changeset/base/284698 Log: Dump additional config bytes for INIT_FIRMWARE_MULTI_ID. Modified: head/sys/dev/isp/isp.c Modified: head/sys/dev/isp/isp.c ============================================================================== --- head/sys/dev/isp/isp.c Mon Jun 22 06:30:02 2015 (r284697) +++ head/sys/dev/isp/isp.c Mon Jun 22 08:26:28 2015 (r284698) @@ -2182,6 +2182,11 @@ isp_fibre_init_2400(ispsoftc_t *isp) isp_put_vp_port_info(isp, &pi, pdst); amt += ICB2400_VPOPT_WRITE_SIZE; } + if (isp->isp_dblev & ISP_LOGDEBUG1) { + isp_print_bytes(isp, "isp_fibre_init_2400", + amt - ICB2400_VPINFO_OFF, + (char *)fcp->isp_scratch + ICB2400_VPINFO_OFF); + } } /*