Date: Fri, 14 Dec 2001 00:21:05 -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_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispvar.h Message-ID: <200112140821.fBE8L5U92199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2001/12/14 00:21:05 PST Modified files: (Branch: RELENG_4) sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_inline.h isp_target.c isp_target.h ispmbox.h ispvar.h Log: MFC: Major restructuring for swizzling to the request queue and unswizzling from the response queue. Instead of the ad hoc ISP_SWIZZLE_REQUEST, we now have a complete set of inline functions in isp_inline.h. Each platform is responsible for providing just one of a set of ISP_IOX_{GET,PUT}{8,16,32} macros. Revision Changes Path 1.41.2.17 +135 -124 src/sys/dev/isp/isp.c 1.32.2.15 +23 -21 src/sys/dev/isp/isp_freebsd.c 1.26.2.12 +43 -10 src/sys/dev/isp/isp_freebsd.h 1.6.2.8 +1104 -1 src/sys/dev/isp/isp_inline.h 1.5.4.8 +46 -32 src/sys/dev/isp/isp_target.c 1.3.4.10 +22 -195 src/sys/dev/isp/isp_target.h 1.20.2.9 +11 -28 src/sys/dev/isp/ispmbox.h 1.25.2.12 +32 -22 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?200112140821.fBE8L5U92199>