commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. dd687a62dfb81ec125f41a257229f58d


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. dd687a62dfb81ec125f41a257229f58d80b7044d
Date: Sat, 26 Feb 2011 21:05:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  dd687a62dfb81ec125f41a257229f58d80b7044d (commit)
      from  3d095d907e0047621950b3dcd9ff8b1f3d596797 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dd687a62dfb81ec125f41a257229f58d80b7044d
Author: Samuel Thibault <address@hidden>
Date:   Sat Feb 26 21:57:11 2011 +0100

    Add console=comN boot option to enable serial console
    
    * i386/configfrag.ac (RCLINE, RCADDR): Remove defines.
    * i386/i386at/com.c: Include <string.h> and <util/atoi.h>
    [!RCLINE] (RCBAUD, comcndev, comcnprobe, comcninit, comcngetc, comcnputc):
    Declare and define macro, variable, and functions.
    (rcline): New variable.
    (kernel_cmdline): New declaration.
    (comcnprobe): Detect "console=comN" option and set rcline accordingly, use
    rcline instead of RCLINE for serial console selection.
    * i386/i386at/cons_conf.c [NCOM>0 && !RCLINE] (comcnprobe, comcninit,
    comcngetc, comcnputc): Declare functions.
    [NCOM>0 && !RCLINE] (constab): Enable "com" console.
    * i386/i386at/kd_event.c (kbdopen): Call kdinit function, for when the
    VGA+pckbd console was not initialized.

-----------------------------------------------------------------------

Summary of changes:
 i386/configfrag.ac      |   16 ----------------
 i386/i386at/com.c       |   23 ++++++++++++++---------
 i386/i386at/cons_conf.c |    4 ++--
 i386/i386at/kd_event.c  |    3 +++
 4 files changed, 19 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]