
Am Fri, 6 Feb 2009 23:19:55 +0100 schrieb Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com:
On 22:56 Sun 04 Jan , Jürgen Schöw wrote:
drivers/net/Makefile | 1 + drivers/net/ip3912.c | 659 ++++++++++++++++++++++++++++++++++++ drivers/net/ip3912.h | 174 ++++++++++
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 631336a..7c82880 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -69,6 +69,7 @@ COBJS-$(CONFIG_VSC7385_ENET) += vsc7385.o COBJS-$(CONFIG_XILINX_EMAC) += xilinx_emac.o COBJS-$(CONFIG_XILINX_EMACLITE) += xilinx_emaclite.o COBJS-$(CONFIG_SH_ETHER) += sh_eth.o +COBJS-$(CONFIG_IP3912_ETHER) += ip3912.o
please keep list sorted
OK, sorting is important, I missed it, sorry.
Ben could you take a look please
I will wait, for Bens comment, before I will send the next patchset. BTW: I detected that there is sometimes a problem with initialisation of the chip. Therefore I will have to find to bug and correct. So testing will go on on Monday night. :-)
Regards
Jürgen Schöw