From owner-cvs-all Tue Jun 27 12:14:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E6D837C0B8; Tue, 27 Jun 2000 12:14:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50178; Tue, 27 Jun 2000 12:14:16 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200006271914.MAA50178@freefall.freebsd.org> From: Matt Jacob Date: Tue, 27 Jun 2000 12:14:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_inline.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/06/27 12:14:15 PDT Modified files: sys/dev/isp isp_inline.h Log: Add an isp_handle_index function- this is prepatory to loading more into the handle (i.e., generation number), so we will now need a function that will take a handle and return a flat index [ 0 .. maxhandles-1 ] for auxillary routines that need an index to get at buddy store values (like dma maps or xflist pointers). Revision Changes Path 1.7 +16 -4 src/sys/dev/isp/isp_inline.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message