add support for simple character input via the system console
authorNathan Binkert <binkertn@umich.edu>
Mon, 22 Dec 2003 22:51:14 +0000 (17:51 -0500)
committerNathan Binkert <binkertn@umich.edu>
Mon, 22 Dec 2003 22:51:14 +0000 (17:51 -0500)
commit318e0c93edd23aec24cfc16a1bf5e4119253b5f7
tree0a3de3e6107b04dd437bb6892204e6d8ebff2a46
parentc3ba166e65b0f2c0ac4a92fedddd86d071e21640
add support for simple character input via the system console

dev/alpha_access.h:
    -  use our standard types instead of this extra typedef
    -  advance the ALPHA_ACCESS version since the interface
    has changed.  *this means you need a new console binary*
    -  shuffle a couple things around to pack the data structure
    a bit better
    -  add a placeholder for character input
dev/alpha_console.cc:
    Clean up the read code path a bit and add support for character
    input via the console

    Clean up the write path and use a switch instead of a bunch of
    if statements

--HG--
extra : convert_revision : a1a5bc8fed9ec9c4c46548fdf79604661668b81a
dev/alpha_access.h
dev/alpha_console.cc
dev/console.cc
dev/console.hh