[parisc-linux-cvs] linux grundler

Grant Grundler parisc-linux@lists.parisc-linux.org
Mon, 14 Oct 2002 17:34:02 -0600 (MDT)


CVSROOT:	/var/cvs
Module name:	linux
Changes by:	grundler	02/10/14 17:34:02

Modified files:
	.              : Makefile 
	drivers/net/tulip: media.c 

Log message:
2.4.19-pa22 Fix tulip phy reset/init

DP83840A.pdf and lxt971d.pdf both require polling
the reset bit (bit 15) in mdio control register to
determine when a reset has completed. Then the
"init" sequence can be sent.

Don't know if all other PHY's are compatible with this or not.
HP only used the above two PHY's.

(tausq's head64.S change is also part of -pa22)