From owner-cvs-src-old@FreeBSD.ORG Sun Nov 16 18:30:26 2008 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 50E95106578B for ; Sun, 16 Nov 2008 18:30:26 +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 450E98FC17 for ; Sun, 16 Nov 2008 18:30:26 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAGIUQOC088112 for ; Sun, 16 Nov 2008 18:30:26 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAGIUQOP088111 for cvs-src-old@freebsd.org; Sun, 16 Nov 2008 18:30:26 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200811161830.mAGIUQOP088111@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sun, 16 Nov 2008 18:30:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/man/man9 bus_dma.9 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, 16 Nov 2008 18:30:26 -0000 marius 2008-11-16 18:30:16 UTC FreeBSD src repository Modified files: share/man/man9 bus_dma.9 Log: SVN rev 185004 on 2008-11-16 18:30:16Z by marius - For maximum flexibility, sparc64 supports BUS_DMA_COHERENT also with bus_dmamap_create() and not only bus_dmamem_alloc() so move the description of this flag up accordingly in order to document this fact. While at, it refine this description with an application example. - Reword the description of BUS_DMA_NOCACHE as this flag is also implemented on sparc64. MFC after: 1 week Revision Changes Path 1.44 +31 -16 src/share/man/man9/bus_dma.9