source: rtems/c/src/libchip/ChangeLog @ cd9dac0

Last change on this file since cd9dac0 was 81c32419, checked in by Joel Sherrill <joel.sherrill@…>, on 06/30/03 at 18:14:47

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

  • network/dec21140.c, network/elnk.c: Update to compile on i386.
  • Property mode set to 100644
File size: 9.2 KB
Line 
12003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
2
3        * network/dec21140.c, network/elnk.c: Update to compile on i386.
4
52003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
6
7        * network/README.3com: New file missed in previous commit.
8
92003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
10
11        PR 405/bsps
12        PR 393/networking
13        * network/dec21140.c: Fix leak also known as PR393.
14        * network/elnk.c, network/if_media.h, network/mii.h: New files.
15        * network/Makefile.am: Reflect new files.
16
172003-04-15      Joel Sherrill <joel@OARcorp.com>
18
19        PR 387/rtems_misc
20        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
21        * ide/ata_internal.h: Added missing newline and end of file.
22
232003-03-27      Joel Sherrill <joel@OARcorp.com>
24
25        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
26        allowed in the cpukit source code since it must be buildable
27        independent of any BSP. These files were moved to libchip/ide.
28        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
29
302003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
31
32        PR 368/filesystems
33        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
34        now work on pc386 and mbx8xx.
35        * ide/ide_controller.c: New file.
36
372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove AC_CONFIG_AUX_DIR.
40
412003-02-20      Till Straumann <strauman@slac.stanford.edu>
42
43        PR 354/networking
44        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
45        against a table of supported chips. The untested
46        ones are still commented out, however.
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AC_PREREQ(2.57).
55
562002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * network/Makefile.am: Eliminate C_O_FILES.
59        * rtc/Makefile.am: Ditto.
60        * serial/Makefile.am: Ditto,
61
622002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        Don't use LIBC_DEFINES.
66        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        Don't use LIBC_DEFINES.
68        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        Don't use LIBC_DEFINES.
70
712002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
72
73        * network/cs8900.c: I don't know why we have to SelfST register
74        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
75
762002-10-31      Joel Sherrill <joel@OARcorp.com>
77
78        * network/dec21140.c: Removed warnings.
79
802002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
81
82        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
83        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
84        * configure.ac, Makefile.am: Modified to reflect changes above.
85
862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Reformat.
89        Add autom4te*cache.
90        Remove autom4te.cache.
91
922002-09-14      Joel Sherrill <joel@OARcorp.com>
93
94        * serial/z85c30.c: Eliminated warning by clarifying statement.
95
962002-09-07      Chris Johns <ccj@acm.org>
97
98        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
99        network/cs8900.h: Significant update which corrects the problem
100        where the cs8900.c file was actually the BSP glue.  Joel did
101        some hacking so this file will compile.  Previously it required
102        providing a target.h file to compile.
103        * network/cs8900.c.bsp: New file.
104
1052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * serial/Makefile.am: Don't tmp-install lib.
114        * rtc/Makefile.am: Don't tmp-install lib.
115
1162002-07-16      Eric Norum <eric.norum@usask.ca>
117
118        * New driver for the Intel EtherExpressPro (82559ER) chip.
119        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
120        network/pci.h: New file.
121        * network/Makefile.am: Modified to reflect above.
122
1232001-05-14      Till Straumann <strauman@slac.stanford.edu>
124
125        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
126        Per PR215 address the following issues:
127            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
128              are no longer defined by libcpu (powerpc/shared/include/io.h)
129              but by the BSP (who is the only one to know the values)
130            - the affected BSP (shared/motorola) headers have been fixed
131              in a separate "libbsp/powerpc/shared" patch.
132            - the DEC 21140 driver (libchip/network/dec21140.c) has been
133              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
134              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
135              is to be defined by the BSP who is using this driver.
136            - the DEC driver also has been fixed to use the newer
137              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
138              delay_in_bus_cycles().
139
1402002-05-07      Chris Johns <ccj@acm.org>
141
142        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
143        lengths to remove the ethernet header as the FreeBSD (RTEMS)
144        stack requires it to be stripped.
145
1462002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * network/dec21140.c: Reflect changes to powerpc's
149        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
150
1512002-04-11      Chris Johns <ccj@acm.org>
152
153        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
154        control block field to the ifconfig network driver structure. This
155        field is needed by the i82586 driver which was ported from NetBSD
156        as it had better hardware abstraction.
157
1582002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * network/i82586.c: Include <string.h>.
161        * network/sonic.c: Ditto.
162
1632002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
166
1672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac:
170        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
171        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
172        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
176
1772002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
180
1812001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * network/sonic.h: Fix typo.
184
1852001-10-12      Joel Sherrill <joel@OARcorp.com>
186
187        * serial/z85c30.c: Fixed typo.
188
1892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
192        * configure.in: Remove.
193        * configure.ac: New file, generated from configure.in by autoupdate.
194
1952001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
198        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
199        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
200
2012001-09-27      Joel Sherrill <joel@OARcorp.com>
202
203        * ChangeLog: Fixed typo in date.
204
2052001-09-21      Joel Sherrill <joel@OARcorp.com>
206
207        * network/Makefile.am: Fixed typo on file name.
208        * network/i82586.c: Commented out line 318 which is referencing
209        a member of a structure that is not currently there.  This
210        needs to be worked out with Chris Johns <ccj@acm.org>.
211        Switched C++ style comments to C style.
212
2132001-09-19      Chris Johns <ccj@acm.org>
214
215        * network/README.i82586, network/i82586.c, network/i82586reg.h,
216        network/i82586var.h: New files.  Network driver for Intel
217        i82586.
218
2192001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
222
2232001-03-14      Joel Sherrill <joel@OARcorp.com>
224
225        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
226        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
227        to <libchip/sersupp.h> so libchip style serial drivers can
228        be written in libcpu or libbsp.
229
2302001-03-01      Joel Sherrill <joel@OARcorp.com>
231
232        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
233        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
234        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
235        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
236        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
237        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
238        serial/z85c30_reg.c: Corrected header.
239
2402001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
243        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
244
2452000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
246
247        * network/sonic.c: Added ipalign() routine to align the
248        received packet so that the ip header is on a 32-bit boundary.
249        Necessary for cpu's that do not allow unaligned loads and stores
250        and when the 32-bit DMA mode is used.
251
2522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
255
2562000-11-03      Chris Johns <ccj@acm.org>
257
258        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
259
2602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
263
2642000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
267        Switch to GNU canonicalization.
268
2692000-10-20      Joel Sherrill <joel@OARcorp.com>
270
271        * network/dec21140.c: Corrected attach to include "int attach"
272        parameter.
273
2742000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * network/Makefile.am: Use AM_*FLAGS += .. .
277        * ChangeLog: Fix formating.
278
2792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
282        Include compile.am.
283
2842000-08-10      Joel Sherrill <joel@OARcorp.com>
285
286        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.