public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.4.25: Get rid of obsolete LMC driver
@ 2004-02-28 12:41 Daniel Egger
  2004-02-28 13:46 ` Francois Romieu
  2004-02-28 16:54 ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Egger @ 2004-02-28 12:41 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: Linux Kernel Mailinglist


[-- 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 --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-28 18:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-28 12:41 [PATCH] 2.4.25: Get rid of obsolete LMC driver Daniel Egger
2004-02-28 13:46 ` Francois Romieu
2004-02-28 18:01   ` Daniel Egger
2004-02-28 16:54 ` Jeff Garzik
2004-02-28 18:01   ` Daniel Egger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox