Re: FW: Submission for S2io 10GbE driver
From: Jes Sorensen <hidden>
Date: 2004-02-05 23:23:50
quoted
quoted
quoted
quoted
"Grant" == Grant Grundler [off-list ref] writes:
Grant> On Thu, Feb 05, 2004 at 02:09:09PM -0800, Leonid Grossman Grant> wrote:
quoted
So, our ASIC is designed in a way that for a big endian machine the swapper control need not be touched, and for little endian box both register and DMA accesses have to be configured to swap - it would be nice to have the same configuration working on all systems, but this did not seem possible.
Grant> It's probably not. It sounds like the Tigon2 driver (acenic) Grant> which has similar HW support. You see how endianess is handled Grant> there. Grant, I have a feeling Leonid is fairly familiar with the acenic design ;-) But yes it's very similar, I made the same mistake originally in the acenic driver trying to set different swap modes for little vs big endian. Cheers, Jes