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

4.104.114.84.95
Last change on this file since c31deeb was 7ed57bd, checked in by Joel Sherrill <joel.sherrill@…>, on 03/20/02 at 14:20:44

2002-03-16 Ralf Corsepius <corsepiu@…>

  • PR139
  • configure.ac: Remove stray ';', breaks building with automake-1.6.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12002-03-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * PR139
4        * configure.ac: Remove stray ';', breaks building with automake-1.6.
5
62002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
9
102001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
13        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
14
152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
18
192001-10-12      Joel Sherrill <joel@OARcorp.com>
20
21        * console/inch.c: Fixed typo.
22
232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
26        * configure.in: Remove.
27        * configure.ac: New file, generated from configure.in by autoupdate.
28
292001-09-27      Joel Sherrill <joel@OARcorp.com>
30
31        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
32
332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * include/Makefile.am: Use 'CLEANFILES ='.
36        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
37        * console/Makefile.am: Use 'PREINSTALL_FILES ='.
38        * Makefile.am: Use 'TMPINSTALL_FILES ='.
39
402001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * console/Makefile.am: Remove RTEMS_H_FILES.
43        * start/start16.S: include <bspopts.h> to get NEW_GAS.
44
452001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.in: Add bspopts.h.
48        * include/.cvsignore: Add bspopts.h*, stamp-h*.
49        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
50        * 3c509/Makefile.am: Dito.
51        * console/Makefile.am: Dito.
52        * include/bsp.h: Include bspopts.h.
53
542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
55
56        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
57
582001-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * ne2000/ne2000.c: Remove #define __INSIDE_RTEMS_BSD_TCPIP_STACK__.
61
622001-01-05      Joel Sherrill <joel@OARcorp.com>
63
64        * console/vt.c: Added include of <rtems.h> so _CPU_ISR_disable
65        would be visible.
66
672000-12-05       Eric Valette <valette@crf.canon.fr>
68
69        * console/inch.c, console/keyboard.c, console/pc_keyb.c,
70        console/vt.c, include/bsp.h: Correct incorrect interrupt level
71        handling in new keyboard management code.  Correct
72        BSP_poll_char initialization routine.
73        * start/start.S, startup/bspstart.c: Correct when the video is
74        initialized.
75        * timer/timer.c (Calibrate_1ms_loop): Address problem where this
76        did not work correctly on all PC speeds. The new calibrate routine
77        has been tested on Pentium 166, pentium II 200, pentium III
78        300 Mhz and does work as expected.
79
802000-12-05      Joel Sherrill <joel@OARcorp.com>
81
82        * pc386/console/console.c, pc386/console/serial_mouse.c,
83        pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings.
84
852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
88
892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
92
932000-11-01      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
96        and libcsupport.h moved from libc to lib/include/rtems and
97        now must be referenced as <rtems/XXX.h>.   Header file order
98        was cleaned up while doing this.
99
1002000-10-29      Joel Sherrill <joel@OARcorp.com>
101
102        * startup/sbrk.c: Removed.  Redundant with shared version.
103
1042000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
107        Switch to GNU canonicalization.
108
1092000-10-23      Joel Sherrill <joel@OARcorp.com>
110
111        * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF.
112
1132000-10-20      Rosimildo da Silva <rdasilva@connecttel.com>
114
115        * console/serial_mouse.c: Added support for changing serial parameters.
116
1172000-10-20      Joel Sherrill <joel@OARcorp.com>
118
119        * include/wd80x3.h: Added file header and logic to prevent multiple
120        inclusions of this file.
121        * wd8003/wd8003.c: Corrected attach to include "int attach" parameter.
122
1232000-10-20      Joel Sherrill <joel@OARcorp.com>
124
125        * include/bsp.h: Cleaned up network driver name and attach defines.
126
1272000-10-20      Dmitry Kargapolov <dk@gentex.ru>
128
129        * ne2000/ne2000.c: Fix some errors in the driver. 
130        1. There was no sufficient check of data in ethernet header.
131        The code in ne_rx_daemon() was:
132            inport_word (dport, len);
133            ...
134            len -= 4;
135              ...
136            if (len > 0)
137              ne_read_data (sc, startaddr, len, p);
138        Unfortunately, sometimes my NIC gave me too big len value,
139        the result was memory override.  To fix this, I added ethernet
140        header data checking.
141
142        2. The way overrides were serviced was not good.  It was complex
143        but sometimes did not provide reliable continuing of NIC working.
144        I had the situation of an endless loop in ne_check_status()
145        after override processing.
146
147        3. There was conceptual error of porting.  The old method of
148        overrides curing was ported from the OS-s, where override-processing
149        did start immediately.  But RTEMS-version uses events, and cleaning
150        of the overrides can start later.
151
152        I selected the way of ne2000 programming that is used
153        in freebsd kernel (v4.0).
154
155        Because of both problems, incorrect data in header of raw packet
156        and receiver override, it went through ne_reset() and fully
157        reset the ne2000.
158
159        So, in summary
160        - added detecting of the incorrect data in ethernet header;
161        - replaced handling of receiver overrides with new scheme,
162        via resetting of NIC, this method is used also in case of
163        invalid header detecting.
164
1652000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
166
167        * console/console.c, console/serial_mouse.c, include/bsp.h:
168        Add the ability to set parity, number of data bits and
169        number of stop bits to the existing i386 serial drivers.
170
1712000-10-17      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
174        to libbsp/i386/shared/irq.
175
1762000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
177
178        * startup/linkcmds: Added lines so DWARF debug information
179        would be available.  Otherwise gdb complains that the offsets
180        for the debug info are incorrect and doesn't load the files.
181
1822000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
185
1862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
189        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
190        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
191        compile.am
192
1932000-08-30      Joel Sherrill <joel@OARcorp.com>
194
195        * console/keyboard.h: Changed numerous routines from extern inline
196        to static inline.
197
1982000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
199
200        * Major rework of the "/dev/console" driver.
201        * Added termios support for stdin ( keyboard ).
202        * Added ioctls() to support modes similar to Linux( XLATE,
203        RAW, MEDIUMRAW ).
204        * Added Keyboard mapping and handling of the keyboard's leds.
205        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
206        controller ( 16 colors ).
207        * Added PS/2 and Serial mouse support for PC386 BSP.
208        * console/defkeymap.c: New file.
209        * console/fb_vga.c: New file.
210        * console/fb_vga.h: New file.
211        * console/i386kbd.h: New file.
212        * console/kd.h: New file.
213        * console/keyboard.c: New file.
214        * console/keyboard.h: New file.
215        * console/mouse_parser.c: New file.
216        * console/mouse_parser.h: New file.
217        * console/pc_keyb.c: New file.
218        * console/ps2_drv.h: New file.
219        * console/ps2_mouse.c: New file.
220        * console/ps2_mouse.h: New file.
221        * console/serial_mouse.c: New file.
222        * console/serial_mouse.h: New file.
223        * console/vgainit.c: New file.
224        * console/vt.c: New file.
225        * console/Makefile.am: Reflect new files.
226        * console/console.c, console/inch.c, console/outch.c: Console
227        functionality modifications.
228        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
229
2302000-08-10      Joel Sherrill <joel@OARcorp.com>
231
232        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.