cvs commit: src/sys/dev/fxp if_fxp.c

Maxime Henrion mux at freebsd.org
Sat Apr 5 05:05:44 PST 2003


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


More information about the cvs-all mailing list