Date: Wed, 1 Oct 1997 13:46:30 -0700 (PDT) From: Søren Schmidt <sos@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include console.h src/sys/i386/isa syscons.c syscons.h Message-ID: <199710012046.NAA07755@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sos 1997/10/01 13:46:30 PDT Modified files: sys/i386/include console.h sys/i386/isa syscons.c syscons.h Log: Add a new keyboard mode K_CODE. Returns a single byte for each key much like the scancode mode. However the keys that (for no good reason) returns extension codes etc, are translated into singlebyte codes. Needed by libvgl. This makes life ALOT easier, also the XFree86 folks could use this. Revision Changes Path 1.32 +2 -1 src/sys/i386/include/console.h 1.234 +15 -4 src/sys/i386/isa/syscons.c 1.34 +10 -9 src/sys/i386/isa/syscons.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710012046.NAA07755>