Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 463d413c authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/net: delete old x86 variant of the seeq8005 driver



The last update to the Ethernet HowTo (over 10 years ago) listed this:

 ------------------------
   SEEQ 8005

   Status: Obsolete, Driver Name: seeq8005

   There is little information about the card included in the driver,
   and hence little information to be put here. If you have a question,
   you are probably best trying to e-mail the driver author as listed
   in the source.

   It was marked obsolete as of the 2.4 series kernels.
 ------------------------

If it was obsolete over a decade ago, the situation can not have
improved with the passage of time, so let us act on that.  Even with
today's improved search engines, I was unable to locate any real
meaningful information on the ISA implementation of this rare chip.

There are ARM and SGI variants of the driver in tree, but they do
not depend on the original x86 driver source or header file.  We
leave those non-x86 drivers to be deleted by the arch maintainers
when they decide to expire those legacy platforms as a whole.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 0ffd89e4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ extern struct net_device *fmv18x_probe(int unit);
extern struct net_device *i82596_probe(int unit);
extern struct net_device *ni65_probe(int unit);
extern struct net_device *sonic_probe(int unit);
extern struct net_device *seeq8005_probe(int unit);
extern struct net_device *smc_init(int unit);
extern struct net_device *atarilance_probe(int unit);
extern struct net_device *sun3lance_probe(int unit);
@@ -113,9 +112,6 @@ static struct devprobe2 isa_probes[] __initdata = {
#ifdef CONFIG_SMC9194
	{smc_init, 0},
#endif
#ifdef CONFIG_SEEQ8005
	{seeq8005_probe, 0},
#endif
#ifdef CONFIG_CS89x0
#ifndef CONFIG_CS89x0_PLATFORM
 	{cs89x0_probe, 0},
+0 −11
Original line number Diff line number Diff line
@@ -26,17 +26,6 @@ config ARM_ETHER3
	  If you have an Acorn system with one of these network cards, you
	  should say Y to this option if you wish to use it with Linux.

config SEEQ8005
	tristate "SEEQ8005 support (EXPERIMENTAL)"
	depends on EXPERIMENTAL
	---help---
	  This is a driver for the SEEQ 8005 network (Ethernet) card.  If this
	  is for you, read the Ethernet-HOWTO, available from
	  <http://www.tldp.org/docs.html#howto>.

	  To compile this driver as a module, choose M here. The module
	  will be called seeq8005.

config SGISEEQ
	tristate "SGI Seeq ethernet controller support"
	depends on SGI_HAS_SEEQ
+0 −1
Original line number Diff line number Diff line
@@ -3,5 +3,4 @@
#

obj-$(CONFIG_ARM_ETHER3) += ether3.o
obj-$(CONFIG_SEEQ8005) += seeq8005.o
obj-$(CONFIG_SGISEEQ) += sgiseeq.o
+0 −749

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −156

File deleted.

Preview size limit exceeded, changes collapsed.