[PATCH] sis190: resurrection
authorFrancois Romieu <romieu@fr.zoreil.com>
Sat, 30 Jul 2005 11:08:43 +0000 (13:08 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sat, 30 Jul 2005 22:20:59 +0000 (18:20 -0400)
commit890e8d0a3ded0b1dee9020bbef7e9908e2228ffb
tree9f9cb58c1490f492cd4f9d0edce8829f7518d7e5
parentb0825488a642cadcf39709961dde61440cb0731c
[PATCH] sis190: resurrection

Raise the sis190 driver from the dead

The driver handles the integrated network device found on SiS 965L
chipset. It follows the classical (non-napi) interrupt-driven model
and provides minimal ethtool support.

The code comes from a heavy cleanup/rewrite of the original code
which was removed from the kernel on 14/04/2004. Since the r8169
driver does not work too bad and there will probably be (at least)
a few months of improvements/testing/fixing, I made the code as
close as possible to the r8169 one.

Pascal Chapperon <pascal.chapperon@wanadoo.fr> deserves some special
credit for testing and bug-catching. Many thanks to Lars Vahlenberg
as well.

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/sis190.c [new file with mode: 0644]