Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev



> 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



Home | Main Index | Thread Index | Old Index