source: rtems/c/src/libchip/ChangeLog @ 59a01a6e

4.104.114.84.95
Last change on this file since 59a01a6e was da35120d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 17:58:37

2002-12-11 Ralf Corsepius <corsepiu@…>

  • network/Makefile.am: Eliminate C_O_FILES.
  • rtc/Makefile.am: Ditto.
  • serial/Makefile.am: Ditto,
  • Property mode set to 100644
File size: 7.6 KB
Line 
12002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * network/Makefile.am: Eliminate C_O_FILES.
4        * rtc/Makefile.am: Ditto.
5        * serial/Makefile.am: Ditto,
6
72002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        Don't use LIBC_DEFINES.
11        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        Don't use LIBC_DEFINES.
13        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        Don't use LIBC_DEFINES.
15
162002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
17
18        * network/cs8900.c: I don't know why we have to SelfST register
19        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
20
212002-10-31      Joel Sherrill <joel@OARcorp.com>
22
23        * network/dec21140.c: Removed warnings.
24
252002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
26
27        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
28        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
29        * configure.ac, Makefile.am: Modified to reflect changes above.
30
312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Reformat.
34        Add autom4te*cache.
35        Remove autom4te.cache.
36
372002-09-14      Joel Sherrill <joel@OARcorp.com>
38
39        * serial/z85c30.c: Eliminated warning by clarifying statement.
40
412002-09-07      Chris Johns <ccj@acm.org>
42
43        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
44        network/cs8900.h: Significant update which corrects the problem
45        where the cs8900.c file was actually the BSP glue.  Joel did
46        some hacking so this file will compile.  Previously it required
47        providing a target.h file to compile.
48        * network/cs8900.c.bsp: New file.
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
55
562002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * serial/Makefile.am: Don't tmp-install lib.
59        * rtc/Makefile.am: Don't tmp-install lib.
60
612002-07-16      Eric Norum <eric.norum@usask.ca>
62
63        * New driver for the Intel EtherExpressPro (82559ER) chip.
64        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
65        network/pci.h: New file.
66        * network/Makefile.am: Modified to reflect above.
67
682001-05-14      Till Straumann <strauman@slac.stanford.edu>
69
70        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
71        Per PR215 address the following issues:
72            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
73              are no longer defined by libcpu (powerpc/shared/include/io.h)
74              but by the BSP (who is the only one to know the values)
75            - the affected BSP (shared/motorola) headers have been fixed
76              in a separate "libbsp/powerpc/shared" patch.
77            - the DEC 21140 driver (libchip/network/dec21140.c) has been
78              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
79              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
80              is to be defined by the BSP who is using this driver.
81            - the DEC driver also has been fixed to use the newer
82              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
83              delay_in_bus_cycles().
84
852002-05-07      Chris Johns <ccj@acm.org>
86
87        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
88        lengths to remove the ethernet header as the FreeBSD (RTEMS)
89        stack requires it to be stripped.
90
912002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * network/dec21140.c: Reflect changes to powerpc's
94        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
95
962002-04-11      Chris Johns <ccj@acm.org>
97
98        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
99        control block field to the ifconfig network driver structure. This
100        field is needed by the i82586 driver which was ported from NetBSD
101        as it had better hardware abstraction.
102
1032002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * network/i82586.c: Include <string.h>.
106        * network/sonic.c: Ditto.
107
1082002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
111
1122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac:
115        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
116        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
117        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
121
1222002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
125
1262001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * network/sonic.h: Fix typo.
129
1302001-10-12      Joel Sherrill <joel@OARcorp.com>
131
132        * serial/z85c30.c: Fixed typo.
133
1342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
137        * configure.in: Remove.
138        * configure.ac: New file, generated from configure.in by autoupdate.
139
1402001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
143        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
144        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
145
1462001-09-27      Joel Sherrill <joel@OARcorp.com>
147
148        * ChangeLog: Fixed typo in date.
149
1502001-09-21      Joel Sherrill <joel@OARcorp.com>
151
152        * network/Makefile.am: Fixed typo on file name.
153        * network/i82586.c: Commented out line 318 which is referencing
154        a member of a structure that is not currently there.  This
155        needs to be worked out with Chris Johns <ccj@acm.org>.
156        Switched C++ style comments to C style.
157
1582001-09-19      Chris Johns <ccj@acm.org>
159
160        * network/README.i82586, network/i82586.c, network/i82586reg.h,
161        network/i82586var.h: New files.  Network driver for Intel
162        i82586.
163
1642001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
167
1682001-03-14      Joel Sherrill <joel@OARcorp.com>
169
170        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
171        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
172        to <libchip/sersupp.h> so libchip style serial drivers can
173        be written in libcpu or libbsp.
174
1752001-03-01      Joel Sherrill <joel@OARcorp.com>
176
177        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
178        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
179        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
180        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
181        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
182        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
183        serial/z85c30_reg.c: Corrected header.
184
1852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
188        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
189
1902000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
191
192        * network/sonic.c: Added ipalign() routine to align the
193        received packet so that the ip header is on a 32-bit boundary.
194        Necessary for cpu's that do not allow unaligned loads and stores
195        and when the 32-bit DMA mode is used.
196
1972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
200
2012000-11-03      Chris Johns <ccj@acm.org>
202
203        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
204
2052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
208
2092000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
212        Switch to GNU canonicalization.
213
2142000-10-20      Joel Sherrill <joel@OARcorp.com>
215
216        * network/dec21140.c: Corrected attach to include "int attach"
217        parameter.
218
2192000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * network/Makefile.am: Use AM_*FLAGS += .. .
222        * ChangeLog: Fix formating.
223
2242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
227        Include compile.am.
228
2292000-08-10      Joel Sherrill <joel@OARcorp.com>
230
231        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.