From owner-cvs-all@FreeBSD.ORG Fri Apr 28 05:42:30 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 CA86016A402 for ; Fri, 28 Apr 2006 05:42:30 +0000 (UTC) (envelope-from silby@silby.com) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id EF93743D48 for ; Fri, 28 Apr 2006 05:42:29 +0000 (GMT) (envelope-from silby@silby.com) Received: (qmail 73234 invoked from network); 28 Apr 2006 05:42:28 -0000 Received: from unknown (HELO localhost) (unknown) by unknown with SMTP; 28 Apr 2006 05:42:28 -0000 X-pair-Authenticated: 209.68.2.70 Date: Fri, 28 Apr 2006 00:42:25 -0500 (CDT) From: Mike Silbersack To: src-committers@FreeBSD.org In-Reply-To: <200604280527.k3S5RRDv096991@repoman.freebsd.org> Message-ID: <20060428004139.T808@odysseus.silby.com> References: <200604280527.k3S5RRDv096991@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/bfe if_bfe.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 05:42:30 -0000 On Fri, 28 Apr 2006, Mike Silbersack wrote: > silby 2006-04-28 05:27:27 UTC > > FreeBSD src repository > > Modified files: > sys/dev/bfe if_bfe.c > Log: > Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and all > POSTWRITE to POSTREAD. > > No guarantee that all busdma is usage is perfect, but this change (in > addition to scott's last two commits) makes if_bfe work with > 1GB of > memory in my laptop. > > Revision Changes Path > 1.35 +10 -10 src/sys/dev/bfe/if_bfe.c I forgot to mention in this commit that Scott told me the magic about those reversed calls, all I did was test. So, if you have busdma questions, don't start asking me. I don't know anything about it. :) Mike "Silby" Silbersack