--- 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 .
-
- 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 .
-
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)