source: rtems/c/src/libchip/ChangeLog @ 8730f45

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

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

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 6.7 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-09-14      Joel Sherrill <joel@OARcorp.com>
8
9        * serial/z85c30.c: Eliminated warning by clarifying statement.
10
112002-09-07      Chris Johns <ccj@acm.org>
12
13        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
14        network/cs8900.h: Significant update which corrects the problem
15        where the cs8900.c file was actually the BSP glue.  Joel did
16        some hacking so this file will compile.  Previously it required
17        providing a target.h file to compile.
18        * network/cs8900.c.bsp: New file.
19
202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
25
262002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * serial/Makefile.am: Don't tmp-install lib.
29        * rtc/Makefile.am: Don't tmp-install lib.
30
312002-07-16      Eric Norum <eric.norum@usask.ca>
32
33        * New driver for the Intel EtherExpressPro (82559ER) chip.
34        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
35        network/pci.h: New file.
36        * network/Makefile.am: Modified to reflect above.
37
382001-05-14      Till Straumann <strauman@slac.stanford.edu>
39
40        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
41        Per PR215 address the following issues:
42            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
43              are no longer defined by libcpu (powerpc/shared/include/io.h)
44              but by the BSP (who is the only one to know the values)
45            - the affected BSP (shared/motorola) headers have been fixed
46              in a separate "libbsp/powerpc/shared" patch.
47            - the DEC 21140 driver (libchip/network/dec21140.c) has been
48              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
49              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
50              is to be defined by the BSP who is using this driver.
51            - the DEC driver also has been fixed to use the newer
52              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
53              delay_in_bus_cycles().
54
552002-05-07      Chris Johns <ccj@acm.org>
56
57        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
58        lengths to remove the ethernet header as the FreeBSD (RTEMS)
59        stack requires it to be stripped.
60
612002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * network/dec21140.c: Reflect changes to powerpc's
64        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
65
662002-04-11      Chris Johns <ccj@acm.org>
67
68        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
69        control block field to the ifconfig network driver structure. This
70        field is needed by the i82586 driver which was ported from NetBSD
71        as it had better hardware abstraction.
72
732002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * network/i82586.c: Include <string.h>.
76        * network/sonic.c: Ditto.
77
782002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
81
822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac:
85        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
86        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
87        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
95
962001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * network/sonic.h: Fix typo.
99
1002001-10-12      Joel Sherrill <joel@OARcorp.com>
101
102        * serial/z85c30.c: Fixed typo.
103
1042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
107        * configure.in: Remove.
108        * configure.ac: New file, generated from configure.in by autoupdate.
109
1102001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
113        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
114        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
115
1162001-09-27      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: Fixed typo in date.
119
1202001-09-21      Joel Sherrill <joel@OARcorp.com>
121
122        * network/Makefile.am: Fixed typo on file name.
123        * network/i82586.c: Commented out line 318 which is referencing
124        a member of a structure that is not currently there.  This
125        needs to be worked out with Chris Johns <ccj@acm.org>.
126        Switched C++ style comments to C style.
127
1282001-09-19      Chris Johns <ccj@acm.org>
129
130        * network/README.i82586, network/i82586.c, network/i82586reg.h,
131        network/i82586var.h: New files.  Network driver for Intel
132        i82586.
133
1342001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
137
1382001-03-14      Joel Sherrill <joel@OARcorp.com>
139
140        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
141        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
142        to <libchip/sersupp.h> so libchip style serial drivers can
143        be written in libcpu or libbsp.
144
1452001-03-01      Joel Sherrill <joel@OARcorp.com>
146
147        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
148        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
149        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
150        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
151        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
152        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
153        serial/z85c30_reg.c: Corrected header.
154
1552001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
158        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
159
1602000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
161
162        * network/sonic.c: Added ipalign() routine to align the
163        received packet so that the ip header is on a 32-bit boundary.
164        Necessary for cpu's that do not allow unaligned loads and stores
165        and when the 32-bit DMA mode is used.
166
1672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
170
1712000-11-03      Chris Johns <ccj@acm.org>
172
173        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
174
1752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
178
1792000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
182        Switch to GNU canonicalization.
183
1842000-10-20      Joel Sherrill <joel@OARcorp.com>
185
186        * network/dec21140.c: Corrected attach to include "int attach"
187        parameter.
188
1892000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * network/Makefile.am: Use AM_*FLAGS += .. .
192        * ChangeLog: Fix formating.
193
1942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
197        Include compile.am.
198
1992000-08-10      Joel Sherrill <joel@OARcorp.com>
200
201        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.