]> git.baikalelectronics.ru Git - kernel.git/commit
net: add support for NS8390 based eth controllers on some ColdFire CPU boards
authorGreg Ungerer <gerg@uclinux.org>
Wed, 4 Jul 2012 13:50:00 +0000 (13:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Jul 2012 14:54:45 +0000 (07:54 -0700)
commitc37ff2348a5973d0c12b8fdcfbf0c8fa28ab476f
treefd1adeb8316e3cdebd7c58fa7aca42d802df416a
parent02cb7c70f288d766cd0f56f75708e9900f8dbf6f
net: add support for NS8390 based eth controllers on some ColdFire CPU boards

A number of older ColdFire CPU based boards use NS8390 based network
controllers. Most use the Davicom 9008F or the UMC 9008F. This driver
provides the support code to get these devices working on these platforms.

Generally the NS8390 based eth device is direct connected via the general
purpose bus of the ColdFire CPU. So its addressing and interrupt setup is
fixed on each of the different platforms (classic platform setup).

This driver is based on the other drivers/net/ethernet/8390 drivers, and
includes the lib8390.c code. It uses the existing definitions of the
board NS8390 device addresses, interrupts and access types from the
arch/m68k/include/asm/mcf8390.h, but moves the IO access functions into
the driver code and out of that header.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/m68k/include/asm/mcf8390.h
drivers/net/ethernet/8390/Kconfig
drivers/net/ethernet/8390/Makefile
drivers/net/ethernet/8390/mcf8390.c [new file with mode: 0644]