Page MenuHomeFreeBSD

Remove infrastructure for token-ring networks.
ClosedPublic

Authored by brooks on Mar 27 2018, 10:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 17 2024, 10:38 AM
Unknown Object (File)
Feb 2 2024, 11:24 PM
Unknown Object (File)
Dec 20 2023, 3:33 AM
Unknown Object (File)
Nov 4 2023, 5:31 AM
Unknown Object (File)
Nov 3 2023, 5:20 AM
Unknown Object (File)
Oct 31 2023, 2:52 AM
Unknown Object (File)
Oct 3 2023, 5:28 AM
Unknown Object (File)
Oct 1 2023, 5:21 AM
Subscribers

Details

Summary

No drivers exist in tree and no performant devices exist.

Release notes: yes

Diff Detail

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

Event Timeline

imp added a subscriber: imp.

I did this in my tree about four years ago.

I was also tangentially responsible for getting TR into the tree in the first place for Kevin Day who was doing stuff for Bally in-bar gaming units. This was in the 90's, iirc. He stopped doing that, and the gaming units have been mostly retired.

This revision is now accepted and ready to land.Mar 27 2018, 10:59 PM

To be honest, I may be confusing arcnet and TR.

jhb added inline comments.
sys/netinet/ip_carp.c
1542 ↗(On Diff #40824)

I just wonder what person tested CARP on token-ring. (More likely this code was never tested)

sys/netinet6/in6.c
1974 ↗(On Diff #40824)

I'm sure IPv6 over TR had a lot of testing as well.. :-P

cem added inline comments.
usr.sbin/arp/arp.c
663 ↗(On Diff #40824)

Removing more libxo from the tree is only a good thing.

This revision was automatically updated to reflect the committed changes.