aboutsummaryrefslogtreecommitdiff
path: root/drivers/dm9000x.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-620/+0
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2007-09-07PXA270: Added support for TrizepsIV board.stefano babic1-2/+14
This patch add support for the Trizeps IV module (520Mhz). Signed-off-by: Stefano Babic <sbabic@denx.de>
2007-08-29Fix MAC address setting in DM9000 driver.stefano babic1-3/+3
The logic to check if there is a correct MAC address in the DM9000 EEPROM, added in the last patch, is wrong. Now the MAC address is always taken from the environment, even if a suitable MAC is present in the EEPROM. Signed-off-by: Stefano Babic <sbabic@denx.de>
2007-08-13Add ability to take MAC address from the environment to DM9000 driverMike Rapoport1-0/+15
Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Ben Warren <bwarren@qstreams.com>
2006-08-14Fix drivers/dm9000.c when configured in 32 bit mode.Wolfgang Denk1-0/+3
Patch by Eric Benard, 17 Nov 2005
2004-08-01* Code cleanupwdenk1-0/+590
* Patch by Sascha Hauer, 28 Jun: - add generic support for Motorola i.MX architecture - add support for mx1ads, mx1fs2 and scb9328 boards * Patches by Marc Leeman, 23 Jul 2004: - Add define for the PCI/Memory Buffer Configuration Register - corrected comments in cpu/mpc824x/cpu_init.c * Add support for multiple serial interfaces (for example to allow modem dial-in / dial-out)