Changeset 411b6a6 in mainline for kernel/arch/sparc64/src/console.c


Ignore:
Timestamp:
2009-03-07T16:08:40Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c84368e
Parents:
e06da7e
Message:

Complete emancipation of kernel serial controller drivers (i8042, ns16550 and
z8530). Provide a common keyboard module for PC and Sun keyboards. The serial
line module is still to follow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/console.c

    re06da7e r411b6a6  
    4141#include <arch/drivers/sgcn.h>
    4242
    43 #ifdef CONFIG_Z8530
    44 #include <genarch/kbd/z8530.h>
    45 #endif
    46 #ifdef CONFIG_NS16550
    47 #include <genarch/kbd/ns16550.h>
    48 #endif
    49 
    5043#include <console/chardev.h>
    5144#include <console/console.h>
     
    7164{
    7265#ifdef CONFIG_FB
    73         stdin = NULL;
    74 
    7566        ofw_tree_property_t *prop;
    7667        ofw_tree_node_t *screen;
Note: See TracChangeset for help on using the changeset viewer.