From cba119c9f55829c1866db1844c32e487e429533a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 17 Oct 2005 10:34:02 +0000 Subject: Remove CVS Log --- c/src/lib/libbsp/i386/pc386/console/fb_vga.h | 42 ---------------- c/src/lib/libbsp/i386/pc386/console/kd.h | 39 --------------- c/src/lib/libbsp/i386/pc386/console/ps2_drv.h | 42 ---------------- c/src/lib/libbsp/i386/pc386/console/serial_mouse.c | 31 ------------ c/src/lib/libbsp/i386/pc386/console/serial_mouse.h | 42 ---------------- c/src/lib/libbsp/i386/shared/comm/i386_io.h | 19 -------- c/src/lib/libbsp/i386/shared/comm/tty_drv.c | 57 ---------------------- c/src/lib/libbsp/i386/shared/comm/tty_drv.h | 22 --------- 8 files changed, 294 deletions(-) (limited to 'c/src/lib/libbsp/i386') diff --git a/c/src/lib/libbsp/i386/pc386/console/fb_vga.h b/c/src/lib/libbsp/i386/pc386/console/fb_vga.h index 9030f13b4b..be1491db81 100644 --- a/c/src/lib/libbsp/i386/pc386/console/fb_vga.h +++ b/c/src/lib/libbsp/i386/pc386/console/fb_vga.h @@ -13,48 +13,6 @@ * rdasilva@connecttel.com * http://www.connecttel.com * - * MODIFICATION/HISTORY: - * - * $Log$ - * Revision 1.3 2004/04/21 10:42:44 ralf - * Remove stray white spaces. - * - * Revision 1.2 2004/04/15 13:26:12 ralf - * Remove stray white spaces. - * - * Revision 1.1 2000/08/30 08:15:30 joel - * 2000-08-26 Rosimildo da Silva - * - * * 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 - * ****************************************************************************/ /* functions */ diff --git a/c/src/lib/libbsp/i386/pc386/console/kd.h b/c/src/lib/libbsp/i386/pc386/console/kd.h index 1e4bc4ffeb..36c9f52296 100644 --- a/c/src/lib/libbsp/i386/pc386/console/kd.h +++ b/c/src/lib/libbsp/i386/pc386/console/kd.h @@ -8,45 +8,6 @@ // // by: Rosimildo da Silva: rdasilva@connecttel.com // -// MODIFICATION/HISTORY: -// $Log$ -// Revision 1.2 2004/04/21 10:42:44 ralf -// Remove stray white spaces. -// -// Revision 1.1 2000/08/30 08:15:30 joel -// 2000-08-26 Rosimildo da Silva -// -// * 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 -// -// ///////////////////////////////////////////////////////////////////////////// */ diff --git a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h index 2f55272d64..86468407df 100644 --- a/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h +++ b/c/src/lib/libbsp/i386/pc386/console/ps2_drv.h @@ -12,48 +12,6 @@ * rdasilva@connecttel.com * http://www.connecttel.com * - * MODIFICATION/HISTORY: - * - * $Log$ - * Revision 1.3 2004/04/21 10:42:44 ralf - * Remove stray white spaces. - * - * Revision 1.2 2004/04/15 13:26:12 ralf - * Remove stray white spaces. - * - * Revision 1.1 2000/08/30 08:15:30 joel - * 2000-08-26 Rosimildo da Silva - * - * * 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 - * ****************************************************************************/ /* functions */ diff --git a/c/src/lib/libbsp/i386/pc386/console/serial_mouse.c b/c/src/lib/libbsp/i386/pc386/console/serial_mouse.c index bcd861e512..25451c784f 100644 --- a/c/src/lib/libbsp/i386/pc386/console/serial_mouse.c +++ b/c/src/lib/libbsp/i386/pc386/console/serial_mouse.c @@ -15,37 +15,6 @@ * rdasilva@connecttel.com * http://www.connecttel.com * - * MODIFICATION/HISTORY: - * - * $Log$ - * Revision 1.8 2005/04/18 17:21:58 jennifer - * 2005-04-18 Eric Valette - * - * * clock/ckinit.c, console/console.c, console/ps2_mouse.c, - * console/serial_mouse.c, timer/timer.c: Added parameter to irq handler - * - * Revision 1.7 2004/04/21 16:01:33 ralf - * Remove duplicate white lines. - * - * Revision 1.6 2004/04/21 10:42:44 ralf - * Remove stray white spaces. - * - * Revision 1.5 2000/12/05 16:37:38 joel - * 2000-12-01 Joel Sherrill - * - * * pc386/console/console.c, pc386/console/serial_mouse.c, - * pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings. - * - * Revision 1.4 2000/10/23 14:10:25 joel - * 2000-10-23 Joel Sherrill - * - * * console/serial_mouse.c: Fixed typos introduced by removal of CR/LF. - * - * Revision 1.3 2000/10/20 16:01:13 joel - * 2000-10-20 Rosimildo da Silva - * - * * console/serial_mouse.c: Added support for changing serial parameters. - * ****************************************************************************/ #include diff --git a/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h b/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h index b5642f19d6..98c6dbe05a 100644 --- a/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h +++ b/c/src/lib/libbsp/i386/pc386/console/serial_mouse.h @@ -12,48 +12,6 @@ * rdasilva@connecttel.com * http://www.connecttel.com * - * MODIFICATION/HISTORY: - * - * $Log$ - * Revision 1.3 2004/04/21 10:42:44 ralf - * Remove stray white spaces. - * - * Revision 1.2 2004/04/15 13:26:12 ralf - * Remove stray white spaces. - * - * Revision 1.1 2000/08/30 08:15:30 joel - * 2000-08-26 Rosimildo da Silva - * - * * 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 - * ****************************************************************************/ /* functions */ diff --git a/c/src/lib/libbsp/i386/shared/comm/i386_io.h b/c/src/lib/libbsp/i386/shared/comm/i386_io.h index 8823750306..a59392dcac 100644 --- a/c/src/lib/libbsp/i386/shared/comm/i386_io.h +++ b/c/src/lib/libbsp/i386/shared/comm/i386_io.h @@ -11,25 +11,6 @@ // // by: Rosimildo da Silva: rdasilva@connecttel.com // -// MODIFICATION/HISTORY: -// $Log$ -// Revision 1.2 2004/04/15 13:26:12 ralf -// Remove stray white spaces. -// -// Revision 1.1 2000/08/30 08:18:56 joel -// 2000-08-26 Rosimildo da Silva -// -// * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for -// the i386 BSPs. -// * shared/comm/gdb_glue.c: New file. -// * shared/comm/i386_io.c: New file. -// * shared/comm/tty_drv.c: New file. -// * shared/comm/tty_drv.h: New file. -// * shared/comm/Makefile.am: Account for new files. -// * shared/comm/uart.c: Adds support for sending characters to -// another "line discipline." -// -// ///////////////////////////////////////////////////////////////////////////// */ diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c index a3f6e4ff69..767ef9f8bc 100644 --- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.c +++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.c @@ -15,63 +15,6 @@ * rdasilva@connecttel.com * http://www.connecttel.com * - * MODIFICATION/HISTORY: - * - * $Log$ - * Revision 1.8 2005/05/03 14:45:12 jennifer - * 2005-05-03 Jennifer Averett - * - * * comm/tty_drv.c: Modified to support addition of parameter to ISRs. - * - * Revision 1.7 2004/04/21 16:01:33 ralf - * Remove duplicate white lines. - * - * Revision 1.6 2004/04/21 10:42:44 ralf - * Remove stray white spaces. - * - * Revision 1.5 2001/08/16 20:52:05 joel - * 2001-08-16 Mike Siers - * - * * comm/tty_drv.c, comm/uart.c: Correct some minor cut and paste bugs. - * - * Revision 1.4 2001/07/03 17:56:32 joel - * 2001-07-03 Mike Seirs - * - * * comm/tty_drv.c, comm/uart.c, comm/uart.h: Adds the capability - * to use task driven serial I/O to ti386 BSPs. This patch leaves thex - * default I/O mode to be IRQ. If you want to use task I/O mode, - * then the tty_drv.c file needs to be modified. Basically, all - * you need to change is the data values of the termios callbacks - * structure. This callback structure is used in the tty1_open - * and tty2_open functions. The values you need to set are commented - * out in the source code. - * - * Revision 1.3 2000/12/05 16:37:38 joel - * 2000-12-01 Joel Sherrill - * - * * pc386/console/console.c, pc386/console/serial_mouse.c, - * pc386/console/vgainit.c, shared/comm/tty_drv.c: Remove warnings. - * - * Revision 1.2 2000/10/18 16:10:50 joel - * 2000-10-18 Charles-Antoine Gauthier - * - * * comm/i386-stub-glue.c, comm/tty_drv.c, comm/uart.c, comm/uart.h: - * Add the ability to set parity, number of data bits and - * number of stop bits to the existing i386 serial drivers. - * - * Revision 1.1 2000/08/30 08:18:56 joel - * 2000-08-26 Rosimildo da Silva - * - * * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for - * the i386 BSPs. - * * shared/comm/gdb_glue.c: New file. - * * shared/comm/i386_io.c: New file. - * * shared/comm/tty_drv.c: New file. - * * shared/comm/tty_drv.h: New file. - * * shared/comm/Makefile.am: Account for new files. - * * shared/comm/uart.c: Adds support for sending characters to - * another "line discipline." - * ****************************************************************************/ #include diff --git a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h index 82319b3aa5..75f3d50c26 100644 --- a/c/src/lib/libbsp/i386/shared/comm/tty_drv.h +++ b/c/src/lib/libbsp/i386/shared/comm/tty_drv.h @@ -12,28 +12,6 @@ * rdasilva@connecttel.com * http://www.connecttel.com * - * MODIFICATION/HISTORY: - * - * $Log$ - * Revision 1.3 2004/04/21 10:42:44 ralf - * Remove stray white spaces. - * - * Revision 1.2 2004/04/15 13:26:12 ralf - * Remove stray white spaces. - * - * Revision 1.1 2000/08/30 08:18:56 joel - * 2000-08-26 Rosimildo da Silva - * - * * shared/comm: Added "/dev/ttyS1" & "/dev/ttyS2" support for - * the i386 BSPs. - * * shared/comm/gdb_glue.c: New file. - * * shared/comm/i386_io.c: New file. - * * shared/comm/tty_drv.c: New file. - * * shared/comm/tty_drv.h: New file. - * * shared/comm/Makefile.am: Account for new files. - * * shared/comm/uart.c: Adds support for sending characters to - * another "line discipline." - * ****************************************************************************/ /* functions */ -- cgit v1.2.3