On Mon, Jan 13, 2025 at 09:04:01AM +0100, Geert Uytterhoeven wrote:
1) i've forced the word and long I/O helpers to be little endian, and this is clearly a big no (see io_mm.h).Can't that be avoided by setting ISA_SEX/isa_sex appropriately?
Hi Geert, i tried ISA_SEX to do the be->le flipping but it broke all drivers: it seems like isa_insw()/isa_outsw()/isa_insl()/isa_outsl() must retain the host endianess. Looking into it. -- bye, p.