summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/dec21140.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-10-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-10-201-1/+1
| | | | | * network/dec21140.c: Corrected attach to include "int attach" parameter.
* Patch rtems-rc-20000616-1-cvs.diff from Ralf CorsepiusJoel Sherrill2000-06-161-7/+7
| | | | | <corsepiu@faw.uni-ulm.de> to use __i386__ instead of __i386 and i386 to be able to compile this file with -ansi.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-15/+49
|
* Warning corrections per feedback from Emmanuel Raguet <raguet@crf.canon.fr>.Joel Sherrill2000-01-141-1/+1
|
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> to correct macroJoel Sherrill2000-01-111-4/+4
| | | | | expansion. These macros were modified to correct warnings and obviously needed more parentheses to expand correctly.
* More warnings removed after email with Emmanuel Raguet.Joel Sherrill1999-12-141-3/+2
|
* Removed warnings.Joel Sherrill1999-12-131-1/+1
|
* Patch from Emmanuel Raguet <raguet@crf.canon.fr> to correct some problemsJoel Sherrill1999-12-131-9/+16
| | | | | | | | | | | | | in the dec21140 driver. Comments follow: I have tried to use bootp with the dec21140 driver and I had problems. I have found them - Ethernet address must be known in Attach step (read from the board) - Endian problem for Ethernet address storage. Now it is solved and I can use bootp to obtain the network configuration of the target.
* Made to compile on other CPU families.Joel Sherrill1999-12-031-0/+18
|
* Modification from Emmanuel Raguet <raguet@crf.canon.fr> to merge theJoel Sherrill1999-12-031-0/+904
dec21140 drivers from the i386/pc386 and powerpc/mcp750 (all Motorola PowerPC boards) and move the network driver to libchip. This driver should work on all PCI based uses of this chip.