source: rtems/c/src/libchip/ChangeLog @ 552af999

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

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.6 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-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
11
12        * network/dec21140.c, network/elnk.c: Update to compile on i386.
13
142003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
15
16        * network/README.3com: New file missed in previous commit.
17
182003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
19
20        PR 405/bsps
21        PR 393/networking
22        * network/dec21140.c: Fix leak also known as PR393.
23        * network/elnk.c, network/if_media.h, network/mii.h: New files.
24        * network/Makefile.am: Reflect new files.
25
262003-04-15      Joel Sherrill <joel@OARcorp.com>
27
28        PR 387/rtems_misc
29        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
30        * ide/ata_internal.h: Added missing newline and end of file.
31
322003-03-27      Joel Sherrill <joel@OARcorp.com>
33
34        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
35        allowed in the cpukit source code since it must be buildable
36        independent of any BSP. These files were moved to libchip/ide.
37        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
38
392003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
40
41        PR 368/filesystems
42        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
43        now work on pc386 and mbx8xx.
44        * ide/ide_controller.c: New file.
45
462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove AC_CONFIG_AUX_DIR.
49
502003-02-20      Till Straumann <strauman@slac.stanford.edu>
51
52        PR 354/networking
53        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
54        against a table of supported chips. The untested
55        ones are still commented out, however.
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
60
612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: AC_PREREQ(2.57).
64
652002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * network/Makefile.am: Eliminate C_O_FILES.
68        * rtc/Makefile.am: Ditto.
69        * serial/Makefile.am: Ditto,
70
712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
74        Don't use LIBC_DEFINES.
75        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
76        Don't use LIBC_DEFINES.
77        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
78        Don't use LIBC_DEFINES.
79
802002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
81
82        * network/cs8900.c: I don't know why we have to SelfST register
83        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
84
852002-10-31      Joel Sherrill <joel@OARcorp.com>
86
87        * network/dec21140.c: Removed warnings.
88
892002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
90
91        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
92        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
93        * configure.ac, Makefile.am: Modified to reflect changes above.
94
952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Reformat.
98        Add autom4te*cache.
99        Remove autom4te.cache.
100
1012002-09-14      Joel Sherrill <joel@OARcorp.com>
102
103        * serial/z85c30.c: Eliminated warning by clarifying statement.
104
1052002-09-07      Chris Johns <ccj@acm.org>
106
107        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
108        network/cs8900.h: Significant update which corrects the problem
109        where the cs8900.c file was actually the BSP glue.  Joel did
110        some hacking so this file will compile.  Previously it required
111        providing a target.h file to compile.
112        * network/cs8900.c.bsp: New file.
113
1142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
119
1202002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * serial/Makefile.am: Don't tmp-install lib.
123        * rtc/Makefile.am: Don't tmp-install lib.
124
1252002-07-16      Eric Norum <eric.norum@usask.ca>
126
127        * New driver for the Intel EtherExpressPro (82559ER) chip.
128        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
129        network/pci.h: New file.
130        * network/Makefile.am: Modified to reflect above.
131
1322001-05-14      Till Straumann <strauman@slac.stanford.edu>
133
134        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
135        Per PR215 address the following issues:
136            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
137              are no longer defined by libcpu (powerpc/shared/include/io.h)
138              but by the BSP (who is the only one to know the values)
139            - the affected BSP (shared/motorola) headers have been fixed
140              in a separate "libbsp/powerpc/shared" patch.
141            - the DEC 21140 driver (libchip/network/dec21140.c) has been
142              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
143              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
144              is to be defined by the BSP who is using this driver.
145            - the DEC driver also has been fixed to use the newer
146              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
147              delay_in_bus_cycles().
148
1492002-05-07      Chris Johns <ccj@acm.org>
150
151        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
152        lengths to remove the ethernet header as the FreeBSD (RTEMS)
153        stack requires it to be stripped.
154
1552002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * network/dec21140.c: Reflect changes to powerpc's
158        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
159
1602002-04-11      Chris Johns <ccj@acm.org>
161
162        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
163        control block field to the ifconfig network driver structure. This
164        field is needed by the i82586 driver which was ported from NetBSD
165        as it had better hardware abstraction.
166
1672002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * network/i82586.c: Include <string.h>.
170        * network/sonic.c: Ditto.
171
1722002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
175
1762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac:
179        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
180        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
181        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
185
1862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
189
1902001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * network/sonic.h: Fix typo.
193
1942001-10-12      Joel Sherrill <joel@OARcorp.com>
195
196        * serial/z85c30.c: Fixed typo.
197
1982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
201        * configure.in: Remove.
202        * configure.ac: New file, generated from configure.in by autoupdate.
203
2042001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
207        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
208        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
209
2102001-09-27      Joel Sherrill <joel@OARcorp.com>
211
212        * ChangeLog: Fixed typo in date.
213
2142001-09-21      Joel Sherrill <joel@OARcorp.com>
215
216        * network/Makefile.am: Fixed typo on file name.
217        * network/i82586.c: Commented out line 318 which is referencing
218        a member of a structure that is not currently there.  This
219        needs to be worked out with Chris Johns <ccj@acm.org>.
220        Switched C++ style comments to C style.
221
2222001-09-19      Chris Johns <ccj@acm.org>
223
224        * network/README.i82586, network/i82586.c, network/i82586reg.h,
225        network/i82586var.h: New files.  Network driver for Intel
226        i82586.
227
2282001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
231
2322001-03-14      Joel Sherrill <joel@OARcorp.com>
233
234        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
235        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
236        to <libchip/sersupp.h> so libchip style serial drivers can
237        be written in libcpu or libbsp.
238
2392001-03-01      Joel Sherrill <joel@OARcorp.com>
240
241        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
242        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
243        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
244        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
245        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
246        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
247        serial/z85c30_reg.c: Corrected header.
248
2492001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
252        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
253
2542000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
255
256        * network/sonic.c: Added ipalign() routine to align the
257        received packet so that the ip header is on a 32-bit boundary.
258        Necessary for cpu's that do not allow unaligned loads and stores
259        and when the 32-bit DMA mode is used.
260
2612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
264
2652000-11-03      Chris Johns <ccj@acm.org>
266
267        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
268
2692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
272
2732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
276        Switch to GNU canonicalization.
277
2782000-10-20      Joel Sherrill <joel@OARcorp.com>
279
280        * network/dec21140.c: Corrected attach to include "int attach"
281        parameter.
282
2832000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * network/Makefile.am: Use AM_*FLAGS += .. .
286        * ChangeLog: Fix formating.
287
2882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
291        Include compile.am.
292
2932000-08-10      Joel Sherrill <joel@OARcorp.com>
294
295        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.