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

Last change on this file since c8f3e82 was 587ed2df, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 17:33:35

2003-09-04 Joel Sherrill <joel@…>

  • network/cs8900.c: Removed incorrect statement about copyright assignment.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * network/cs8900.c: Removed incorrect statement about copyright
4        assignment.
5
62003-09-03      Jiri Gaisler <jiri@gaisler.com>
7
8        PR 477/networking
9        * network/Makefile.am: Add driver for OpenCores NIC.
10        * network/README.open_eth, network/open_eth.c, network/open_eth.h:
11        New files.
12
132003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * ide/Makefile.am: Don't include @RTEMS_BSP@.cfg.
16
172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
20
212003-07-18      Greg Menke <gregory.menke@gsfc.nasa.gov>
22
23        PR 429/bsps
24        PR 432/bsps
25        * network/elnk.c: Due to a bug in the driver, if multiple packets
26        are queued onto an elnk board, the ISR will deadlock the device with
27        a tx complete interrupt.  Lighter tx loads are not affected as they
28        end up submitting single packets to the device.
29
302003-06-30      Greg Menke <gregory.menke@gsfc.nasa.gov>
31
32        * network/dec21140.c, network/elnk.c: Update to compile on i386.
33
342003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
35
36        * network/README.3com: New file missed in previous commit.
37
382003-06-13      Greg Menke <gregory.menke@gsfc.nasa.gov>
39
40        PR 405/bsps
41        PR 393/networking
42        * network/dec21140.c: Fix leak also known as PR393.
43        * network/elnk.c, network/if_media.h, network/mii.h: New files.
44        * network/Makefile.am: Reflect new files.
45
462003-04-15      Joel Sherrill <joel@OARcorp.com>
47
48        PR 387/rtems_misc
49        * ide/ata.c: Removed warning and moved to use of simpler libc routines.
50        * ide/ata_internal.h: Added missing newline and end of file.
51
522003-03-27      Joel Sherrill <joel@OARcorp.com>
53
54        * ide/Makefile.am: ATA code depends upon libchip/ide which is not
55        allowed in the cpukit source code since it must be buildable
56        independent of any BSP. These files were moved to libchip/ide.
57        * ide/ata.c, ide/ata.h, ide/ata_internal.h: New files.
58
592003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
60
61        PR 368/filesystems
62        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
63        now work on pc386 and mbx8xx.
64        * ide/ide_controller.c: New file.
65
662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove AC_CONFIG_AUX_DIR.
69
702003-02-20      Till Straumann <strauman@slac.stanford.edu>
71
72        PR 354/networking
73        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
74        against a table of supported chips. The untested
75        ones are still commented out, however.
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
80
812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: AC_PREREQ(2.57).
84
852002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * network/Makefile.am: Eliminate C_O_FILES.
88        * rtc/Makefile.am: Ditto.
89        * serial/Makefile.am: Ditto,
90
912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94        Don't use LIBC_DEFINES.
95        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
96        Don't use LIBC_DEFINES.
97        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98        Don't use LIBC_DEFINES.
99
1002002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
101
102        * network/cs8900.c: I don't know why we have to SelfST register
103        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
104
1052002-10-31      Joel Sherrill <joel@OARcorp.com>
106
107        * network/dec21140.c: Removed warnings.
108
1092002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
110
111        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
112        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
113        * configure.ac, Makefile.am: Modified to reflect changes above.
114
1152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * .cvsignore: Reformat.
118        Add autom4te*cache.
119        Remove autom4te.cache.
120
1212002-09-14      Joel Sherrill <joel@OARcorp.com>
122
123        * serial/z85c30.c: Eliminated warning by clarifying statement.
124
1252002-09-07      Chris Johns <ccj@acm.org>
126
127        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
128        network/cs8900.h: Significant update which corrects the problem
129        where the cs8900.c file was actually the BSP glue.  Joel did
130        some hacking so this file will compile.  Previously it required
131        providing a target.h file to compile.
132        * network/cs8900.c.bsp: New file.
133
1342002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
139
1402002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * serial/Makefile.am: Don't tmp-install lib.
143        * rtc/Makefile.am: Don't tmp-install lib.
144
1452002-07-16      Eric Norum <eric.norum@usask.ca>
146
147        * New driver for the Intel EtherExpressPro (82559ER) chip.
148        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
149        network/pci.h: New file.
150        * network/Makefile.am: Modified to reflect above.
151
1522001-05-14      Till Straumann <strauman@slac.stanford.edu>
153
154        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
155        Per PR215 address the following issues:
156            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
157              are no longer defined by libcpu (powerpc/shared/include/io.h)
158              but by the BSP (who is the only one to know the values)
159            - the affected BSP (shared/motorola) headers have been fixed
160              in a separate "libbsp/powerpc/shared" patch.
161            - the DEC 21140 driver (libchip/network/dec21140.c) has been
162              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
163              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
164              is to be defined by the BSP who is using this driver.
165            - the DEC driver also has been fixed to use the newer
166              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
167              delay_in_bus_cycles().
168
1692002-05-07      Chris Johns <ccj@acm.org>
170
171        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
172        lengths to remove the ethernet header as the FreeBSD (RTEMS)
173        stack requires it to be stripped.
174
1752002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * network/dec21140.c: Reflect changes to powerpc's
178        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
179
1802002-04-11      Chris Johns <ccj@acm.org>
181
182        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
183        control block field to the ifconfig network driver structure. This
184        field is needed by the i82586 driver which was ported from NetBSD
185        as it had better hardware abstraction.
186
1872002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * network/i82586.c: Include <string.h>.
190        * network/sonic.c: Ditto.
191
1922002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
195
1962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac:
199        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
200        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
201        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
205
2062002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
209
2102001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * network/sonic.h: Fix typo.
213
2142001-10-12      Joel Sherrill <joel@OARcorp.com>
215
216        * serial/z85c30.c: Fixed typo.
217
2182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
221        * configure.in: Remove.
222        * configure.ac: New file, generated from configure.in by autoupdate.
223
2242001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
227        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
228        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
229
2302001-09-27      Joel Sherrill <joel@OARcorp.com>
231
232        * ChangeLog: Fixed typo in date.
233
2342001-09-21      Joel Sherrill <joel@OARcorp.com>
235
236        * network/Makefile.am: Fixed typo on file name.
237        * network/i82586.c: Commented out line 318 which is referencing
238        a member of a structure that is not currently there.  This
239        needs to be worked out with Chris Johns <ccj@acm.org>.
240        Switched C++ style comments to C style.
241
2422001-09-19      Chris Johns <ccj@acm.org>
243
244        * network/README.i82586, network/i82586.c, network/i82586reg.h,
245        network/i82586var.h: New files.  Network driver for Intel
246        i82586.
247
2482001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
251
2522001-03-14      Joel Sherrill <joel@OARcorp.com>
253
254        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
255        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
256        to <libchip/sersupp.h> so libchip style serial drivers can
257        be written in libcpu or libbsp.
258
2592001-03-01      Joel Sherrill <joel@OARcorp.com>
260
261        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
262        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
263        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
264        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
265        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
266        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
267        serial/z85c30_reg.c: Corrected header.
268
2692001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
272        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
273
2742000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
275
276        * network/sonic.c: Added ipalign() routine to align the
277        received packet so that the ip header is on a 32-bit boundary.
278        Necessary for cpu's that do not allow unaligned loads and stores
279        and when the 32-bit DMA mode is used.
280
2812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
284
2852000-11-03      Chris Johns <ccj@acm.org>
286
287        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
288
2892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
292
2932000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
296        Switch to GNU canonicalization.
297
2982000-10-20      Joel Sherrill <joel@OARcorp.com>
299
300        * network/dec21140.c: Corrected attach to include "int attach"
301        parameter.
302
3032000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * network/Makefile.am: Use AM_*FLAGS += .. .
306        * ChangeLog: Fix formating.
307
3082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
311        Include compile.am.
312
3132000-08-10      Joel Sherrill <joel@OARcorp.com>
314
315        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.