source: rtems/c/src/libchip/ChangeLog @ 0098b7aa

4.104.114.84.95
Last change on this file since 0098b7aa was 0098b7aa, checked in by Joel Sherrill <joel.sherrill@…>, on 06/13/03 at 18:23:03

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

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