Il 29/09/2012 16:35, Don Slutz ha scritto: >> > How important is the big endian support? > > lsi53c895a.c says: > > /* ??? Need to check if the {read,write}[wl] routines work properly on > big-endian targets. */ > > I could do the same, I.E. code it up and submit it un-tested on big > endian soon. Or since I currently do not have access to any real big > endian hardware; do all testing on QEMU on QEMU.
Yes, that's a start. The best example of big endian hardware that QEMU supports is pSeries. Usually the pSeries people are quite helpful with endianness bugs. Paolo