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

4.104.114.84.95
Last change on this file since 4cb5d29 was 4cb5d29, checked in by Joel Sherrill <joel.sherrill@…>, on 09/29/00 at 13:33:23

2000-09-29 Charles-Antoine Gauthier <charles.gauthier@…>

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