From owner-cvs-src@FreeBSD.ORG  Tue Apr  8 11:56:46 2003
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 CD5B737B401; Tue,  8 Apr 2003 11:56:46 -0700 (PDT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 6C5F743F3F; Tue,  8 Apr 2003 11:56:46 -0700 (PDT)
	(envelope-from mux@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 h38Iuk0U072979;
	Tue, 8 Apr 2003 11:56:46 -0700 (PDT)
	(envelope-from mux@repoman.freebsd.org)
Received: (from mux@localhost)
	by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h38IukMp072978;
	Tue, 8 Apr 2003 11:56:46 -0700 (PDT)
Message-Id: <200304081856.h38IukMp072978@repoman.freebsd.org>
From: Maxime Henrion <mux@FreeBSD.org>
Date: Tue, 8 Apr 2003 11:56:46 -0700 (PDT)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Subject: cvs commit: src/sys/dev/fxp if_fxp.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: Tue, 08 Apr 2003 18:56:47 -0000

mux         2003/04/08 11:56:46 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/fxp          if_fxp.c 
  Log:
  - Pass a busdma tag and a busdma map to fxp_dma_wait() so that
    it can do the necessary bus_dmamap_sync() calls.
  - While I'm here, reorder arguments to match other functions.
  
  Revision  Changes    Path
  1.166     +13 -8     src/sys/dev/fxp/if_fxp.c