On Fri, 2008-03-28 at 22:43 +0000, Alan Cox wrote: > > Alan, has this driver ever worked on a BE platform? > > Not afaik. It looks to me like the SCSI piece is entirely driven by the state model in tulip_scsi, which seems to drive the phases by I/O instructions which are endian safe, so the only issue I can see is the actual SG entries themselves, which begin as an outl of the pointer to the SG table, but which must be pulled into the card by DMA. So basically, most of the cpu_to_le32 in this driver look wrong. If I can fix it (or persuade someone else to fix it) can anyone test it on a BE platform? James -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html