1 |
1026 |
ivang |
2002-07-16 Eric Norum
|
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 |
|
|
|
8 |
|
|
2001-05-14 Till Straumann
|
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 |
|
|
|
25 |
|
|
2002-05-07 Chris Johns
|
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 |
|
|
|
31 |
|
|
2002-04-18 Ralf Corsepius
|
32 |
|
|
|
33 |
|
|
* network/dec21140.c: Reflect changes to powerpc's
|
34 |
|
|
rtems/score/cpu.h. Use __PPC__ for gcc-3.x compliance.
|
35 |
|
|
|
36 |
|
|
2002-04-11 Chris Johns
|
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 |
|
|
|
43 |
|
|
2002-04-04 Ralf Corsepius
|
44 |
|
|
|
45 |
|
|
* network/i82586.c: Include .
|
46 |
|
|
* network/sonic.c: Ditto.
|
47 |
|
|
|
48 |
|
|
2002-04-01 Ralf Corsepius
|
49 |
|
|
|
50 |
|
|
* configure.ac: AC_DEFINE(CPU_U32_FIX) for sparc.
|
51 |
|
|
|
52 |
|
|
2002-03-27 Ralf Corsepius
|
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 |
|
|
|
62 |
|
|
2002-01-03 Ralf Corsepius
|
63 |
|
|
|
64 |
|
|
* network/cs8900.c: Include rtems/bspIo.h instead of bspIo.h.
|
65 |
|
|
|
66 |
|
|
2001-11-26 Ralf Corsepius
|
67 |
|
|
|
68 |
|
|
* network/sonic.h: Fix typo.
|
69 |
|
|
|
70 |
|
|
2001-10-12 Joel Sherrill
|
71 |
|
|
|
72 |
|
|
* serial/z85c30.c: Fixed typo.
|
73 |
|
|
|
74 |
|
|
2001-10-11 Ralf Corsepius
|
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 |
|
|
|
80 |
|
|
2001-09-28 Ralf Corsepius
|
81 |
|
|
|
82 |
|
|
* rtc/Makefile.am: Use 'PREINSTALL_FILES ='.
|
83 |
|
|
* network/Makefile.am: Use 'PREINSTALL_FILES ='.
|
84 |
|
|
* serial/Makefile.am: Use 'PREINSTALL_FILES ='.
|
85 |
|
|
|
86 |
|
|
2001-09-27 Joel Sherrill
|
87 |
|
|
|
88 |
|
|
* ChangeLog: Fixed typo in date.
|
89 |
|
|
|
90 |
|
|
2001-09-21 Joel Sherrill
|
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 .
|
96 |
|
|
Switched C++ style comments to C style.
|
97 |
|
|
|
98 |
|
|
2001-09-19 Chris Johns
|
99 |
|
|
|
100 |
|
|
* network/README.i82586, network/i82586.c, network/i82586reg.h,
|
101 |
|
|
network/i82586var.h: New files. Network driver for Intel
|
102 |
|
|
i82586.
|
103 |
|
|
|
104 |
|
|
2001-04-27 Ralf Corsepius
|
105 |
|
|
|
106 |
|
|
* configure.in: Add [-ansi -fasm] to RTEMS_PROG_CC_FOR_TARGET.
|
107 |
|
|
|
108 |
|
|
2001-03-14 Joel Sherrill
|
109 |
|
|
|
110 |
|
|
* serial/Makefile.am, serial/mc68681.c, serial/ns16550.c,
|
111 |
|
|
serial/serprobe.c, serial/z85c30.c: Now install sersupp.h
|
112 |
|
|
to so libchip style serial drivers can
|
113 |
|
|
be written in libcpu or libbsp.
|
114 |
|
|
|
115 |
|
|
2001-03-01 Joel Sherrill
|
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 |
|
|
|
125 |
|
|
2001-02-03 Ralf Corsepius
|
126 |
|
|
|
127 |
|
|
* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
|
128 |
|
|
Apply include_*HEADERS instead of H_FILES, replace ${..} with $(..).
|
129 |
|
|
|
130 |
|
|
2000-11-13 Jiri Gaisler
|
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 |
|
|
|
137 |
|
|
2000-11-09 Ralf Corsepius
|
138 |
|
|
|
139 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
140 |
|
|
|
141 |
|
|
2000-11-03 Chris Johns
|
142 |
|
|
|
143 |
|
|
* network/README.cs8900, network/cs8900.c, network/cs8900.h: New files.
|
144 |
|
|
|
145 |
|
|
2000-11-02 Ralf Corsepius
|
146 |
|
|
|
147 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
148 |
|
|
|
149 |
|
|
2000-10-25 Ralf Corsepius
|
150 |
|
|
|
151 |
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
152 |
|
|
Switch to GNU canonicalization.
|
153 |
|
|
|
154 |
|
|
2000-10-20 Joel Sherrill
|
155 |
|
|
|
156 |
|
|
* network/dec21140.c: Corrected attach to include "int attach"
|
157 |
|
|
parameter.
|
158 |
|
|
|
159 |
|
|
2000-09-05 Ralf Corsepius
|
160 |
|
|
|
161 |
|
|
* network/Makefile.am: Use AM_*FLAGS += .. .
|
162 |
|
|
* ChangeLog: Fix formating.
|
163 |
|
|
|
164 |
|
|
2000-09-04 Ralf Corsepius
|
165 |
|
|
|
166 |
|
|
* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:
|
167 |
|
|
Include compile.am.
|
168 |
|
|
|
169 |
|
|
2000-08-10 Joel Sherrill
|
170 |
|
|
|
171 |
|
|
* ChangeLog: New file.
|