Subject: CVS commit: src/sys/dev
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 02/20/2003 02:55:22
Module Name:	src
Committed By:	matt
Date:		Thu Feb 20 00:55:22 UTC 2003

Modified Files:
	src/sys/dev/ic: gem.c
	src/sys/dev/mii: mii_physubr.c miivar.h

Log Message:
Add a MIIF_FORCEANEG flag to be passed to mii_attach.  This forces an
autonegotiation to take place if IFM_AUTO is selected in mii_media_set.
Make the gem driver use it.  (XXX hme probably should use it but I can't
test that).


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/dev/ic/gem.c
cvs rdiff -r1.34 -r1.35 src/sys/dev/mii/mii_physubr.c \
    src/sys/dev/mii/miivar.h

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