OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Wed Apr 26 2006 - 16:06:08 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2006/04/26 15:06:08

Modified files:
        sys/arch/mvme88k/dev: if_le.c if_lereg.h if_levar.h

Log message:
The dual-ported memory of the MVME376 boards is D32 addressable, say the
documentation, so we can use the MI {zero,copy{to,from}}buf_contig
callbacks, which rely upon bcopy() and bzero(), instead of their d16_bcopy()
and d16_bzero() equivalents. No functional change, except an unnoticeable
speedup.