source: rtems/c/src/libchip/ChangeLog @ 08d4344

Last change on this file since 08d4344 was 08d4344, checked in by Joel Sherrill <joel.sherrill@…>, on 03/25/03 at 18:25:03

2003-03-25 Thomas Doerfler <Thomas.Doerfler@…>

PR 368/filesystems

  • ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which now work on pc386 and mbx8xx.
  • ide/ide_controller.c: New file.
  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[08d4344]12003-03-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
2
3        PR 368/filesystems
4        * ide/Makefile.am, ide/ide_ctrl_cfg.h: General improvements which
5        now work on pc386 and mbx8xx.
6        * ide/ide_controller.c: New file.
7
[b18646c9]82003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: Remove AC_CONFIG_AUX_DIR.
11
[8daecd8]122003-02-20      Till Straumann <strauman@slac.stanford.edu>
13
[6ba05a77]14        PR 354/networking
[8daecd8]15        * network/if_fxp.c (Intel eepro network driver): re-enabled the chip
16        against a table of supported chips. The untested
17        ones are still commented out, however.
18
[ccd81b60]192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
22
[9b5c258]232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AC_PREREQ(2.57).
26
[da35120d]272002-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * network/Makefile.am: Eliminate C_O_FILES.
30        * rtc/Makefile.am: Ditto.
31        * serial/Makefile.am: Ditto,
32
[1c36c3e4]332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * serial/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        Don't use LIBC_DEFINES.
37        * rtc/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        Don't use LIBC_DEFINES.
39        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        Don't use LIBC_DEFINES.
41
[aae96a2]422002-11-13      Jay Monkman <jtm@smoothsmoothie.com>
43
44        * network/cs8900.c: I don't know why we have to SelfST register
45        twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
46
[c22aeb4]472002-10-31      Joel Sherrill <joel@OARcorp.com>
48
49        * network/dec21140.c: Removed warnings.
50
[11bbeb9]512002-10-28      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
52
53        * New files: New directory ide/, ide/Makefile.am, ide/ide_ctrl_cfg.h,
54        ide/ide_ctrl_io.h, ide/ide_ctrl.h:
55        * configure.ac, Makefile.am: Modified to reflect changes above.
56
[8730f45]572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Reformat.
60        Add autom4te*cache.
61        Remove autom4te.cache.
62
[973bf436]632002-09-14      Joel Sherrill <joel@OARcorp.com>
64
65        * serial/z85c30.c: Eliminated warning by clarifying statement.
66
[a2117cd6]672002-09-07      Chris Johns <ccj@acm.org>
68
69        * network/Makefile.am, network/README.cs8900, network/cs8900.c,
70        network/cs8900.h: Significant update which corrects the problem
71        where the cs8900.c file was actually the BSP glue.  Joel did
72        some hacking so this file will compile.  Previously it required
73        providing a target.h file to compile.
74        * network/cs8900.c.bsp: New file.
75
[418c652]762002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
79        * rtc/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
81
[2f0a1dc1]822002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * serial/Makefile.am: Don't tmp-install lib.
85        * rtc/Makefile.am: Don't tmp-install lib.
86
[2b947a4]872002-07-16      Eric Norum <eric.norum@usask.ca>
88
89        * New driver for the Intel EtherExpressPro (82559ER) chip.
90        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
91        network/pci.h: New file.
92        * network/Makefile.am: Modified to reflect above.
93
[1065f16]942001-05-14      Till Straumann <strauman@slac.stanford.edu>
95
96        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
97        Per PR215 address the following issues:
98            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
99              are no longer defined by libcpu (powerpc/shared/include/io.h)
100              but by the BSP (who is the only one to know the values)
101            - the affected BSP (shared/motorola) headers have been fixed
102              in a separate "libbsp/powerpc/shared" patch.
103            - the DEC 21140 driver (libchip/network/dec21140.c) has been
104              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
105              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
106              is to be defined by the BSP who is using this driver.
107            - the DEC driver also has been fixed to use the newer
108              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
109              delay_in_bus_cycles().
110
[6f0d0527]1112002-05-07      Chris Johns <ccj@acm.org>
112
113        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
114        lengths to remove the ethernet header as the FreeBSD (RTEMS)
115        stack requires it to be stripped.
116
[7c4ef9c]1172002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * network/dec21140.c: Reflect changes to powerpc's
120        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
121
[18b6986]1222002-04-11      Chris Johns <ccj@acm.org>
123
124        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
125        control block field to the ifconfig network driver structure. This
126        field is needed by the i82586 driver which was ported from NetBSD
127        as it had better hardware abstraction.
128
[9c6a99f]1292002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * network/i82586.c: Include <string.h>.
132        * network/sonic.c: Ditto.
133
[a2ddad1a]1342002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
137
[657af74]1382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac:
141        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
142        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
143        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
[03e9564]1482002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
151
[c752ff2d]1522001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * network/sonic.h: Fix typo.
155
[4f7a0f4]1562001-10-12      Joel Sherrill <joel@OARcorp.com>
157
158        * serial/z85c30.c: Fixed typo.
159
[df25c998]1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
[e414566]1662001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
169        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
170        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
171
[6846a2f]1722001-09-27      Joel Sherrill <joel@OARcorp.com>
173
174        * ChangeLog: Fixed typo in date.
175
1762001-09-21      Joel Sherrill <joel@OARcorp.com>
[ed13346]177
178        * network/Makefile.am: Fixed typo on file name.
179        * network/i82586.c: Commented out line 318 which is referencing
180        a member of a structure that is not currently there.  This
181        needs to be worked out with Chris Johns <ccj@acm.org>.
182        Switched C++ style comments to C style.
183
[6a9db57]1842001-09-19      Chris Johns <ccj@acm.org>
185
186        * network/README.i82586, network/i82586.c, network/i82586reg.h,
187        network/i82586var.h: New files.  Network driver for Intel
188        i82586.
189
[7ed4416]1902001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
193
[7e05b53]1942001-03-14      Joel Sherrill <joel@OARcorp.com>
195
196        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
197        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
198        to <libchip/sersupp.h> so libchip style serial drivers can
199        be written in libcpu or libbsp.
200
[f010a5e]2012001-03-01      Joel Sherrill <joel@OARcorp.com>
202
203        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
204        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
205        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
206        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
207        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
208        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
209        serial/z85c30_reg.c: Corrected header.
210
[d3795e3e]2112001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
214        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
215
[f6ef823a]2162000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
217
218        * network/sonic.c: Added ipalign() routine to align the
219        received packet so that the ip header is on a 32-bit boundary.
220        Necessary for cpu's that do not allow unaligned loads and stores
221        and when the 32-bit DMA mode is used.
222
[feead226]2232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
226
[1f14ff4]2272000-11-03      Chris Johns <ccj@acm.org>
228
229        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
230
[a314d3b4]2312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
234
[2735b82]2352000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
238        Switch to GNU canonicalization.
239
[461fa1bc]2402000-10-20      Joel Sherrill <joel@OARcorp.com>
241
242        * network/dec21140.c: Corrected attach to include "int attach"
243        parameter.
244
[8af6d15]2452000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * network/Makefile.am: Use AM_*FLAGS += .. .
248        * ChangeLog: Fix formating.
249
[1070c61]2502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
253        Include compile.am.
254
[e94ad1fe]2552000-08-10      Joel Sherrill <joel@OARcorp.com>
256
257        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.