source: rtems/c/src/libchip/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 7.7 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * network/Makefile.am: Eliminate C_O_FILES.
8        * rtc/Makefile.am: Ditto.
9        * serial/Makefile.am: Ditto,
10
112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        Don't use LIBC_DEFINES.
15        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16        Don't use LIBC_DEFINES.
17        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        Don't use LIBC_DEFINES.
19
202002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
21
22        * network/cs8900.c: I don't know why we have to SelfST register
23        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
24
252002-10-31      Joel Sherrill <joel@OARcorp.com>
26
27        * network/dec21140.c: Removed warnings.
28
292002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
30
31        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
32        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
33        * configure.ac, Makefile.am: Modified to reflect changes above.
34
352002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * .cvsignore: Reformat.
38        Add autom4te*cache.
39        Remove autom4te.cache.
40
412002-09-14      Joel Sherrill <joel@OARcorp.com>
42
43        * serial/z85c30.c: Eliminated warning by clarifying statement.
44
452002-09-07      Chris Johns <ccj@acm.org>
46
47        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
48        network/cs8900.h: Significant update which corrects the problem
49        where the cs8900.c file was actually the BSP glue.  Joel did
50        some hacking so this file will compile.  Previously it required
51        providing a target.h file to compile.
52        * network/cs8900.c.bsp: New file.
53
542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
59
602002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * serial/Makefile.am: Don't tmp-install lib.
63        * rtc/Makefile.am: Don't tmp-install lib.
64
652002-07-16      Eric Norum <eric.norum@usask.ca>
66
67        * New driver for the Intel EtherExpressPro (82559ER) chip.
68        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
69        network/pci.h: New file.
70        * network/Makefile.am: Modified to reflect above.
71
722001-05-14      Till Straumann <strauman@slac.stanford.edu>
73
74        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
75        Per PR215 address the following issues:
76            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
77              are no longer defined by libcpu (powerpc/shared/include/io.h)
78              but by the BSP (who is the only one to know the values)
79            - the affected BSP (shared/motorola) headers have been fixed
80              in a separate "libbsp/powerpc/shared" patch.
81            - the DEC 21140 driver (libchip/network/dec21140.c) has been
82              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
83              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
84              is to be defined by the BSP who is using this driver.
85            - the DEC driver also has been fixed to use the newer
86              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
87              delay_in_bus_cycles().
88
892002-05-07      Chris Johns <ccj@acm.org>
90
91        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
92        lengths to remove the ethernet header as the FreeBSD (RTEMS)
93        stack requires it to be stripped.
94
952002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * network/dec21140.c: Reflect changes to powerpc's
98        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
99
1002002-04-11      Chris Johns <ccj@acm.org>
101
102        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
103        control block field to the ifconfig network driver structure. This
104        field is needed by the i82586 driver which was ported from NetBSD
105        as it had better hardware abstraction.
106
1072002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * network/i82586.c: Include <string.h>.
110        * network/sonic.c: Ditto.
111
1122002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
115
1162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac:
119        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
120        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
121        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
125
1262002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
129
1302001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * network/sonic.h: Fix typo.
133
1342001-10-12      Joel Sherrill <joel@OARcorp.com>
135
136        * serial/z85c30.c: Fixed typo.
137
1382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
141        * configure.in: Remove.
142        * configure.ac: New file, generated from configure.in by autoupdate.
143
1442001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
147        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
148        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
149
1502001-09-27      Joel Sherrill <joel@OARcorp.com>
151
152        * ChangeLog: Fixed typo in date.
153
1542001-09-21      Joel Sherrill <joel@OARcorp.com>
155
156        * network/Makefile.am: Fixed typo on file name.
157        * network/i82586.c: Commented out line 318 which is referencing
158        a member of a structure that is not currently there.  This
159        needs to be worked out with Chris Johns <ccj@acm.org>.
160        Switched C++ style comments to C style.
161
1622001-09-19      Chris Johns <ccj@acm.org>
163
164        * network/README.i82586, network/i82586.c, network/i82586reg.h,
165        network/i82586var.h: New files.  Network driver for Intel
166        i82586.
167
1682001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
171
1722001-03-14      Joel Sherrill <joel@OARcorp.com>
173
174        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
175        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
176        to <libchip/sersupp.h> so libchip style serial drivers can
177        be written in libcpu or libbsp.
178
1792001-03-01      Joel Sherrill <joel@OARcorp.com>
180
181        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
182        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
183        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
184        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
185        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
186        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
187        serial/z85c30_reg.c: Corrected header.
188
1892001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
192        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
193
1942000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
195
196        * network/sonic.c: Added ipalign() routine to align the
197        received packet so that the ip header is on a 32-bit boundary.
198        Necessary for cpu's that do not allow unaligned loads and stores
199        and when the 32-bit DMA mode is used.
200
2012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
204
2052000-11-03      Chris Johns <ccj@acm.org>
206
207        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
208
2092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
212
2132000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
216        Switch to GNU canonicalization.
217
2182000-10-20      Joel Sherrill <joel@OARcorp.com>
219
220        * network/dec21140.c: Corrected attach to include "int attach"
221        parameter.
222
2232000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * network/Makefile.am: Use AM_*FLAGS += .. .
226        * ChangeLog: Fix formating.
227
2282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
231        Include compile.am.
232
2332000-08-10      Joel Sherrill <joel@OARcorp.com>
234
235        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.