2006-09-11 Joel Sherrill <joel@OARcorp.com>

* console/fb_vga.c, console/kd.h: Convert C++ style comments to C
	style.
This commit is contained in:
Joel Sherrill
2006-09-11 21:43:30 +00:00
parent 126694fa59
commit c6fda8106b
3 changed files with 20 additions and 65 deletions

View File

@@ -1,3 +1,8 @@
2006-09-11 Joel Sherrill <joel@OARcorp.com>
* console/fb_vga.c, console/kd.h: Convert C++ style comments to C
style.
2006-09-04 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c, start/start.S: Since the crude

View File

@@ -1,58 +1,13 @@
/*
/////////////////////////////////////////////////////////////////////////////
// $Header$
//
// Copyright (c) 2000 - Rosimildo da Silva ( rdasilva@connecttel.com )
//
// MODULE DESCRIPTION:
// This module implements the micro FB driver for "Bare VGA". It uses the
// routines for "bare hardware" that comes with MicroWindows.
//
// MODIFICATION/HISTORY:
//
// $Log$
// Revision 1.3 2004/04/21 16:01:33 ralf
// Remove duplicate white lines.
//
// 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 <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
//
//
/////////////////////////////////////////////////////////////////////////////
*/
* Copyright (c) 2000 - Rosimildo da Silva ( rdasilva@connecttel.com )
*
* MODULE DESCRIPTION:
* This module implements the micro FB driver for "Bare VGA". It uses the
* routines for "bare hardware" that comes with MicroWindows.
*
* $Id$
*
*/
#include <stdlib.h>
#include <stdio.h>

View File

@@ -1,15 +1,10 @@
/*
/////////////////////////////////////////////////////////////////////////////
// $Header$
//
// MODULE DESCRIPTION:
//
// This module was based on the Linux version kd.h
//
// by: Rosimildo da Silva: rdasilva@connecttel.com
//
/////////////////////////////////////////////////////////////////////////////
*/
* $Id$
*
* by: Rosimildo da Silva: rdasilva@connecttel.com
*
*
*/
#ifndef _LINUX_KD_H
#define _LINUX_KD_H