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

4.104.114.84.95
Last change on this file since 45805cc was 45805cc, checked in by Joel Sherrill <joel.sherrill@…>, on 01/06/02 at 20:06:53

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

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