source: rtems/c/src/libchip/ChangeLog @ 94f4a9ba

4.104.114.84.95
Last change on this file since 94f4a9ba was 2b947a4, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/02 at 22:37:13

2002-07-16 Eric Norum <eric.norum@…>

  • New driver for the Intel EtherExpressPro? (82559ER) chip.
  • network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h, network/pci.h: New file.
  • network/Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12002-07-16      Eric Norum <eric.norum@usask.ca>
2
3        * New driver for the Intel EtherExpressPro (82559ER) chip.
4        * network/if_fxp.c, network/if_fxpreg.h, network/if_fxpvar.h,
5        network/pci.h: New file.
6        * network/Makefile.am: Modified to reflect above.
7
82001-05-14      Till Straumann <strauman@slac.stanford.edu>
9
10        * bootloader/Makefile.am, console/Makefile.am, pci/Makefile.am:
11        Per PR215 address the following issues:
12            - _IO_BASE, _ISA_MEM_BASE and PCI_DRAM_OFFSET
13              are no longer defined by libcpu (powerpc/shared/include/io.h)
14              but by the BSP (who is the only one to know the values)
15            - the affected BSP (shared/motorola) headers have been fixed
16              in a separate "libbsp/powerpc/shared" patch.
17            - the DEC 21140 driver (libchip/network/dec21140.c) has been
18              fixed to use PCI_DRAM_OFFSET instead of PREP_PCI_DRAM_OFFSET.
19              and PCI_MEM_BASE instead of PREP_ISA_MEM_BASE. PCI_MEM_BASE
20              is to be defined by the BSP who is using this driver.
21            - the DEC driver also has been fixed to use the newer
22              rtems_bsp_delay_in_bus_cycles() instead of the obsolete
23              delay_in_bus_cycles().
24
252002-05-07      Chris Johns <ccj@acm.org>
26
27        * c/src/libchip/network/i82586.c: Per PR210, adjust the mbuf
28        lengths to remove the ethernet header as the FreeBSD (RTEMS)
29        stack requires it to be stripped.
30
312002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * network/dec21140.c: Reflect changes to powerpc's
34        rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
35
362002-04-11      Chris Johns <ccj@acm.org>
37
38        * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
39        control block field to the ifconfig network driver structure. This
40        field is needed by the i82586 driver which was ported from NetBSD
41        as it had better hardware abstraction.
42
432002-04-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * network/i82586.c: Include <string.h>.
46        * network/sonic.c: Ditto.
47
482002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
51
522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac:
55        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
56        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
57        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
622002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
65
662001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * network/sonic.h: Fix typo.
69
702001-10-12      Joel Sherrill <joel@OARcorp.com>
71
72        * serial/z85c30.c: Fixed typo.
73
742001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
77        * configure.in: Remove.
78        * configure.ac: New file, generated from configure.in by autoupdate.
79
802001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
83        * network/Makefile.am: Use 'PREINSTALL_FILES ='.
84        * serial/Makefile.am: Use 'PREINSTALL_FILES ='.
85
862001-09-27      Joel Sherrill <joel@OARcorp.com>
87
88        * ChangeLog: Fixed typo in date.
89
902001-09-21      Joel Sherrill <joel@OARcorp.com>
91
92        * network/Makefile.am: Fixed typo on file name.
93        * network/i82586.c: Commented out line 318 which is referencing
94        a member of a structure that is not currently there.  This
95        needs to be worked out with Chris Johns <ccj@acm.org>.
96        Switched C++ style comments to C style.
97
982001-09-19      Chris Johns <ccj@acm.org>
99
100        * network/README.i82586, network/i82586.c, network/i82586reg.h,
101        network/i82586var.h: New files.  Network driver for Intel
102        i82586.
103
1042001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
107
1082001-03-14      Joel Sherrill <joel@OARcorp.com>
109
110        * serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
111        serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
112        to <libchip/sersupp.h> so libchip style serial drivers can
113        be written in libcpu or libbsp.
114
1152001-03-01      Joel Sherrill <joel@OARcorp.com>
116
117        * network/cs8900.c, network/cs8900.h, network/sonic.c, network/sonic.h,
118        rtc/icm7170_reg.c, rtc/icm7170_reg2.c, rtc/icm7170_reg4.c,
119        rtc/icm7170_reg8.c, rtc/m48t08_reg.c, rtc/m48t08_reg2.c,
120        rtc/m48t08_reg4.c, rtc/m48t08_reg8.c, serial/mc68681_reg.c,
121        serial/mc68681_reg2.c, serial/mc68681_reg4.c, serial/mc68681_reg8.c,
122        serial/z85c30.c, serial/z85c30.h, serial/z85c30_p.h,
123        serial/z85c30_reg.c: Corrected header.
124
1252001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
128        Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
129
1302000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
131
132        * network/sonic.c: Added ipalign() routine to align the
133        received packet so that the ip header is on a 32-bit boundary.
134        Necessary for cpu's that do not allow unaligned loads and stores
135        and when the 32-bit DMA mode is used.
136
1372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
140
1412000-11-03      Chris Johns <ccj@acm.org>
142
143        * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
144
1452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
148
1492000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
152        Switch to GNU canonicalization.
153
1542000-10-20      Joel Sherrill <joel@OARcorp.com>
155
156        * network/dec21140.c: Corrected attach to include "int attach"
157        parameter.
158
1592000-09-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * network/Makefile.am: Use AM_*FLAGS += .. .
162        * ChangeLog: Fix formating.
163
1642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
167        Include compile.am.
168
1692000-08-10      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.