summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-04-20 16:17:44 +0000
committerantoine <antoine@FreeBSD.org>2008-04-20 16:17:44 +0000
commit58879b903f0675fd9dead1d9d8e6282dd9477651 (patch)
treed2c4e5060049f76ecc184c65f26e257b517a285d /sys/net
parenta8a3756b44e7d1a0985ec7f61476af3e4d441d89 (diff)
downloadFreeBSD-src-58879b903f0675fd9dead1d9d8e6282dd9477651.zip
FreeBSD-src-58879b903f0675fd9dead1d9d8e6282dd9477651.tar.gz
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. PR: 45793 (maybe) Approved by: rwatson (mentor) MFC after: 1 month
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_media.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_media.h b/sys/net/if_media.h
index 4f563e5..f320034 100644
--- a/sys/net/if_media.h
+++ b/sys/net/if_media.h
@@ -344,7 +344,6 @@ struct ifmedia_description {
{ IFM_1000_LX, "1000baseLX" }, \
{ IFM_1000_CX, "1000baseCX" }, \
{ IFM_1000_T, "1000baseTX" }, \
- { IFM_1000_T, "1000baseT" }, \
{ IFM_HPNA_1, "homePNA" }, \
{ IFM_10G_LR, "10Gbase-LR" }, \
{ IFM_10G_SR, "10Gbase-SR" }, \
@@ -369,6 +368,7 @@ struct ifmedia_description {
{ IFM_1000_SX, "1000SX" }, \
{ IFM_1000_LX, "1000LX" }, \
{ IFM_1000_CX, "1000CX" }, \
+ { IFM_1000_T, "1000baseT" }, \
{ IFM_1000_T, "1000TX" }, \
{ IFM_1000_T, "1000T" }, \
{ IFM_2500_SX, "2500SX" }, \
OpenPOWER on IntegriCloud