| Summary: | [headers] [patch] invalid media subtype aliases in if_media.h | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Seth Kingsley <sethk> | ||||
| Component: | kern | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.7-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Seth Kingsley
2002-11-27 10:20:01 UTC
Responsible Changed From-To: freebsd-bugs->antoine Take. antoine 2008-04-20 16:17:45 UTC
FreeBSD src repository
Modified files:
sys/net if_media.h
Log:
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
Revision Changes Path
1.42 +1 -1 src/sys/net/if_media.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched Patched in HEAD. 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.
PR: 45793 (maybe)
Approved by: rwatson (mentor)
MFC after: 1 month
Revision Changes Path
1.30.2.6 +1 -1 src/sys/net/if_media.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
antoine 2008-05-27 18:34:20 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/net if_media.h
Log:
MFC to RELENG_7:
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
Revision Changes Path
1.40.2.2 +1 -1 src/sys/net/if_media.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Everything in the patch has been applied, thanks for the report! |