K 10 svn:author V 3 ian K 8 svn:date V 27 2013-11-15T23:41:32.134470Z K 7 svn:log V 331 ONFI parameters are little-endian, hence we must take care to convert them to native endianness. We must also pay attention to unaligned accesses. Copy the interesting parameters to a new struct so the rest of the code can forget about these problems. Submitted by: Kristof Provost (cleanup) and me (orig). END