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

4.104.114.84.95
Last change on this file since d0d73ec was 418c652, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:50:52

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

  • network/Makefile.am: Use .$(OBJEXT) instead of .o.
    • rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
    • serial/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
6
72002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * serial/Makefile.am: Don't tmp-install lib.
10        * rtc/Makefile.am: Don't tmp-install lib.
11
122002-07-16      Eric Norum <eric.norum@usask.ca>
13
14        * New driver for the Intel EtherExpressPro (82559ER) chip.
15        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
16        network/pci.h: New file.
17        * network/Makefile.am: Modified to reflect above.
18
192001-05-14      Till Straumann <strauman@slac.stanford.edu>
20
21        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
22        Per PR215 address the following issues:
23            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
24              are no longer defined by libcpu (powerpc/shared/include/io.h)
25              but by the BSP (who is the only one to know the values)
26            - the affected BSP (shared/motorola) headers have been fixed
27              in a separate "libbsp/powerpc/shared" patch.
28            - the DEC 21140 driver (libchip/network/dec21140.c) has been
29              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
30              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
31              is to be defined by the BSP who is using this driver.
32            - the DEC driver also has been fixed to use the newer
33              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
34              delay_in_bus_cycles().
35
362002-05-07      Chris Johns <ccj@acm.org>
37
38        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
39        lengths to remove the ethernet header as the FreeBSD (RTEMS)
40        stack requires it to be stripped.
41
422002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * network/dec21140.c: Reflect changes to powerpc's
45        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
46
472002-04-11      Chris Johns <ccj@acm.org>
48
49        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
50        control block field to the ifconfig network driver structure. This
51        field is needed by the i82586 driver which was ported from NetBSD
52        as it had better hardware abstraction.
53
542002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * network/i82586.c: Include <string.h>.
57        * network/sonic.c: Ditto.
58
592002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
62
632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac:
66        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
67        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
68        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
72
732002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
76
772001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * network/sonic.h: Fix typo.
80
812001-10-12      Joel Sherrill <joel@OARcorp.com>
82
83        * serial/z85c30.c: Fixed typo.
84
852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
88        * configure.in: Remove.
89        * configure.ac: New file, generated from configure.in by autoupdate.
90
912001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
94        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
95        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
96
972001-09-27      Joel Sherrill <joel@OARcorp.com>
98
99        * ChangeLog: Fixed typo in date.
100
1012001-09-21      Joel Sherrill <joel@OARcorp.com>
102
103        * network/Makefile.am: Fixed typo on file name.
104        * network/i82586.c: Commented out line 318 which is referencing
105        a member of a structure that is not currently there.  This
106        needs to be worked out with Chris Johns <ccj@acm.org>.
107        Switched C++ style comments to C style.
108
1092001-09-19      Chris Johns <ccj@acm.org>
110
111        * network/README.i82586, network/i82586.c, network/i82586reg.h,
112        network/i82586var.h: New files.  Network driver for Intel
113        i82586.
114
1152001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
118
1192001-03-14      Joel Sherrill <joel@OARcorp.com>
120
121        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
122        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
123        to <libchip/sersupp.h> so libchip style serial drivers can
124        be written in libcpu or libbsp.
125
1262001-03-01      Joel Sherrill <joel@OARcorp.com>
127
128        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
129        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
130        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
131        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
132        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
133        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
134        serial/z85c30_reg.c: Corrected header.
135
1362001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
139        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
140
1412000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
142
143        * network/sonic.c: Added ipalign() routine to align the
144        received packet so that the ip header is on a 32-bit boundary.
145        Necessary for cpu's that do not allow unaligned loads and stores
146        and when the 32-bit DMA mode is used.
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-03      Chris Johns <ccj@acm.org>
153
154        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
155
1562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
159
1602000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
163        Switch to GNU canonicalization.
164
1652000-10-20      Joel Sherrill <joel@OARcorp.com>
166
167        * network/dec21140.c: Corrected attach to include "int attach"
168        parameter.
169
1702000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * network/Makefile.am: Use AM_*FLAGS += .. .
173        * ChangeLog: Fix formating.
174
1752000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
178        Include compile.am.
179
1802000-08-10      Joel Sherrill <joel@OARcorp.com>
181
182        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.