summaryrefslogtreecommitdiffstats
path: root/drivers/dm9000x.c
Commit message (Collapse)AuthorAgeFilesLines
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-251-620/+0
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* PXA270: Added support for TrizepsIV board.stefano babic2007-09-071-2/+14
| | | | | | This patch add support for the Trizeps IV module (520Mhz). Signed-off-by: Stefano Babic <sbabic@denx.de>
* Fix MAC address setting in DM9000 driver.stefano babic2007-08-291-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>
* Add ability to take MAC address from the environment to DM9000 driverMike Rapoport2007-08-131-0/+15
| | | | | Signed-off-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Ben Warren <bwarren@qstreams.com>
* Fix drivers/dm9000.c when configured in 32 bit mode.Wolfgang Denk2006-08-141-0/+3
| | | | Patch by Eric Benard, 17 Nov 2005
* * Code cleanupwdenk2004-08-011-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)
OpenPOWER on IntegriCloud