From owner-cvs-src@FreeBSD.ORG Tue Oct 19 23:35:19 2004 Return-Path: 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 3AE9616A564; Tue, 19 Oct 2004 23:35:19 +0000 (GMT) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F3C43D46; Tue, 19 Oct 2004 23:35:18 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.12.11/8.12.11) with ESMTP id i9K0L5H4038609; Wed, 20 Oct 2004 02:21:05 +0200 (CEST) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.12.11/8.12.11/Submit) id i9K0L567038608; Wed, 20 Oct 2004 02:21:05 +0200 (CEST) (envelope-from doginou) Date: Wed, 20 Oct 2004 02:21:05 +0200 From: Olivier Houchard To: Maxime Henrion Message-ID: <20041020002105.GA38585@ci0.org> References: <200410192331.i9JNVjY9006123@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200410192331.i9JNVjY9006123@repoman.freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/em if_em.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 23:35:19 -0000 On Tue, Oct 19, 2004 at 11:31:45PM +0000, Maxime Henrion wrote: > mux 2004-10-19 23:31:45 UTC > > FreeBSD src repository > > Modified files: > sys/dev/em if_em.c > Log: > Add missing bus_dmamap_sync() calls. If you are using an architecture > with a weak memory model or x86 + PAE (or more specifically, your > driver is using bounce pages) and you have had problems with em(4), > this may fix it. At least this is needed to have em(4) work properly > on FreeBSD/arm. > > Original version by: cognet > Reviewed by: tackerman > Tested by: cognet > > Revision Changes Path > 1.50 +12 -2 src/sys/dev/em/if_em.c Thanks ! Olivier