From owner-cvs-all Thu Mar 21 15:22:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A9AA37B417; Thu, 21 Mar 2002 15:22:21 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2LNMLL01958; Thu, 21 Mar 2002 15:22:21 -0800 (PST) (envelope-from mjacob) Message-Id: <200203212322.g2LNMLL01958@freefall.freebsd.org> From: Matt Jacob Date: Thu, 21 Mar 2002 15:22:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.h isp_target.h ispvar.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/03/21 15:22:21 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp.c isp_freebsd.h isp_target.h ispvar.h Log: MFC: Limit fabric search to a default 256 entries. This will all go away soon because it's just getting harder and harder to find switches that correctly implement the GET ALL NEXT subcommands for the SNS protocol. Latch up result out pointer and set a busy flag when we're looking at the response queue. This allows for a cleaner way to make sure we don't get multiple CPUs trying to read the same response queue entries. Change how isp_handle_other_response returns values (clarity). Make PORT UNAVAILABLE the same as PORT LOGOUT (force a LIP). Do some formatting changes. Revision Changes Path 1.41.2.19 +47 -18 src/sys/dev/isp/isp.c 1.26.2.14 +1 -1 src/sys/dev/isp/isp_freebsd.h 1.3.4.12 +3 -3 src/sys/dev/isp/isp_target.h 1.25.2.14 +3 -1 src/sys/dev/isp/ispvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message