Project

General

Profile

Actions

Bug #792

closed

Nuke Arcnet and Token Ring support from kernel

Added by hasso over 16 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Unless no one objects with good enough arguments, I'd like to commit
these patches in Monday:

http://leaf.dragonflybsd.org/~hasso/nuke-arcnet.patch
http://leaf.dragonflybsd.org/~hasso/nuke-token-ring.patch

There have been opinions to do the same with FDDI, but I'm not so sure.
Unlike Arcnet and Token Ring I know FDDI still be used in some networks
(although in the old ones nobody touches any more, but still). Opinions?

Actions #1

Updated by dillon over 16 years ago

:Unless no one objects with good enough arguments, I'd like to commit
:these patches in Monday:
:
:http://leaf.dragonflybsd.org/~hasso/nuke-arcnet.patch
:http://leaf.dragonflybsd.org/~hasso/nuke-token-ring.patch
:
:There have been opinions to do the same with FDDI, but I'm not so sure.
:Unlike Arcnet and Token Ring I know FDDI still be used in some networks
:(although in the old ones nobody touches any more, but still). Opinions?
:
:--
:Hasso Tepper

I think we can safely nuke it.
-Matt
Matthew Dillon
<>
Actions #2

Updated by hasso over 16 years ago

Committed. FDDI is nuked as well.

Actions #3

Updated by tuxillo over 16 years ago

On Sat, 25 Aug 2007 03:22:14 +0300, Hasso Tepper wrote:

I'm not absolutely expert in anything but I would like to know why this
drivers are nuked instead converted into modules. thanks

Actions #4

Updated by erik-wikstrom over 16 years ago

It's a question about code maintenance, changes to other subsystems
might require changes to the code for Token Ring and such, and if none
uses them you can't be sure that those changes really work, only that
they compile. And if none uses them then making the changes is just
unnecessary work, so it's easier to just remove them.

Making them modules would not solve this problem, just add the extra
work of modulising the code that none will use anyway. And once again
you have none testing to see if the module-versions really work.

Actions

Also available in: Atom PDF