]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/net: delete intel i825xx based znet notebook driver
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 10 Jan 2013 23:09:44 +0000 (18:09 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 22 Jan 2013 15:39:51 +0000 (10:39 -0500)
commitce42cc18016ab91fd928cbf6044950c623bfc1d3
treeb750d22ca85e6194db418def42bc2066c52cd2ae
parent3dcb41fee79af478cffc31f1e1b34662434b729b
drivers/net: delete intel i825xx based znet notebook driver

This driver supported early to mid 1990's Zenith laptops, of the
2" thick variety.  The driver was already dead 10+ years ago, but
we see this in the source:

 ----------------
 /* 10/2002

 [...]

   Tested on a vintage Zenith Z-Note 433Lnp+. Probably broken on
   anything else. Testers (and detailed bug reports) are welcome :-).
 ----------------

To clarify, a 433 translates into a 486 at 33MHz, and a system with
a default of 4MB RAM.  I can't fault the noble effort to keep things
working a decade ago, but at this point in time, there is no valid
justification to continue carrying this driver along.

Note that there is no associated Space.c cleanup here since this
driver was using module_init to hook itself in.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/net/ethernet/i825xx/Kconfig
drivers/net/ethernet/i825xx/Makefile
drivers/net/ethernet/i825xx/znet.c [deleted file]