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: Mon Mar 19 2007 - 18:28:24 CDT


CVSROOT: /cvs
Module name: src
Changes by: claudiocvs.openbsd.org 2007/03/19 17:28:23

Modified files:
        sys/dev/ic : acx.c

Log message:
Only call bus_dmamap_unload() if we loaded a dmamap beforehand. Found out
the hard way on sparc64. Now acx(4) no longer panics but it does not yet
work. OK mglocker