pschwan

Phil Schwan (Puffin Group) pschwan@puffin.external.hp.com
Mon, 25 Oct 1999 17:25:21 -0600 (MDT)


Update of /home/cvs/parisc/linux/drivers/net
In directory puffin.external.hp.com:/tmp/cvs-serv6898

Modified Files:
	tulip.c 
Log Message:

Like the Lite-On cards in Intel machines, we need to byte-swap the
hardware address for the Dino tulip.  It's unclear whether it's just this
tulip or every tulip in a big-endian machine; I'll know more once I
fix whatever's causing the machine to hang when I talk to actual PCI cards
instead of on-board devices.

I'm pretty sure that dino_inl() is correct though, or (because of the way
that tulip.c probes the eeprom), it would have never made it to the point
where it could read the hardware address.  Experimental evidence seems to
agree.