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


-
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

Reply via email to