]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/net: delete old x86 variant of the seeq8005 driver
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 22 Jan 2013 00:13:26 +0000 (19:13 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 22 Jan 2013 15:39:56 +0000 (10:39 -0500)
commit463d413cb7dcd5509bc01e1108c2e2dcf8104683
tree33a3cca7dfc982ba4481e8451023ead85ff4bf66
parent0ffd89e48fc10f9665b07615cde40b1775b24570
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/net/Space.c
drivers/net/ethernet/seeq/Kconfig
drivers/net/ethernet/seeq/Makefile
drivers/net/ethernet/seeq/seeq8005.c [deleted file]
drivers/net/ethernet/seeq/seeq8005.h [deleted file]