From owner-cvs-src@FreeBSD.ORG  Sun Nov 21 06:39:00 2004
Return-Path: <owner-cvs-src@FreeBSD.ORG>
Delivered-To: cvs-src@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 75ACA16A4CE; Sun, 21 Nov 2004 06:39:00 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 527A143D2F; Sun, 21 Nov 2004 06:39:00 +0000 (GMT)
	(envelope-from scottl@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iAL6d0CZ032359;
	Sun, 21 Nov 2004 06:39:00 GMT
	(envelope-from scottl@repoman.freebsd.org)
Received: (from scottl@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iAL6d0AF032358;
	Sun, 21 Nov 2004 06:39:00 GMT
	(envelope-from scottl)
Message-Id: <200411210639.iAL6d0AF032358@repoman.freebsd.org>
From: Scott Long <scottl@FreeBSD.org>
Date: Sun, 21 Nov 2004 06:39:00 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: RELENG_5
Subject: cvs commit: src/sys/amd64/amd64 busdma_machdep.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 21 Nov 2004 06:39:00 -0000

scottl      2004-11-21 06:39:00 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/amd64/amd64      busdma_machdep.c 
  Log:
  MFC: Bring in all changes up to rev 1.63:
   - Add KTR tracing
   - Small performance tweaks
   - Create sub-pools for bounce pages with similar attributes
   - Don't erroneosuly account for boundary crossing when using bounce pages.
  
  Revision  Changes    Path
  1.57.2.2  +248 -81   src/sys/amd64/amd64/busdma_machdep.c