source: rtems/c/src/libchip/ChangeLog @ 11bbeb9

4.104.114.84.95
Last change on this file since 11bbeb9 was 11bbeb9, checked in by Joel Sherrill <joel.sherrill@…>, on 10/28/02 at 13:57:06

2002-10-28 Eugeny S. Mints <Eugeny.Mints@…>

  • New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h, ide/ide_ctrl_io.h, ide/ide_ctrl.h:
  • configure.ac, Makefile.am: Modified to reflect changes above.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
2
3        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
4        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
5        * configure.ac, Makefile.am: Modified to reflect changes above.
6
72002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * .cvsignore: Reformat.
10        Add autom4te*cache.
11        Remove autom4te.cache.
12
132002-09-14      Joel Sherrill <joel@OARcorp.com>
14
15        * serial/z85c30.c: Eliminated warning by clarifying statement.
16
172002-09-07      Chris Johns <ccj@acm.org>
18
19        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
20        network/cs8900.h: Significant update which corrects the problem
21        where the cs8900.c file was actually the BSP glue.  Joel did
22        some hacking so this file will compile.  Previously it required
23        providing a target.h file to compile.
24        * network/cs8900.c.bsp: New file.
25
262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
31
322002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * serial/Makefile.am: Don't tmp-install lib.
35        * rtc/Makefile.am: Don't tmp-install lib.
36
372002-07-16      Eric Norum <eric.norum@usask.ca>
38
39        * New driver for the Intel EtherExpressPro (82559ER) chip.
40        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
41        network/pci.h: New file.
42        * network/Makefile.am: Modified to reflect above.
43
442001-05-14      Till Straumann <strauman@slac.stanford.edu>
45
46        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
47        Per PR215 address the following issues:
48            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
49              are no longer defined by libcpu (powerpc/shared/include/io.h)
50              but by the BSP (who is the only one to know the values)
51            - the affected BSP (shared/motorola) headers have been fixed
52              in a separate "libbsp/powerpc/shared" patch.
53            - the DEC 21140 driver (libchip/network/dec21140.c) has been
54              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
55              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
56              is to be defined by the BSP who is using this driver.
57            - the DEC driver also has been fixed to use the newer
58              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
59              delay_in_bus_cycles().
60
612002-05-07      Chris Johns <ccj@acm.org>
62
63        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
64        lengths to remove the ethernet header as the FreeBSD (RTEMS)
65        stack requires it to be stripped.
66
672002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * network/dec21140.c: Reflect changes to powerpc's
70        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
71
722002-04-11      Chris Johns <ccj@acm.org>
73
74        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
75        control block field to the ifconfig network driver structure. This
76        field is needed by the i82586 driver which was ported from NetBSD
77        as it had better hardware abstraction.
78
792002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * network/i82586.c: Include <string.h>.
82        * network/sonic.c: Ditto.
83
842002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
87
882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac:
91        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
92        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
93        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
101
1022001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * network/sonic.h: Fix typo.
105
1062001-10-12      Joel Sherrill <joel@OARcorp.com>
107
108        * serial/z85c30.c: Fixed typo.
109
1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
113        * configure.in: Remove.
114        * configure.ac: New file, generated from configure.in by autoupdate.
115
1162001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
119        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
120        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
121
1222001-09-27      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: Fixed typo in date.
125
1262001-09-21      Joel Sherrill <joel@OARcorp.com>
127
128        * network/Makefile.am: Fixed typo on file name.
129        * network/i82586.c: Commented out line 318 which is referencing
130        a member of a structure that is not currently there.  This
131        needs to be worked out with Chris Johns <ccj@acm.org>.
132        Switched C++ style comments to C style.
133
1342001-09-19      Chris Johns <ccj@acm.org>
135
136        * network/README.i82586, network/i82586.c, network/i82586reg.h,
137        network/i82586var.h: New files.  Network driver for Intel
138        i82586.
139
1402001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
143
1442001-03-14      Joel Sherrill <joel@OARcorp.com>
145
146        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
147        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
148        to <libchip/sersupp.h> so libchip style serial drivers can
149        be written in libcpu or libbsp.
150
1512001-03-01      Joel Sherrill <joel@OARcorp.com>
152
153        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
154        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
155        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
156        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
157        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
158        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
159        serial/z85c30_reg.c: Corrected header.
160
1612001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
164        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
165
1662000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
167
168        * network/sonic.c: Added ipalign() routine to align the
169        received packet so that the ip header is on a 32-bit boundary.
170        Necessary for cpu's that do not allow unaligned loads and stores
171        and when the 32-bit DMA mode is used.
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-03      Chris Johns <ccj@acm.org>
178
179        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
180
1812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
184
1852000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
188        Switch to GNU canonicalization.
189
1902000-10-20      Joel Sherrill <joel@OARcorp.com>
191
192        * network/dec21140.c: Corrected attach to include "int attach"
193        parameter.
194
1952000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * network/Makefile.am: Use AM_*FLAGS += .. .
198        * ChangeLog: Fix formating.
199
2002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
203        Include compile.am.
204
2052000-08-10      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.