summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/ChangeLog
blob: e5e9d8fed69bfe7268d59535a2dfbbecb7113eef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* start/Makefile.am: Remove AM_CPPFLAGS and GAS_CODE16 conditional.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* 3c509/Makefile.am, clock/Makefile.am, console/Makefile.am,
	ne2000/Makefile.am, start/Makefile.am, startup/Makefile.am,
	timer/Makefile.am, wd8003/Makefile.am, wrapup/Makefile.am: Include
	compile.am

2000-08-30	Joel Sherrill <joel@OARcorp.com>

	* console/keyboard.h: Changed numerous routines from extern inline
	to static inline.

2000-08-26  Rosimildo da Silva  <rdasilva@connecttel.com>

	* Major rework of the "/dev/console" driver. 
	* Added termios support for stdin ( keyboard ). 
	* Added ioctls() to support modes similar to Linux( XLATE,
	RAW, MEDIUMRAW ).
	* Added Keyboard mapping and handling of the keyboard's leds.
	* Added Micro FrameBuffer driver ( "/dev/fb0" ) for bare VGA 
	controller ( 16 colors ). 
	* Added PS/2 and Serial mouse support for PC386 BSP. 
	* console/defkeymap.c: New file.
	* console/fb_vga.c: New file.
	* console/fb_vga.h: New file.
	* console/i386kbd.h: New file.
	* console/kd.h: New file.
	* console/keyboard.c: New file.
	* console/keyboard.h: New file.
	* console/mouse_parser.c: New file.
	* console/mouse_parser.h: New file.
	* console/pc_keyb.c: New file.
	* console/ps2_drv.h: New file.
	* console/ps2_mouse.c: New file.
	* console/ps2_mouse.h: New file.
	* console/serial_mouse.c: New file.
	* console/serial_mouse.h: New file.
	* console/vgainit.c: New file.
	* console/vt.c: New file.
	* console/Makefile.am: Reflect new files.
	* console/console.c, console/inch.c, console/outch.c: Console
	functionality modifications.
	* startup/Makefile.am: Pick up tty_drv.c and gdb_glue.c

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.