Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/19/2002 01:13:04
Module Name:	syssrc
Committed By:	martin
Date:		Wed Dec 18 23:13:04 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: hme.c hmevar.h

Log Message:
Since we have to select one of the two possible PHYs when configuring
the MIF Configuration Register PHY_Select, there is no use in pretending
we could talk to both at the MII interface layer.

If both PHY are reported to be present, prefer the external one.

Remember this selection and enforce it in hme_mii_{read,write}reg.
This fixes problems with one of the dual hmes in Netra T1s.

From OpenBSD.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/dev/ic/hme.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/hmevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.