Date: Thu, 21 Mar 2002 15:22:21 -0800 (PST) From: Matt Jacob <mjacob@FreeBSD.org> 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 Message-ID: <200203212322.g2LNMLL01958@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203212322.g2LNMLL01958>