Date: Thu, 3 Jan 2002 12:43:23 -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.c isp_inline.h isp_ioctl.h ispmbox.h ispvar.h Message-ID: <200201032043.g03KhNS57515@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201032043.g03KhNS57515>
