From owner-cvs-src-old@FreeBSD.ORG Sun Mar 6 11:43:19 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 163D61065674 for ; Sun, 6 Mar 2011 11:43:19 +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 031178FC14 for ; Sun, 6 Mar 2011 11:43:19 +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 p26BhI0k045839 for ; Sun, 6 Mar 2011 11:43:18 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p26BhIGD045838 for cvs-src-old@freebsd.org; Sun, 6 Mar 2011 11:43:18 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201103061143.p26BhIGD045838@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 6 Mar 2011 11:43:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 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: Sun, 06 Mar 2011 11:43:19 -0000 marius 2011-03-06 11:43:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) 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 219332 on 2011-03-06 11:43:02Z 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 Revision Changes Path 1.151.2.9 +21 -21 src/sys/dev/isp/isp.c 1.150.2.16 +2 -2 src/sys/dev/isp/isp_freebsd.c 1.109.2.5 +13 -1 src/sys/dev/isp/isp_freebsd.h 1.15.2.7 +2 -2 src/sys/dev/isp/isp_library.c 1.149.2.8 +16 -16 src/sys/dev/isp/isp_pci.c 1.37.2.6 +2 -2 src/sys/dev/isp/isp_sbus.c 1.86.2.5 +5 -5 src/sys/dev/isp/ispvar.h