summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/dec21140.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-06-30 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-301-20/+34
| | | | * network/dec21140.c, network/elnk.c: Update to compile on i386.
* 2003-06-13 Greg Menke <gregory.menke@gsfc.nasa.gov>Joel Sherrill2003-06-131-579/+899
| | | | | | | | PR 405/bsps PR 393/networking * network/dec21140.c: Fix leak also known as PR393. * network/elnk.c, network/if_media.h, network/mii.h: New files. * network/Makefile.am: Reflect new files.
* 2002-10-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-10-311-0/+3
| | | | * network/dec21140.c: Removed warnings.
* 2001-05-14 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2002-05-141-10/+10
| | | | | | | | | | | | | | | | | * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: Per PR215 address the following issues: - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one to know the values) - the affected BSP (shared/motorola) headers have been fixed in a separate "libbsp/powerpc/shared" patch. - the DEC 21140 driver (libchip/network/dec21140.c) has been fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP who is using this driver. - the DEC driver also has been fixed to use the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete delay_in_bus_cycles().
* 2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-04-181-4/+2
| | | | | * network/dec21140.c: Reflect changes to powerpc's rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
* 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.