From: Daniel Egger <de@axiros.com>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>
Subject: [PATCH] 2.4.25: Get rid of obsolete LMC driver
Date: Sat, 28 Feb 2004 13:41:29 +0100 [thread overview]
Message-ID: <1077972033.24149.399.camel@sonja> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 752 bytes --]
Hi Marcello,
This patch plus an additional
rm -r drivers/net/wan/lmc
gets rid of the obsolete LMC WAN driver and all references to it in the
Configure.in and Makefiles and MAINTAINERS.
When LMC was taken over by SBE their kernel version of the driver went
effectively unmaintained after Alan Cox turned down their LMC->SBE
rename patch. Today SBE recommends their own version of the driver only
which unfortunately needs different tools and also clashes with the LMC
driver when not compiled as module. This general recommendation from
their support effectively makes the in-kernel code obsete.
Their drivers can be retrieved from:
ftp://ftp.sbei.com/pub/OpenSource/Linux/sbe_driver/sbe_linux-4.0a.tgz
--
Servus,
Daniel
[-- Attachment #1.2: lmc.diff --]
[-- Type: text/x-patch, Size: 3138 bytes --]
--- linux-2.4.25-testbed.old/Documentation/Configure.help 2004-02-28 12:17:06.000000000 +0100
+++ linux-2.4.25-testbed/Documentation/Configure.help 2004-02-28 12:26:12.000000000 +0100
@@ -11043,32 +11043,6 @@
Say Y if yout card supports this feature.
-LanMedia Corp. serial boards (SSI/V.35, T1/E1, HSSI, T3)
-CONFIG_LANMEDIA
- This is a driver for the following Lan Media family of serial
- boards.
-
- LMC 1000 board allows you to connect synchronous serial devices (for
- example base-band modems, or any other device with the X.21, V.24,
- V.35 or V.36 interface) to your Linux box.
-
- LMC 1200 with on board DSU board allows you to connect your Linux
- box directly to a T1 or E1 circuit.
-
- LMC 5200 board provides a HSSI interface capable of running up to
- 52 mbits per second.
-
- LMC 5245 board connects directly to a T3 circuit saving the
- additional external hardware.
-
- To change setting such as syncPPP vs cisco HDLC or clock source you
- will need lmcctl. It is available at <ftp://ftp.lanmedia.com/>.
-
- This code is also available as a module called lmc.o ( = code
- which can be inserted in and removed from the running kernel
- whenever you want). If you want to compile it as a module, say M
- here and read <file:Documentation/modules.txt>.
-
Fibre Channel driver support
CONFIG_NET_FC
Fibre Channel is a high speed serial protocol mainly used to connect
--- linux-2.4.25-testbed.old/MAINTAINERS 2004-02-28 12:22:28.000000000 +0100
+++ linux-2.4.25-testbed/MAINTAINERS 2004-02-28 12:21:08.000000000 +0100
@@ -1084,12 +1084,6 @@
W: http://www.cse.unsw.edu.au/~neilb/oss/knfsd/
S: Maintained
-LANMEDIA WAN CARD DRIVER
-P: Andrew Stanley-Jones
-M: asj@lanmedia.com
-W: http://www.lanmedia.com/
-S: Supported
-
LAPB module
P: Henner Eisen
M: eis@baty.hanse.de
--- linux-2.4.25-testbed.old/drivers/net/setup.c 2004-01-15 20:34:16.000000000 +0100
+++ linux-2.4.25-testbed/drivers/net/setup.c 2004-02-28 12:28:05.000000000 +0100
@@ -76,10 +76,6 @@
{comx_init, 0},
#endif
-#if defined(CONFIG_LANMEDIA)
- {lmc_setup, 0},
-#endif
-
/*
*
* Wireless non-HAM
--- linux-2.4.25-testbed.old/drivers/net/wan/Config.in 2004-02-28 12:17:40.000000000 +0100
+++ linux-2.4.25-testbed/drivers/net/wan/Config.in 2004-02-28 12:28:42.000000000 +0100
@@ -46,12 +46,6 @@
fi
#
-# Lan Media's board. Currently 1000, 1200, 5200, 5245
-#
-
- tristate ' LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards' CONFIG_LANMEDIA
-
-#
# ATI's sync/async boards. Currently 2520, 4020, 4520, 8520 -- 0 in second digit means async only
#
--- linux-2.4.25-testbed.old/drivers/net/wan/Makefile 2004-02-28 12:17:40.000000000 +0100
+++ linux-2.4.25-testbed/drivers/net/wan/Makefile 2004-02-28 12:25:29.000000000 +0100
@@ -50,12 +50,6 @@
obj-$(CONFIG_SYNCLINK_SYNCPPP) += syncppp.o
obj-$(CONFIG_X25_ASY) += x25_asy.o
-subdir-$(CONFIG_LANMEDIA) += lmc
-
-ifeq ($(CONFIG_LANMEDIA),y)
- obj-y += lmc/lmc.o
-endif
-
subdir-$(CONFIG_ATI_XX20) += 8253x
ifeq ($(CONFIG_ATI_XX20),y)
[-- Attachment #2: Dies ist ein digital signierter Nachrichtenteil --]
[-- Type: application/pgp-signature, Size: 481 bytes --]
next reply other threads:[~2004-02-28 12:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-28 12:41 Daniel Egger [this message]
2004-02-28 13:46 ` [PATCH] 2.4.25: Get rid of obsolete LMC driver Francois Romieu
2004-02-28 18:01 ` Daniel Egger
2004-02-28 16:54 ` Jeff Garzik
2004-02-28 18:01 ` Daniel Egger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1077972033.24149.399.camel@sonja \
--to=de@axiros.com \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox