CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2009/07/25 12:49:54
Modified files: sys/dev/ic : bwi.c Log message: Fix crash in bwi on armish by properly aligning a 32-bit value. Not to say it works great yet. Might fix bwi on any other alignment sensitive archs we have. My original hack generalized and made sane by j...@. Didn't affect operation on my macppc. Problem first noted by ian@ a long time ago. ok jsg@ (whose tree is currently unavailable to commit from)