From owner-cvs-all Mon Jul 3 19:27:52 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 8866637C150; Mon, 3 Jul 2000 19:27:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA89142; Mon, 3 Jul 2000 19:27:47 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <200007040227.TAA89142@freefall.freebsd.org> From: Matt Jacob Date: Mon, 3 Jul 2000 19:27:47 -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: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2000/07/03 19:27:47 PDT Modified files: (Branch: RELENG_4) sys/dev/isp isp_inline.h Log: MFC: Fix completely stupid and idiotiuc sprintfs in isp_inline.h with with the STRNCAT function. 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.6.2.1 +33 -39 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