source: rtems/c/src/libchip/ChangeLog @ 1c36c3e4

4.104.114.84.95
Last change on this file since 1c36c3e4 was 1c36c3e4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/10/02 at 08:40:39

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

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