From: Sascha Hauer Date: Thu, 22 Jun 2006 05:11:13 +0000 (+0200) Subject: [PATCH] network driver for Hilscher netx X-Git-Tag: v2.6.18-rc1~1081^2~224^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92aa674d721d089c440301ab95cb6be19c78727e;p=pandora-kernel.git [PATCH] network driver for Hilscher netx This is a patch for the Hilscher netx builtin ethernet ports. The netx board support was merged into 2.6.17-git2. The netx is a arm926 based SoC. Signed-off-by: Robert Schwebel Signed-off-by: Sascha Hauer -- drivers/net/Kconfig | 11 drivers/net/Makefile | 1 drivers/net/netx-eth.c | 516 ++++++++++++++++++++++++++++++++++++++++ include/asm-arm/arch-netx/eth.h | 27 ++ 4 files changed, 555 insertions(+) Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed