aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1997-10-01 20:46:29 +0000
committerSøren Schmidt <sos@FreeBSD.org>1997-10-01 20:46:29 +0000
commit3bd724f2b3e64d033bf79729a6b89473ee4a3b14 (patch)
tree7d7ea574008ce716f71027ae000c8c113e42f5ef /sys/alpha
parent62a9dc968b3625766d4f3c5c67c8ee8d529801ef (diff)
Notes
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/console.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/console.h b/sys/alpha/include/console.h
index a700eaa0901e..cbeb2c4f82b2 100644
--- a/sys/alpha/include/console.h
+++ b/sys/alpha/include/console.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: console.h,v 1.30 1997/08/08 22:52:25 sos Exp $
+ * $Id: console.h,v 1.31 1997/09/04 09:05:17 kato Exp $
*/
#ifndef _MACHINE_CONSOLE_H_
@@ -153,6 +153,7 @@ struct mouse_info {
#define K_RAW 0 /* keyboard returns scancodes */
#define K_XLATE 1 /* keyboard returns ascii */
+#define K_CODE 2 /* keyboard returns keycodes */
#define KB_84 1 /* 'old' 84 key AT-keyboard */
#define KB_101 2 /* MF-101 or MF-102 keyboard */