aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dm9000.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-06-24DM9000: Add support for DM9000A and DM9000B chipsBen Dooks1-0/+11
Add support for both the DM9000A and DM9000B versions of the DM9000 networking chip. This includes adding support for the Link-Change IRQ which is used instead of polling the PHY every 2 seconds. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2005-05-15[PATCH] DM9000 network driverSascha Hauer1-0/+135
This patch adds support for the davicom dm9000 network driver. The dm9000 is found on some embedded arm boards such as the pimx1 or the scb9328. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Andrew Morton <akpm@osdl.org> diff -puN /dev/null drivers/net/dm9000.c