Subject: Re: CVS commit: src/sys/dev
To: None <matt@netbsd.org>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: source-changes
Date: 02/21/2003 08:43:04
> 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).


Shouldn't the decision to set this flag be made by the MII driver that
actually attaches, rather than the `adapter driver'?

-pk