This is an updated patch set of the NS8390 eth support for some of the older ColdFire boards. I have broken out the mcfne.h -> mcf8390.h file move to its own patch, didn't want to make the actual driver patch any bigger or harder to follow. I also improved the commit log messages a little. The driver itself has a couple of minor checkpatch fixes, but is otherwise the same. --- b/arch/m68k/include/asm/mcf8390.h | 121 -------- b/arch/m68k/platform/coldfire/Makefile | 1 b/arch/m68k/platform/coldfire/mcf8390.c | 38 ++ b/drivers/net/ethernet/8390/Kconfig | 14 b/drivers/net/ethernet/8390/Makefile | 1 b/drivers/net/ethernet/8390/mcf8390.c | 478 ++++++++++++++++++++++++++++++++ 7 files changed, 545 insertions(+), 124 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html