source: rtems/c/src/libchip/ChangeLog @ 3584398a

4.104.114.84.95
Last change on this file since 3584398a was 3584398a, checked in by Joel Sherrill <joel.sherrill@…>, on 07/18/03 at 15:52:26

2003-07-18 Greg Menke <gregory.menke@…>

PR 429/bsps
PR 432/bsps

  • network/elnk.c: Due to a bug in the driver, if multiple packets are queued onto an elnk board, the ISR will deadlock the device with a tx complete interrupt. Lighter tx loads are not affected as they end up submitting single packets to the device.
  • Property mode set to 100644
File size: 9.8 KB
Line 
12003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
2
3        PR 429/bsps
4        PR 432/bsps
5        * network/elnk.c: Due to a bug in the driver, if multiple packets
6        are queued onto an elnk board, the ISR will deadlock the device with
7        a tx complete interrupt.  Lighter tx loads are not affected as they
8        end up submitting single packets to the device.
9
102003-07-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove (Merged into ../configure.ac).
13        * Makefile.am, ide/Makefile.am, network/Makefile.am,
14        rtc/Makefile.am, serial/Makefile.am:
15        Reflect having merged configure.ac into ../configure.ac
16
172003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
18
19
20        * network/dec21140.c, network/elnk.c: Update to compile on i386.
21
222003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
23
24        * network/README.3com: New file missed in previous commit.
25
262003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
27
28        PR 405/bsps
29        PR 393/networking
30        * network/dec21140.c: Fix leak also known as PR393.
31        * network/elnk.c, network/if_media.h, network/mii.h: New files.
32        * network/Makefile.am: Reflect new files.
33
342003-04-15      Joel Sherrill <joel@OARcorp.com>
35
36        PR 387/rtems_misc
37        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
38        * ide/ata_internal.h: Added missing newline and end of file.
39
402003-03-27      Joel Sherrill <joel@OARcorp.com>
41
42        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
43        allowed in the cpukit source code since it must be buildable
44        independent of any BSP. These files were moved to libchip/ide.
45        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
46
472003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
48
49        PR 368/filesystems
50        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
51        now work on pc386 and mbx8xx.
52        * ide/ide_controller.c: New file.
53
542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Remove AC_CONFIG_AUX_DIR.
57
582003-02-20      Till Straumann <strauman@slac.stanford.edu>
59
60        PR 354/networking
61        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
62        against a table of supported chips. The untested
63        ones are still commented out, however.
64
652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
68
692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: AC_PREREQ(2.57).
72
732002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * network/Makefile.am: Eliminate C_O_FILES.
76        * rtc/Makefile.am: Ditto.
77        * serial/Makefile.am: Ditto,
78
792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82        Don't use LIBC_DEFINES.
83        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        Don't use LIBC_DEFINES.
85        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86        Don't use LIBC_DEFINES.
87
882002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
89
90        * network/cs8900.c: I don't know why we have to SelfST register
91        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
92
932002-10-31      Joel Sherrill <joel@OARcorp.com>
94
95        * network/dec21140.c: Removed warnings.
96
972002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
98
99        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
100        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
101        * configure.ac, Makefile.am: Modified to reflect changes above.
102
1032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * .cvsignore: Reformat.
106        Add autom4te*cache.
107        Remove autom4te.cache.
108
1092002-09-14      Joel Sherrill <joel@OARcorp.com>
110
111        * serial/z85c30.c: Eliminated warning by clarifying statement.
112
1132002-09-07      Chris Johns <ccj@acm.org>
114
115        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
116        network/cs8900.h: Significant update which corrects the problem
117        where the cs8900.c file was actually the BSP glue.  Joel did
118        some hacking so this file will compile.  Previously it required
119        providing a target.h file to compile.
120        * network/cs8900.c.bsp: New file.
121
1222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
127
1282002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * serial/Makefile.am: Don't tmp-install lib.
131        * rtc/Makefile.am: Don't tmp-install lib.
132
1332002-07-16      Eric Norum <eric.norum@usask.ca>
134
135        * New driver for the Intel EtherExpressPro (82559ER) chip.
136        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
137        network/pci.h: New file.
138        * network/Makefile.am: Modified to reflect above.
139
1402001-05-14      Till Straumann <strauman@slac.stanford.edu>
141
142        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
143        Per PR215 address the following issues:
144            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
145              are no longer defined by libcpu (powerpc/shared/include/io.h)
146              but by the BSP (who is the only one to know the values)
147            - the affected BSP (shared/motorola) headers have been fixed
148              in a separate "libbsp/powerpc/shared" patch.
149            - the DEC 21140 driver (libchip/network/dec21140.c) has been
150              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
151              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
152              is to be defined by the BSP who is using this driver.
153            - the DEC driver also has been fixed to use the newer
154              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
155              delay_in_bus_cycles().
156
1572002-05-07      Chris Johns <ccj@acm.org>
158
159        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
160        lengths to remove the ethernet header as the FreeBSD (RTEMS)
161        stack requires it to be stripped.
162
1632002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * network/dec21140.c: Reflect changes to powerpc's
166        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
167
1682002-04-11      Chris Johns <ccj@acm.org>
169
170        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
171        control block field to the ifconfig network driver structure. This
172        field is needed by the i82586 driver which was ported from NetBSD
173        as it had better hardware abstraction.
174
1752002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * network/i82586.c: Include <string.h>.
178        * network/sonic.c: Ditto.
179
1802002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
183
1842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac:
187        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
188        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
189        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
193
1942002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
197
1982001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * network/sonic.h: Fix typo.
201
2022001-10-12      Joel Sherrill <joel@OARcorp.com>
203
204        * serial/z85c30.c: Fixed typo.
205
2062001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
209        * configure.in: Remove.
210        * configure.ac: New file, generated from configure.in by autoupdate.
211
2122001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
215        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
216        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
217
2182001-09-27      Joel Sherrill <joel@OARcorp.com>
219
220        * ChangeLog: Fixed typo in date.
221
2222001-09-21      Joel Sherrill <joel@OARcorp.com>
223
224        * network/Makefile.am: Fixed typo on file name.
225        * network/i82586.c: Commented out line 318 which is referencing
226        a member of a structure that is not currently there.  This
227        needs to be worked out with Chris Johns <ccj@acm.org>.
228        Switched C++ style comments to C style.
229
2302001-09-19      Chris Johns <ccj@acm.org>
231
232        * network/README.i82586, network/i82586.c, network/i82586reg.h,
233        network/i82586var.h: New files.  Network driver for Intel
234        i82586.
235
2362001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
239
2402001-03-14      Joel Sherrill <joel@OARcorp.com>
241
242        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
243        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
244        to <libchip/sersupp.h> so libchip style serial drivers can
245        be written in libcpu or libbsp.
246
2472001-03-01      Joel Sherrill <joel@OARcorp.com>
248
249        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
250        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
251        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
252        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
253        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
254        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
255        serial/z85c30_reg.c: Corrected header.
256
2572001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
260        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
261
2622000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
263
264        * network/sonic.c: Added ipalign() routine to align the
265        received packet so that the ip header is on a 32-bit boundary.
266        Necessary for cpu's that do not allow unaligned loads and stores
267        and when the 32-bit DMA mode is used.
268
2692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
272
2732000-11-03      Chris Johns <ccj@acm.org>
274
275        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
276
2772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
280
2812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
284        Switch to GNU canonicalization.
285
2862000-10-20      Joel Sherrill <joel@OARcorp.com>
287
288        * network/dec21140.c: Corrected attach to include "int attach"
289        parameter.
290
2912000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * network/Makefile.am: Use AM_*FLAGS += .. .
294        * ChangeLog: Fix formating.
295
2962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
299        Include compile.am.
300
3012000-08-10      Joel Sherrill <joel@OARcorp.com>
302
303        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.