1 | 2000-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 | |
---|
7 | 2000-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 | |
---|
12 | 2000-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 | |
---|
18 | 2000-09-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> |
---|
19 | |
---|
20 | * start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional. |
---|
21 | |
---|
22 | 2000-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 | |
---|
29 | 2000-08-30 Joel Sherrill <joel@OARcorp.com> |
---|
30 | |
---|
31 | * console/keyboard.h: Changed numerous routines from extern inline |
---|
32 | to static inline. |
---|
33 | |
---|
34 | 2000-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 | |
---|
66 | 2000-08-10 Joel Sherrill <joel@OARcorp.com> |
---|
67 | |
---|
68 | * ChangeLog: New file. |
---|