source: rtems/c/src/libchip/ChangeLog @ 6f0d0527

4.104.114.84.95
Last change on this file since 6f0d0527 was 6f0d0527, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 15:16:39

2002-05-07 Chris Johns <ccj@…>

  • c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf lengths to remove the ethernet header as the FreeBSD (RTEMS) stack requires it to be stripped.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12002-05-07      Chris Johns <ccj@acm.org>
2
3        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
4        lengths to remove the ethernet header as the FreeBSD (RTEMS)
5        stack requires it to be stripped.
6
72002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * network/dec21140.c: Reflect changes to powerpc's
10        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
11
122002-04-11      Chris Johns <ccj@acm.org>
13
14        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
15        control block field to the ifconfig network driver structure. This
16        field is needed by the i82586 driver which was ported from NetBSD
17        as it had better hardware abstraction.
18
192002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * network/i82586.c: Include <string.h>.
22        * network/sonic.c: Ditto.
23
242002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
27
282002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac:
31        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
32        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
33        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
37
382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
41
422001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * network/sonic.h: Fix typo.
45
462001-10-12      Joel Sherrill <joel@OARcorp.com>
47
48        * serial/z85c30.c: Fixed typo.
49
502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
53        * configure.in: Remove.
54        * configure.ac: New file, generated from configure.in by autoupdate.
55
562001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
59        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
60        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
61
622001-09-27      Joel Sherrill <joel@OARcorp.com>
63
64        * ChangeLog: Fixed typo in date.
65
662001-09-21      Joel Sherrill <joel@OARcorp.com>
67
68        * network/Makefile.am: Fixed typo on file name.
69        * network/i82586.c: Commented out line 318 which is referencing
70        a member of a structure that is not currently there.  This
71        needs to be worked out with Chris Johns <ccj@acm.org>.
72        Switched C++ style comments to C style.
73
742001-09-19      Chris Johns <ccj@acm.org>
75
76        * network/README.i82586, network/i82586.c, network/i82586reg.h,
77        network/i82586var.h: New files.  Network driver for Intel
78        i82586.
79
802001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
83
842001-03-14      Joel Sherrill <joel@OARcorp.com>
85
86        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
87        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
88        to <libchip/sersupp.h> so libchip style serial drivers can
89        be written in libcpu or libbsp.
90
912001-03-01      Joel Sherrill <joel@OARcorp.com>
92
93        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
94        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
95        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
96        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
97        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
98        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
99        serial/z85c30_reg.c: Corrected header.
100
1012001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
104        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
105
1062000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
107
108        * network/sonic.c: Added ipalign() routine to align the
109        received packet so that the ip header is on a 32-bit boundary.
110        Necessary for cpu's that do not allow unaligned loads and stores
111        and when the 32-bit DMA mode is used.
112
1132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
116
1172000-11-03      Chris Johns <ccj@acm.org>
118
119        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
120
1212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
124
1252000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
128        Switch to GNU canonicalization.
129
1302000-10-20      Joel Sherrill <joel@OARcorp.com>
131
132        * network/dec21140.c: Corrected attach to include "int attach"
133        parameter.
134
1352000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * network/Makefile.am: Use AM_*FLAGS += .. .
138        * ChangeLog: Fix formating.
139
1402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
143        Include compile.am.
144
1452000-08-10      Joel Sherrill <joel@OARcorp.com>
146
147        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.