From owner-cvs-all Mon Jan 6 12:54: 8 2003 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 BC30237B4DF; Mon, 6 Jan 2003 12:54:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6131F43EC5; Mon, 6 Jan 2003 12:54:07 -0800 (PST) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h06Ks7fh008659; Mon, 6 Jan 2003 12:54:07 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h06Ks7p4008658; Mon, 6 Jan 2003 12:54:07 -0800 (PST) Message-Id: <200301062054.h06Ks7p4008658@repoman.freebsd.org> From: Thomas Moestl Date: Mon, 6 Jan 2003 12:54:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bus_private.h src/sys/sparc64/sparc64 bus_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2003/01/06 12:54:07 PST Modified files: sys/sparc64/include bus_private.h sys/sparc64/sparc64 bus_machdep.c Log: - remove the unused parent DMA tag argument from _nexus_dmamap_load_buffer() - implement nexus_dmamap_load() in terms of _nexus_dmamap_load_buffer(). Note that this is untested, as this code is not currently used (but might be later for UPA devices). - move BUS_DMAMAP_NSEGS to bus_private.h - disable the ecache flushing in nexus_dmamap_sync(); it should not be needed, although the docs are not entirely clear on that. Revision Changes Path 1.2 +2 -0 src/sys/sparc64/include/bus_private.h 1.14 +43 -90 src/sys/sparc64/sparc64/bus_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message