URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [rtems-20020807/] [c/] [src/] [libchip/] [ChangeLog] - Rev 1782
Compare with Previous | Blame | View Log
2002-07-16 Eric Norum <eric.norum@usask.ca>* New driver for the Intel EtherExpressPro (82559ER) chip.* network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,network/pci.h: New file.* network/Makefile.am: Modified to reflect above.2001-05-14 Till Straumann <strauman@slac.stanford.edu>* bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:Per PR215 address the following issues:- _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSETare 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 fixedin a separate "libbsp/powerpc/shared" patch.- the DEC 21140 driver (libchip/network/dec21140.c) has beenfixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASEis to be defined by the BSP who is using this driver.- the DEC driver also has been fixed to use the newerrtems_bsp_delay_in_bus_cycles() instead of the obsoletedelay_in_bus_cycles().2002-05-07 Chris Johns <ccj@acm.org>* c/src/libchip/network/i82586.c: Per PR210, adjust the mbuflengths to remove the ethernet header as the FreeBSD (RTEMS)stack requires it to be stripped.2002-04-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* network/dec21140.c: Reflect changes to powerpc'srtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.2002-04-11 Chris Johns <ccj@acm.org>* network/rtems_bsdnet.h: To address PR59, added the drv_ctrl drivercontrol block field to the ifconfig network driver structure. Thisfield is needed by the i82586 driver which was ported from NetBSDas it had better hardware abstraction.2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* network/i82586.c: Include <string.h>.* network/sonic.c: Ditto.2002-04-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* configure.ac:AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).AM_INIT_AUTOMAKE([no-define foreign 1.6]).* network/Makefile.am: Remove AUTOMAKE_OPTIONS.* Makefile.am: Remove AUTOMAKE_OPTIONS.* rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.* serial/Makefile.am: Remove AUTOMAKE_OPTIONS.2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.2001-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* network/sonic.h: Fix typo.2001-10-12 Joel Sherrill <joel@OARcorp.com>* serial/z85c30.c: Fixed typo.2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* .cvsignore: Add autom4te.cache for autoconf > 2.52.* configure.in: Remove.* configure.ac: New file, generated from configure.in by autoupdate.2001-09-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* rtc/Makefile.am: Use 'PREINSTALL_FILES ='.* network/Makefile.am: Use 'PREINSTALL_FILES ='.* serial/Makefile.am: Use 'PREINSTALL_FILES ='.2001-09-27 Joel Sherrill <joel@OARcorp.com>* ChangeLog: Fixed typo in date.2001-09-21 Joel Sherrill <joel@OARcorp.com>* network/Makefile.am: Fixed typo on file name.* network/i82586.c: Commented out line 318 which is referencinga member of a structure that is not currently there. Thisneeds to be worked out with Chris Johns <ccj@acm.org>.Switched C++ style comments to C style.2001-09-19 Chris Johns <ccj@acm.org>* network/README.i82586, network/i82586.c, network/i82586reg.h,network/i82586var.h: New files. Network driver for Inteli82586.2001-04-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.2001-03-14 Joel Sherrill <joel@OARcorp.com>* serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,serial/serprobe.c, serial/z85c30.c: Now install sersupp.hto <libchip/sersupp.h> so libchip style serial drivers canbe written in libcpu or libbsp.2001-03-01 Joel Sherrill <joel@OARcorp.com>* network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,serial/z85c30_reg.c: Corrected header.2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>* network/sonic.c: Added ipalign() routine to align thereceived packet so that the ip header is on a 32-bit boundary.Necessary for cpu's that do not allow unaligned loads and storesand when the 32-bit DMA mode is used.2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.2000-11-03 Chris Johns <ccj@acm.org>* network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.Switch to GNU canonicalization.2000-10-20 Joel Sherrill <joel@OARcorp.com>* network/dec21140.c: Corrected attach to include "int attach"parameter.2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* network/Makefile.am: Use AM_*FLAGS += .. .* ChangeLog: Fix formating.2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:Include compile.am.2000-08-10 Joel Sherrill <joel@OARcorp.com>* ChangeLog: New file.
