From owner-cvs-all@FreeBSD.ORG Sat Jan 20 04:00:22 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BD6616A402; Sat, 20 Jan 2007 04:00:22 +0000 (UTC) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 576FC13C459; Sat, 20 Jan 2007 04:00:22 +0000 (UTC) (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 l0K40MsF081301; Sat, 20 Jan 2007 04:00:22 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0K40MLi081300; Sat, 20 Jan 2007 04:00:22 GMT (envelope-from mjacob) Message-Id: <200701200400.l0K40MLi081300@repoman.freebsd.org> From: Matt Jacob Date: Sat, 20 Jan 2007 04:00:21 +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.c isp_freebsd.c isp_freebsd.h isp_target.c isp_target.h isp_tpublic.h ispvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2007 04:00:23 -0000 mjacob 2007-01-20 04:00:21 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_target.c isp_target.h isp_tpublic.h ispvar.h Log: MFP4: Move default setting to the end of isp_reset instead of the front of isp_init so we can read NVRAM even if we're role ISP_NONE. Prepare for reintroduction of channels (for FC) for N-Port Virtualization. Fix a botch in handle assignment that caused us to nuke one device when a new one arrives and end up with two devices with the same identity in the virtual target mapping table. Revision Changes Path 1.137 +45 -36 src/sys/dev/isp/isp.c 1.133 +4 -3 src/sys/dev/isp/isp_freebsd.c 1.97 +2 -2 src/sys/dev/isp/isp_freebsd.h 1.42 +8 -6 src/sys/dev/isp/isp_target.c 1.29 +18 -14 src/sys/dev/isp/isp_target.h 1.17 +51 -22 src/sys/dev/isp/isp_tpublic.h 1.82 +11 -11 src/sys/dev/isp/ispvar.h