diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-03-24 21:53:03 +0000 |
commit | 30b32d2ccbf95436b642e6208d6829dcf68981fa (patch) | |
tree | 481af37a46b22473db7cadf280a6b5466136d726 /i386/i386at/kd.c | |
parent | 455c9e455d124e3359d8f9e16ffe111178589e6f (diff) | |
download | gnumach-30b32d2ccbf95436b642e6208d6829dcf68981fa.tar.gz gnumach-30b32d2ccbf95436b642e6208d6829dcf68981fa.tar.bz2 gnumach-30b32d2ccbf95436b642e6208d6829dcf68981fa.zip |
prerelease work
Diffstat (limited to 'i386/i386at/kd.c')
-rw-r--r-- | i386/i386at/kd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386at/kd.c b/i386/i386at/kd.c index 6c41ec56..906fdd51 100644 --- a/i386/i386at/kd.c +++ b/i386/i386at/kd.c @@ -116,8 +116,9 @@ void kd_enqsc(); /* enqueues a scancode */ void timeout(); +#if 0 #define BROKEN_KEYBOARD_RESET - +#endif struct tty kd_tty; extern int rebootflag; @@ -2327,7 +2328,6 @@ kdreboot() kd_sendcmd(0xFE); /* XXX - magic # */ delay(1000000); /* wait to see if anything happens */ #endif - /* * If that didn't work, then we'll just have to try and * do it the hard way. |