On Wednesday 21 March 2007 20:02, Henry Margies wrote: > Hi Nicolas, > > I had a HFC-S PCI card running on a IXP425 platform using a modified > zaphfc driver. The biggest thing was to convert 16 and 32 bit data > values. > Maybe you just need to add something like __le16_to_cpu and > __cpu_to_le16 to hfc_inw and hfc_outw functions (same for 32 bit > functions of course).
I've always considered endianness issues while writing the code so, if there is something that is not working in a big-endian environment it has to be considered as a bug and not something in need to be ported. Unfortunately I don't have a big-endian system on which to test the code so, I wholly count on you :) Bye, -- Daniele Orlandi _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
