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

4.104.114.84.95
Last change on this file since 743d9548 was b0c3aaf2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/30/00 at 17:06:23

2000-08-30 Joel Sherrill <joel@…>

  • console/keyboard.h: Changed numerous routines from extern inline to static inline.
  • Property mode set to 100644
File size: 1.4 KB
Line 
12000-08-30      Joel Sherrill <joel@OARcorp.com>
2
3        * console/keyboard.h: Changed numerous routines from extern inline
4        to static inline.
5
62000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>
7
8        * Major rework of the "/dev/console" driver.
9        * Added termios support for stdin ( keyboard ).
10        * Added ioctls() to support modes similar to Linux( XLATE,
11        RAW, MEDIUMRAW ).
12        * Added Keyboard mapping and handling of the keyboard's leds.
13        * Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA
14        controller ( 16 colors ).
15        * Added PS/2 and Serial mouse support for PC386 BSP.
16        * console/defkeymap.c: New file.
17        * console/fb_vga.c: New file.
18        * console/fb_vga.h: New file.
19        * console/i386kbd.h: New file.
20        * console/kd.h: New file.
21        * console/keyboard.c: New file.
22        * console/keyboard.h: New file.
23        * console/mouse_parser.c: New file.
24        * console/mouse_parser.h: New file.
25        * console/pc_keyb.c: New file.
26        * console/ps2_drv.h: New file.
27        * console/ps2_mouse.c: New file.
28        * console/ps2_mouse.h: New file.
29        * console/serial_mouse.c: New file.
30        * console/serial_mouse.h: New file.
31        * console/vgainit.c: New file.
32        * console/vt.c: New file.
33        * console/Makefile.am: Reflect new files.
34        * console/console.c, console/inch.c, console/outch.c: Console
35        functionality modifications.
36        * startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c
37
382000-08-10      Joel Sherrill <joel@OARcorp.com>
39
40        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.