Bug 45793

Summary: [headers] [patch] invalid media subtype aliases in if_media.h
Product: Base System Reporter: Seth Kingsley <sethk>
Component: kernAssignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.7-RELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Seth Kingsley 2002-11-27 10:20:01 UTC
	Some of the media subtype aliases in net/if_media.h appear to be
	missing or duplicated, possibly as the result of a paste-o.

How-To-Repeat: 	Write a program to extract the media subtype from a gigabit
	interface, then attempt to print its abbreviated subtype
	description.
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2008-03-17 20:08:47 UTC
Responsible Changed
From-To: freebsd-bugs->antoine

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-20 17:17:55 UTC
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"
Comment 3 Antoine Brodin freebsd_committer freebsd_triage 2008-04-20 17:20:43 UTC
State Changed
From-To: open->patched

Patched in HEAD.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-05-27 19:33:24 UTC
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"
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-05-27 19:34:29 UTC
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"
Comment 6 Antoine Brodin freebsd_committer freebsd_triage 2008-05-27 19:41:43 UTC
State Changed
From-To: patched->closed

Everything in the patch has been applied, thanks for the report!