Page MenuHomeFreeBSD

Finish removing FDDI and tokenring media support.
ClosedPublic

Authored by brooks on Apr 23 2018, 3:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 31 2024, 2:27 PM
Unknown Object (File)
Jan 26 2024, 2:30 AM
Unknown Object (File)
Jan 25 2024, 5:01 PM
Unknown Object (File)
Jan 25 2024, 2:32 AM
Unknown Object (File)
Jan 24 2024, 6:00 PM
Unknown Object (File)
Jan 24 2024, 2:31 AM
Unknown Object (File)
Jan 17 2024, 6:14 PM
Unknown Object (File)
Dec 23 2023, 12:48 PM
Subscribers

Details

Summary

This fixes media display for 802.11 wireless devices.

Software outside the base system that uses these media types and typedefs should use #ifdef IFM_FDDI or IFM_TOKEN to include or remove support.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Hi!
It fixes my usecase (ifconfig displays the correct, or at least more correct than before, info about the media).
I've tested by checking out the source tree at the same version as my kernel, r332854, and then done a buildworld without some of the heavier components (toolchain, profiled libs and lib32) and run the resulting ifconfig binary from the obj tree.
Thanks for getting to it so fast!
Let me know if you want me to test other use cases.
Regards

This revision is now accepted and ready to land.Apr 23 2018, 5:47 PM
brooks edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.