cvs commit: src/sys/net if_media.h
Gavin Atkinson
gavin at FreeBSD.org
Wed May 28 12:26:26 UTC 2008
On Tue, 2008-05-27 at 18:33 +0000, Antoine Brodin wrote:
> antoine 2008-05-27 18:33:18 UTC
>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_6)
> sys/net if_media.h
> Log:
> MFC to RELENG_6:
> Move "1000baseT" from IFM_SUBTYPE_ETHERNET_DESCRIPTIONS to
> IFM_SUBTYPE_ETHERNET_ALIASES: there is already "1000baseTX" in
> IFM_SUBTYPE_ETHERNET_DESCRIPTIONS. This doesn't change ifconfig
> behaviour.
I'm not sure if this is any more correct than it was before. 1000baseT
and 1000baseTX are incompatible standards.
See http://docs.FreeBSD.org/cgi/mid.cgi?20050307191901.H32508 for an
example of where this has come up before. The real bug is probably that
we claim to support 1000baseTX at all.
Gavin
More information about the cvs-src
mailing list