source: rtems/c/src/libchip/ChangeLog @ 97a0f76a

4.104.114.84.95
Last change on this file since 97a0f76a was 97a0f76a, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/03 at 17:42:50

2003-06-13 Greg Menke <gregory.menke@…>

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.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
2
3        PR 405/bsps
4        PR 393/networking
5        * network/dec21140.c: Fix leak also known as PR393.
6        * network/elnk.c, network/if_media.h, network/mii.h: New files.
7        * network/Makefile.am: Reflect new files.
8
92003-04-15      Joel Sherrill <joel@OARcorp.com>
10
11        PR 387/rtems_misc
12        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
13        * ide/ata_internal.h: Added missing newline and end of file.
14
152003-03-27      Joel Sherrill <joel@OARcorp.com>
16
17        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
18        allowed in the cpukit source code since it must be buildable
19        independent of any BSP. These files were moved to libchip/ide.
20        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
21
222003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
23
24        PR 368/filesystems
25        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
26        now work on pc386 and mbx8xx.
27        * ide/ide_controller.c: New file.
28
292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove AC_CONFIG_AUX_DIR.
32
332003-02-20      Till Straumann <strauman@slac.stanford.edu>
34
35        PR 354/networking
36        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
37        against a table of supported chips. The untested
38        ones are still commented out, however.
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AC_PREREQ(2.57).
47
482002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * network/Makefile.am: Eliminate C_O_FILES.
51        * rtc/Makefile.am: Ditto.
52        * serial/Makefile.am: Ditto,
53
542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        Don't use LIBC_DEFINES.
58        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        Don't use LIBC_DEFINES.
60        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        Don't use LIBC_DEFINES.
62
632002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
64
65        * network/cs8900.c: I don't know why we have to SelfST register
66        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
67
682002-10-31      Joel Sherrill <joel@OARcorp.com>
69
70        * network/dec21140.c: Removed warnings.
71
722002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
73
74        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
75        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
76        * configure.ac, Makefile.am: Modified to reflect changes above.
77
782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Reformat.
81        Add autom4te*cache.
82        Remove autom4te.cache.
83
842002-09-14      Joel Sherrill <joel@OARcorp.com>
85
86        * serial/z85c30.c: Eliminated warning by clarifying statement.
87
882002-09-07      Chris Johns <ccj@acm.org>
89
90        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
91        network/cs8900.h: Significant update which corrects the problem
92        where the cs8900.c file was actually the BSP glue.  Joel did
93        some hacking so this file will compile.  Previously it required
94        providing a target.h file to compile.
95        * network/cs8900.c.bsp: New file.
96
972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
102
1032002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * serial/Makefile.am: Don't tmp-install lib.
106        * rtc/Makefile.am: Don't tmp-install lib.
107
1082002-07-16      Eric Norum <eric.norum@usask.ca>
109
110        * New driver for the Intel EtherExpressPro (82559ER) chip.
111        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
112        network/pci.h: New file.
113        * network/Makefile.am: Modified to reflect above.
114
1152001-05-14      Till Straumann <strauman@slac.stanford.edu>
116
117        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
118        Per PR215 address the following issues:
119            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
120              are no longer defined by libcpu (powerpc/shared/include/io.h)
121              but by the BSP (who is the only one to know the values)
122            - the affected BSP (shared/motorola) headers have been fixed
123              in a separate "libbsp/powerpc/shared" patch.
124            - the DEC 21140 driver (libchip/network/dec21140.c) has been
125              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
126              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
127              is to be defined by the BSP who is using this driver.
128            - the DEC driver also has been fixed to use the newer
129              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
130              delay_in_bus_cycles().
131
1322002-05-07      Chris Johns <ccj@acm.org>
133
134        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
135        lengths to remove the ethernet header as the FreeBSD (RTEMS)
136        stack requires it to be stripped.
137
1382002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * network/dec21140.c: Reflect changes to powerpc's
141        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
142
1432002-04-11      Chris Johns <ccj@acm.org>
144
145        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
146        control block field to the ifconfig network driver structure. This
147        field is needed by the i82586 driver which was ported from NetBSD
148        as it had better hardware abstraction.
149
1502002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * network/i82586.c: Include <string.h>.
153        * network/sonic.c: Ditto.
154
1552002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
158
1592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac:
162        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
163        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
164        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
168
1692002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
172
1732001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * network/sonic.h: Fix typo.
176
1772001-10-12      Joel Sherrill <joel@OARcorp.com>
178
179        * serial/z85c30.c: Fixed typo.
180
1812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
184        * configure.in: Remove.
185        * configure.ac: New file, generated from configure.in by autoupdate.
186
1872001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
190        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
191        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
192
1932001-09-27      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: Fixed typo in date.
196
1972001-09-21      Joel Sherrill <joel@OARcorp.com>
198
199        * network/Makefile.am: Fixed typo on file name.
200        * network/i82586.c: Commented out line 318 which is referencing
201        a member of a structure that is not currently there.  This
202        needs to be worked out with Chris Johns <ccj@acm.org>.
203        Switched C++ style comments to C style.
204
2052001-09-19      Chris Johns <ccj@acm.org>
206
207        * network/README.i82586, network/i82586.c, network/i82586reg.h,
208        network/i82586var.h: New files.  Network driver for Intel
209        i82586.
210
2112001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
214
2152001-03-14      Joel Sherrill <joel@OARcorp.com>
216
217        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
218        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
219        to <libchip/sersupp.h> so libchip style serial drivers can
220        be written in libcpu or libbsp.
221
2222001-03-01      Joel Sherrill <joel@OARcorp.com>
223
224        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
225        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
226        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
227        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
228        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
229        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
230        serial/z85c30_reg.c: Corrected header.
231
2322001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
235        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
236
2372000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
238
239        * network/sonic.c: Added ipalign() routine to align the
240        received packet so that the ip header is on a 32-bit boundary.
241        Necessary for cpu's that do not allow unaligned loads and stores
242        and when the 32-bit DMA mode is used.
243
2442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
247
2482000-11-03      Chris Johns <ccj@acm.org>
249
250        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
251
2522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
255
2562000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
259        Switch to GNU canonicalization.
260
2612000-10-20      Joel Sherrill <joel@OARcorp.com>
262
263        * network/dec21140.c: Corrected attach to include "int attach"
264        parameter.
265
2662000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * network/Makefile.am: Use AM_*FLAGS += .. .
269        * ChangeLog: Fix formating.
270
2712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
274        Include compile.am.
275
2762000-08-10      Joel Sherrill <joel@OARcorp.com>
277
278        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.