On Tuesday 26 September 2006 19:00, Jeff Garzik wrote: > Michael Buesch wrote: > > #ifdef BIG_ENDIAN > > bp->phy_addr = eeprom[91] & 0x1f; > > #else > > bp->phy_addr = eeprom[90] & 0x1f; > > #endif > > False. It's already fixed endian. It's just not the endian you like.
Jeff, come on... Read Johannes' mail. readX returns CPU endian data. -- Greetings Michael. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html