source: rtems/c/src/lib/libbsp/i386/pc386/ChangeLog @ f471a45c

4.104.114.84.95
Last change on this file since f471a45c was f471a45c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/12/02 at 05:12:39

2002-08-12 Ralf Corsepius <corsepiu@…>

  • console/ps2_mouse.c: Include <string.h> (for abort/exit).
  • Property mode set to 100644
File size: 10.3 KB
Line 
12002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/ps2_mouse.c: Include <string.h> (for abort/exit).
4
52002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
16
172002-07-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * startup/ldsegs.S: #include <asm.h>.
20        * include/bsp.h: Remove _IBMPC_chrdy (is not a public function).
21        Remove printk (Now in bspIo.h).
22
232002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Eliminate PGM.
26        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
27        Add bsplib_DATA += $(PROJECT_RELEASE)/lib/start16$(LIB_VARIANT).bin.
28
292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
32
332002-07-16      Eric Norum <eric.norum@usask.ca>
34
35        * console/console.c: Others on the rtems-users list have expressed
36        concern about this run-time selection, so I've enclosed the changes
37        in a #ifdef RTEMS_RUNTIME_CONSOLE_SELECT conditional.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
42        Remove $(OBJS) from all-local.
43
442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
47
482001-05-09      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds: In support of gcc 3.1, added one of more
51        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
52        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
53        and direction of segments to memory regions may also have been
54        addressed.  This was a sweep across all BSPs.
55 
562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac:
59        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
60        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
61        * 3c509/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * ne2000/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * wd8003/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
72
732002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * PR139
76        * configure.ac: Remove stray ';', breaks building with automake-1.6.
77
782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
81
822001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
85        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
86
872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
90
912001-10-12      Joel Sherrill <joel@OARcorp.com>
92
93        * console/inch.c: Fixed typo.
94
952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
1012001-09-27      Joel Sherrill <joel@OARcorp.com>
102
103        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
104
1052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * include/Makefile.am: Use 'CLEANFILES ='.
108        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
109        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
110        * Makefile.am: Use 'TMPINSTALL_FILES ='.
111
1122001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * console/Makefile.am: Remove RTEMS_H_FILES.
115        * start/start16.S: include <bspopts.h> to get NEW_GAS.
116
1172001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.in: Add bspopts.h.
120        * include/.cvsignore: Add bspopts.h*, stamp-h*.
121        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
122        * 3c509/Makefile.am: Dito.
123        * console/Makefile.am: Dito.
124        * include/bsp.h: Include bspopts.h.
125
1262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
127
128        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
129
1302001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
133
1342001-01-05      Joel Sherrill <joel@OARcorp.com>
135
136        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
137        would be visible.
138
1392000-12-05       Eric Valette <valette@crf.canon.fr>
140
141        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
142        console/vt.c, include/bsp.h: Correct incorrect interrupt level
143        handling in new keyboard management code.  Correct
144        BSP_poll_char initialization routine.
145        * start/start.S, startup/bspstart.c: Correct when the video is
146        initialized.
147        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
148        did not work correctly on all PC speeds. The new calibrate routine
149        has been tested on Pentium 166, pentium II 200, pentium III
150        300 Mhz and does work as expected.
151
1522000-12-05      Joel Sherrill <joel@OARcorp.com>
153
154        * pc386/console/console.c, pc386/console/serial_mouse.c,
155        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
156
1572000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
160
1612000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
164
1652000-11-01      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
168        and libcsupport.h moved from libc to lib/include/rtems and
169        now must be referenced as <rtems/XXX.h>.   Header file order
170        was cleaned up while doing this.
171
1722000-10-29      Joel Sherrill <joel@OARcorp.com>
173
174        * startup/sbrk.c: Removed.  Redundant with shared version.
175
1762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
179        Switch to GNU canonicalization.
180
1812000-10-23      Joel Sherrill <joel@OARcorp.com>
182
183        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
184
1852000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
186
187        * console/serial_mouse.c: Added support for changing serial parameters.
188
1892000-10-20      Joel Sherrill <joel@OARcorp.com>
190
191        * include/wd80x3.h: Added file header and logic to prevent multiple
192        inclusions of this file.
193        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
194
1952000-10-20      Joel Sherrill <joel@OARcorp.com>
196
197        * include/bsp.h: Cleaned up network driver name and attach defines.
198
1992000-10-20      Dmitry Kargapolov <dk@gentex.ru>
200
201        * ne2000/ne2000.c: Fix some errors in the driver. 
202        1. There was no sufficient check of data in ethernet header.
203        The code in ne_rx_daemon() was:
204            inport_word (dport, len);
205            ...
206            len -= 4;
207              ...
208            if (len > 0)
209              ne_read_data (sc, startaddr, len, p);
210        Unfortunately, sometimes my NIC gave me too big len value,
211        the result was memory override.  To fix this, I added ethernet
212        header data checking.
213
214        2. The way overrides were serviced was not good.  It was complex
215        but sometimes did not provide reliable continuing of NIC working.
216        I had the situation of an endless loop in ne_check_status()
217        after override processing.
218
219        3. There was conceptual error of porting.  The old method of
220        overrides curing was ported from the OS-s, where override-processing
221        did start immediately.  But RTEMS-version uses events, and cleaning
222        of the overrides can start later.
223
224        I selected the way of ne2000 programming that is used
225        in freebsd kernel (v4.0).
226
227        Because of both problems, incorrect data in header of raw packet
228        and receiver override, it went through ne_reset() and fully
229        reset the ne2000.
230
231        So, in summary
232        - added detecting of the incorrect data in ethernet header;
233        - replaced handling of receiver overrides with new scheme,
234        via resetting of NIC, this method is used also in case of
235        invalid header detecting.
236
2372000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
238
239        * console/console.c, console/serial_mouse.c, include/bsp.h:
240        Add the ability to set parity, number of data bits and
241        number of stop bits to the existing i386 serial drivers.
242
2432000-10-17      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
246        to libbsp/i386/shared/irq.
247
2482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
249
250        * startup/linkcmds: Added lines so DWARF debug information
251        would be available.  Otherwise gdb complains that the offsets
252        for the debug info are incorrect and doesn't load the files.
253
2542000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
257
2582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
261        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
262        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
263        compile.am
264
2652000-08-30      Joel Sherrill <joel@OARcorp.com>
266
267        * console/keyboard.h: Changed numerous routines from extern inline
268        to static inline.
269
2702000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
271
272        * Major rework of the "/dev/console" driver.
273        * Added termios support for stdin ( keyboard ).
274        * Added ioctls() to support modes similar to Linux( XLATE,
275        RAW, MEDIUMRAW ).
276        * Added Keyboard mapping and handling of the keyboard's leds.
277        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
278        controller ( 16 colors ).
279        * Added PS/2 and Serial mouse support for PC386 BSP.
280        * console/defkeymap.c: New file.
281        * console/fb_vga.c: New file.
282        * console/fb_vga.h: New file.
283        * console/i386kbd.h: New file.
284        * console/kd.h: New file.
285        * console/keyboard.c: New file.
286        * console/keyboard.h: New file.
287        * console/mouse_parser.c: New file.
288        * console/mouse_parser.h: New file.
289        * console/pc_keyb.c: New file.
290        * console/ps2_drv.h: New file.
291        * console/ps2_mouse.c: New file.
292        * console/ps2_mouse.h: New file.
293        * console/serial_mouse.c: New file.
294        * console/serial_mouse.h: New file.
295        * console/vgainit.c: New file.
296        * console/vt.c: New file.
297        * console/Makefile.am: Reflect new files.
298        * console/console.c, console/inch.c, console/outch.c: Console
299        functionality modifications.
300        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
301
3022000-08-10      Joel Sherrill <joel@OARcorp.com>
303
304        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.