Marius Strobl wrote:
> marius 2007-01-22 13:42:07 UTC
>
> FreeBSD src repository
>
> Modified files:
> sbin/ifconfigifmedia.c
> Log:
> Actually fully emulate NetBSD and print the media instance number
> only for non-zero instances so the typical output for IFM_IEEE8021
marius 2007-01-22 13:42:07 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifmedia.c
Log:
Actually fully emulate NetBSD and print the media instance number
only for non-zero instances so the typical output for IFM_IEEE80211
type media doesn't overflow 80 colu
jkim2006-12-19 22:50:50 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifmedia.c
Log:
Clear full-duplex when half-duplex flag is set. This actually makes
'mediaopt half-duplex' working as it should. It is now equivalent of
'-mediaopt full-duplex'.
thomas 2006-08-31 21:01:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ifconfigifmedia.c
Log:
MFC rev. 1.21 to RELENG_6: Code factoring and simplification.
PR: bin/102354
Submitted by: Ricardo Nabinger Sanchez <[EMAIL PROTE
thomas 2006-08-22 23:49:36 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifmedia.c
Log:
(media_status): Factor common code between IFM_ETHER and IFM_ATM cases.
(print_media_word, print_media_word_ifconfig): Remove unnecessary
goto following test for null de
glebius 2006-03-01 22:24:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sbin/ifconfigifmedia.c
Log:
MFC 1.20 by ambrisko:
Grab the media from the passed in structure to put it into the
global structure.
PR: bin/91399, bin/
ambrisko2006-01-11 22:37:59 UTC
FreeBSD src repository
Modified files:
sbin/ifconfigifmedia.c
Log:
Grab the media from the passed in structure to put it into the
global structure.
PR: bin/91399
Submitted by: Spencer Minear
Revision ChangesPath
1