source: rtems/c/src/libchip/ChangeLog @ 1065f16

4.104.114.84.95
Last change on this file since 1065f16 was 1065f16, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 17:35:16

2001-05-14 Till Straumann <strauman@…>

  • bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am: Per PR215 address the following issues:
    • _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET are no longer defined by libcpu (powerpc/shared/include/io.h) but by the BSP (who is the only one to know the values)
    • the affected BSP (shared/motorola) headers have been fixed in a separate "libbsp/powerpc/shared" patch.
    • the DEC 21140 driver (libchip/network/dec21140.c) has been fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET. and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE is to be defined by the BSP who is using this driver.
    • the DEC driver also has been fixed to use the newer rtems_bsp_delay_in_bus_cycles() instead of the obsolete delay_in_bus_cycles().
  • Property mode set to 100644
File size: 5.5 KB
RevLine 
[1065f16]12001-05-14      Till Straumann <strauman@slac.stanford.edu>
2
3        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
4        Per PR215 address the following issues:
5            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
6              are no longer defined by libcpu (powerpc/shared/include/io.h)
7              but by the BSP (who is the only one to know the values)
8            - the affected BSP (shared/motorola) headers have been fixed
9              in a separate "libbsp/powerpc/shared" patch.
10            - the DEC 21140 driver (libchip/network/dec21140.c) has been
11              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
12              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
13              is to be defined by the BSP who is using this driver.
14            - the DEC driver also has been fixed to use the newer
15              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
16              delay_in_bus_cycles().
17
[6f0d0527]182002-05-07      Chris Johns <ccj@acm.org>
19
20        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
21        lengths to remove the ethernet header as the FreeBSD (RTEMS)
22        stack requires it to be stripped.
23
[7c4ef9c]242002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * network/dec21140.c: Reflect changes to powerpc's
27        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
28
[18b6986]292002-04-11      Chris Johns <ccj@acm.org>
30
31        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
32        control block field to the ifconfig network driver structure. This
33        field is needed by the i82586 driver which was ported from NetBSD
34        as it had better hardware abstraction.
35
[9c6a99f]362002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * network/i82586.c: Include <string.h>.
39        * network/sonic.c: Ditto.
40
[a2ddad1a]412002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
44
[657af74]452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
54
[03e9564]552002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
58
[c752ff2d]592001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * network/sonic.h: Fix typo.
62
[4f7a0f4]632001-10-12      Joel Sherrill <joel@OARcorp.com>
64
65        * serial/z85c30.c: Fixed typo.
66
[df25c998]672001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
70        * configure.in: Remove.
71        * configure.ac: New file, generated from configure.in by autoupdate.
72
[e414566]732001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
76        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
77        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
78
[6846a2f]792001-09-27      Joel Sherrill <joel@OARcorp.com>
80
81        * ChangeLog: Fixed typo in date.
82
832001-09-21      Joel Sherrill <joel@OARcorp.com>
[ed13346]84
85        * network/Makefile.am: Fixed typo on file name.
86        * network/i82586.c: Commented out line 318 which is referencing
87        a member of a structure that is not currently there.  This
88        needs to be worked out with Chris Johns <ccj@acm.org>.
89        Switched C++ style comments to C style.
90
[6a9db57]912001-09-19      Chris Johns <ccj@acm.org>
92
93        * network/README.i82586, network/i82586.c, network/i82586reg.h,
94        network/i82586var.h: New files.  Network driver for Intel
95        i82586.
96
[7ed4416]972001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
100
[7e05b53]1012001-03-14      Joel Sherrill <joel@OARcorp.com>
102
103        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
104        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
105        to <libchip/sersupp.h> so libchip style serial drivers can
106        be written in libcpu or libbsp.
107
[f010a5e]1082001-03-01      Joel Sherrill <joel@OARcorp.com>
109
110        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
111        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
112        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
113        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
114        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
115        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
116        serial/z85c30_reg.c: Corrected header.
117
[d3795e3e]1182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
121        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
122
[f6ef823a]1232000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
124
125        * network/sonic.c: Added ipalign() routine to align the
126        received packet so that the ip header is on a 32-bit boundary.
127        Necessary for cpu's that do not allow unaligned loads and stores
128        and when the 32-bit DMA mode is used.
129
[feead226]1302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
133
[1f14ff4]1342000-11-03      Chris Johns <ccj@acm.org>
135
136        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
137
[a314d3b4]1382000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
141
[2735b82]1422000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
145        Switch to GNU canonicalization.
146
[461fa1bc]1472000-10-20      Joel Sherrill <joel@OARcorp.com>
148
149        * network/dec21140.c: Corrected attach to include "int attach"
150        parameter.
151
[8af6d15]1522000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * network/Makefile.am: Use AM_*FLAGS += .. .
155        * ChangeLog: Fix formating.
156
[1070c61]1572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
160        Include compile.am.
161
[e94ad1fe]1622000-08-10      Joel Sherrill <joel@OARcorp.com>
163
164        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.