source: rtems/c/src/libchip/ChangeLog @ 62ff2e4f

Last change on this file since 62ff2e4f was 62ff2e4f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/03 at 13:28:47

2003-09-03 Jiri Gaisler <jiri@…>

PR 477/networking

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