From owner-cvs-all Thu Jan 3 12:43:28 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 76F6A37B419; Thu, 3 Jan 2002 12:43:23 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g03KhNS57515; Thu, 3 Jan 2002 12:43:23 -0800 (PST) (envelope-from mjacob) Message-Id: <200201032043.g03KhNS57515@freefall.freebsd.org> From: Matt Jacob Date: Thu, 3 Jan 2002 12:43:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_inline.h isp_ioctl.h ispmbox.h ispvar.h X-FreeBSD-CVS-Branch: HEAD 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/01/03 12:43:23 PST Modified files: sys/dev/isp isp.c isp_freebsd.c isp_inline.h isp_ioctl.h ispmbox.h ispvar.h Log: Implement REDUCED INTERRUPT OPERATION usage form FC cards- this allows the firmware to delay completion of commands so that it can attempt to batch a bunch of completions at once- either returning 16 bit handles in mailbox registers, or in a resposne queue entry that has a whole wad of 16 bit handles. Distinguish between 2300 and 2312 chipsets- if only because the revisions on the chips have different meanings. Add more instrumentation plus ISP_GET_STATS and ISP_CLR_STATS ioctls. Run up the maximum number of response queue entities we'll look at per interrupt. If we haven't set HBA role yet, always return success from isp_fc_runstate. MFC after: 2 weeks Revision Changes Path 1.84 +88 -29 src/sys/dev/isp/isp.c 1.75 +36 -1 src/sys/dev/isp/isp_freebsd.c 1.19 +19 -1 src/sys/dev/isp/isp_inline.h 1.2 +29 -2 src/sys/dev/isp/isp_ioctl.h 1.37 +4 -2 src/sys/dev/isp/ispmbox.h 1.52 +10 -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