source: rtems/c/src/libchip/ChangeLog @ 2f0a1dc1

4.104.114.84.95
Last change on this file since 2f0a1dc1 was 2f0a1dc1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/10/02 at 04:05:20

2002-08-10 Ralf Corsepius <corsepiu@…>

  • serial/Makefile.am: Don't tmp-install lib.
  • rtc/Makefile.am: Don't tmp-install lib.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * serial/Makefile.am: Don't tmp-install lib.
4        * rtc/Makefile.am: Don't tmp-install lib.
5
62002-07-16      Eric Norum <eric.norum@usask.ca>
7
8        * New driver for the Intel EtherExpressPro (82559ER) chip.
9        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
10        network/pci.h: New file.
11        * network/Makefile.am: Modified to reflect above.
12
132001-05-14      Till Straumann <strauman@slac.stanford.edu>
14
15        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
16        Per PR215 address the following issues:
17            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
18              are no longer defined by libcpu (powerpc/shared/include/io.h)
19              but by the BSP (who is the only one to know the values)
20            - the affected BSP (shared/motorola) headers have been fixed
21              in a separate "libbsp/powerpc/shared" patch.
22            - the DEC 21140 driver (libchip/network/dec21140.c) has been
23              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
24              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
25              is to be defined by the BSP who is using this driver.
26            - the DEC driver also has been fixed to use the newer
27              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
28              delay_in_bus_cycles().
29
302002-05-07      Chris Johns <ccj@acm.org>
31
32        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
33        lengths to remove the ethernet header as the FreeBSD (RTEMS)
34        stack requires it to be stripped.
35
362002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * network/dec21140.c: Reflect changes to powerpc's
39        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
40
412002-04-11      Chris Johns <ccj@acm.org>
42
43        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
44        control block field to the ifconfig network driver structure. This
45        field is needed by the i82586 driver which was ported from NetBSD
46        as it had better hardware abstraction.
47
482002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * network/i82586.c: Include <string.h>.
51        * network/sonic.c: Ditto.
52
532002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
56
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
66
672002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
70
712001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * network/sonic.h: Fix typo.
74
752001-10-12      Joel Sherrill <joel@OARcorp.com>
76
77        * serial/z85c30.c: Fixed typo.
78
792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
82        * configure.in: Remove.
83        * configure.ac: New file, generated from configure.in by autoupdate.
84
852001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
88        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
89        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
90
912001-09-27      Joel Sherrill <joel@OARcorp.com>
92
93        * ChangeLog: Fixed typo in date.
94
952001-09-21      Joel Sherrill <joel@OARcorp.com>
96
97        * network/Makefile.am: Fixed typo on file name.
98        * network/i82586.c: Commented out line 318 which is referencing
99        a member of a structure that is not currently there.  This
100        needs to be worked out with Chris Johns <ccj@acm.org>.
101        Switched C++ style comments to C style.
102
1032001-09-19      Chris Johns <ccj@acm.org>
104
105        * network/README.i82586, network/i82586.c, network/i82586reg.h,
106        network/i82586var.h: New files.  Network driver for Intel
107        i82586.
108
1092001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
112
1132001-03-14      Joel Sherrill <joel@OARcorp.com>
114
115        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
116        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
117        to <libchip/sersupp.h> so libchip style serial drivers can
118        be written in libcpu or libbsp.
119
1202001-03-01      Joel Sherrill <joel@OARcorp.com>
121
122        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
123        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
124        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
125        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
126        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
127        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
128        serial/z85c30_reg.c: Corrected header.
129
1302001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
133        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
134
1352000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
136
137        * network/sonic.c: Added ipalign() routine to align the
138        received packet so that the ip header is on a 32-bit boundary.
139        Necessary for cpu's that do not allow unaligned loads and stores
140        and when the 32-bit DMA mode is used.
141
1422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
145
1462000-11-03      Chris Johns <ccj@acm.org>
147
148        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
149
1502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
153
1542000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
157        Switch to GNU canonicalization.
158
1592000-10-20      Joel Sherrill <joel@OARcorp.com>
160
161        * network/dec21140.c: Corrected attach to include "int attach"
162        parameter.
163
1642000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * network/Makefile.am: Use AM_*FLAGS += .. .
167        * ChangeLog: Fix formating.
168
1692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
172        Include compile.am.
173
1742000-08-10      Joel Sherrill <joel@OARcorp.com>
175
176        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.