Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2003 15:05:43 +0200
From:      Maxime Henrion <mux@freebsd.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/fxp if_fxp.c
Message-ID:  <20030405130543.GT1750@elvis.mu.org>
In-Reply-To: <200304051243.h35ChLPe060220@repoman.freebsd.org>
References:  <200304051243.h35ChLPe060220@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Maxime Henrion wrote:
> mux         2003/04/05 04:43:21 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/fxp          if_fxp.c 
>   Log:
>   - Change a FXP_NRFABUFS which would have been a FXP_NTXCB.
>   - Correct some bus_dmamap_sync() calls.

Some BUS_DMASYNC_PREREAD were changed to BUS_DMASYNC_PREWRITE.  For what
it's worth, these should actually be BUS_DMASYNC_PREREAD |
BUS_DMASYNC_PREWRITE.  But since, we have no architecture in the tree
that needs BUS_DMASYNC_PREREAD, I'll change this when the
bus_dmamap_sync() operations are not an enum anymore.

Cheers,
Maxime



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030405130543.GT1750>