Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/20/2001 21:25:52
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Oct 20 18:25:52 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: gem.c

Log Message:
gem_init(): Don't call gem_mii_statchg() directly.  Instead, call
gem_mediachange().  This will cause gem_mii_statchg() to be called
by the MII layer with the correct MII media state, so that speed
duplex parameters will be set properly.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/gem.c

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