From owner-cvs-all@FreeBSD.ORG Mon May 24 00:02:51 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D48D116A4CE; Mon, 24 May 2004 00:02:51 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF4543D1D; Mon, 24 May 2004 00:02:51 -0700 (PDT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4O72QQh024492; Mon, 24 May 2004 00:02:26 -0700 (PDT) (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4O72PrC024487; Mon, 24 May 2004 00:02:25 -0700 (PDT) (envelope-from njl) Message-Id: <200405240702.i4O72PrC024487@repoman.freebsd.org> From: Nate Lawson Date: Mon, 24 May 2004 00:02:25 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_inline.h isp_pci.c isp_target.c ispvar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2004 07:02:52 -0000 njl 2004/05/24 00:02:25 PDT FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_inline.h isp_pci.c isp_target.c ispvar.h Log: Store the target handles in a separate list from normal commands. Add a CTIO fast post routine to handle CTIO completions. Submitted by: mjacob Revision Changes Path 1.111 +5 -3 src/sys/dev/isp/isp.c 1.101 +28 -5 src/sys/dev/isp/isp_freebsd.c 1.30 +61 -4 src/sys/dev/isp/isp_inline.h 1.98 +21 -0 src/sys/dev/isp/isp_pci.c 1.30 +2 -2 src/sys/dev/isp/isp_target.c 1.66 +8 -1 src/sys/dev/isp/ispvar.h