From owner-cvs-src-old@FreeBSD.ORG Mon Feb 14 21:51:05 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B48E7106566C for ; Mon, 14 Feb 2011 21:51:05 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9FFD88FC2C for ; Mon, 14 Feb 2011 21:51:05 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1ELp5Vf010959 for ; Mon, 14 Feb 2011 21:51:05 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1ELp5jh010958 for cvs-src-old@freebsd.org; Mon, 14 Feb 2011 21:51:05 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201102142151.p1ELp5jh010958@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Mon, 14 Feb 2011 21:50:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_pci.c isp_sbus.c ispvar.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2011 21:51:05 -0000 marius 2011-02-14 21:50:51 UTC FreeBSD src repository Modified files: sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_library.c isp_pci.c isp_sbus.c ispvar.h Log: SVN rev 218691 on 2011-02-14 21:50:51Z by marius - Use the correct DMA tag/map pair for synchronize the FC scratch area. - Allocate coherent DMA memory for the request/response queue area and and the FC scratch area. These changes allow isp(4) to work properly on sparc64 with usage of the IOMMU streaming buffers enabled. Approved by: mjacob MFC after: 2 weeks Revision Changes Path 1.165 +21 -21 src/sys/dev/isp/isp.c 1.172 +2 -2 src/sys/dev/isp/isp_freebsd.c 1.113 +13 -1 src/sys/dev/isp/isp_freebsd.h 1.24 +2 -2 src/sys/dev/isp/isp_library.c 1.156 +16 -16 src/sys/dev/isp/isp_pci.c 1.42 +2 -2 src/sys/dev/isp/isp_sbus.c 1.90 +5 -5 src/sys/dev/isp/ispvar.h