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: Claudio Jeker (claudiocvs.openbsd.org)
Date: Thu Mar 29 2007 - 07:31:57 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/03/29 06:31:57

Modified files:
        sys/dev/ic : acxvar.h

Log message:
Fix yet another endianess bug. bus_space(9) does all the necessary byte order
conversions so there is no need to use htoleXX() before writing the data to
the HW dma registers. With this and the previous acx.c commit acx(4) finaly
works on big endian machines like macppc. OK mglocker