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

4.104.114.84.95
Last change on this file since 664db30b was 664db30b, checked in by Joel Sherrill <joel.sherrill@…>, on 10/18/00 at 15:51:41

2000-10-18 Charles-Antoine Gauthier <charles.gauthier@…>

  • console/console.c, console/serial_mouse.c, include/bsp.h: Add the ability to set parity, number of data bits and number of stop bits to the existing i386 serial drivers.
  • Property mode set to 100644
File size: 2.4 KB
Line 
12000-10-18       Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
2
3        * console/console.c, console/serial_mouse.c, include/bsp.h:
4        Add the ability to set parity, number of data bits and
5        number of stop bits to the existing i386 serial drivers.
6
72000-10-17      Joel Sherrill <joel@OARcorp.com>
8
9        * startup/Makefile.am: Added idt.c since it has been moved libcpu/i386
10        to libbsp/i386/shared/irq.
11
122000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
13
14        * startup/linkcmds: Added lines so DWARF debug information
15        would be available.  Otherwise gdb complains that the offsets
16        for the debug info are incorrect and doesn't load the files.
17
182000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.
21
222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
25        ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
26        timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
27        compile.am
28
292000-08-30      Joel Sherrill <joel@OARcorp.com>
30
31        * console/keyboard.h: Changed numerous routines from extern inline
32        to static inline.
33
342000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
35
36        * Major rework of the "/dev/console" driver.
37        * Added termios support for stdin ( keyboard ).
38        * Added ioctls() to support modes similar to Linux( XLATE,
39        RAW, MEDIUMRAW ).
40        * Added Keyboard mapping and handling of the keyboard's leds.
41        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
42        controller ( 16 colors ).
43        * Added PS/2 and Serial mouse support for PC386 BSP.
44        * console/defkeymap.c: New file.
45        * console/fb_vga.c: New file.
46        * console/fb_vga.h: New file.
47        * console/i386kbd.h: New file.
48        * console/kd.h: New file.
49        * console/keyboard.c: New file.
50        * console/keyboard.h: New file.
51        * console/mouse_parser.c: New file.
52        * console/mouse_parser.h: New file.
53        * console/pc_keyb.c: New file.
54        * console/ps2_drv.h: New file.
55        * console/ps2_mouse.c: New file.
56        * console/ps2_mouse.h: New file.
57        * console/serial_mouse.c: New file.
58        * console/serial_mouse.h: New file.
59        * console/vgainit.c: New file.
60        * console/vt.c: New file.
61        * console/Makefile.am: Reflect new files.
62        * console/console.c, console/inch.c, console/outch.c: Console
63        functionality modifications.
64        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
65
662000-08-10      Joel Sherrill <joel@OARcorp.com>
67
68        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.