summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2005-12-29 15:24:51 +0000
committertsutsui <tsutsui@NetBSD.org>2005-12-29 15:24:51 +0000
commit4d4ef384337589a206b810ea0eb49e8be4efb893 (patch)
tree002583de17a9e1d5cab6e00ca896d306afee3f01 /sys/dev/wscons
parent04faabf0716145e945719638bea23ec5dbc5f3b6 (diff)
Add WSKBD_TYPE_EWS4800 for EWS4800 machines.
Diffstat (limited to 'sys/dev/wscons')
-rw-r--r--sys/dev/wscons/wsconsio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/wscons/wsconsio.h b/sys/dev/wscons/wsconsio.h
index 5c965cd2d5b..1d91234cbd9 100644
--- a/sys/dev/wscons/wsconsio.h
+++ b/sys/dev/wscons/wsconsio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: wsconsio.h,v 1.76 2005/11/23 09:38:02 augustss Exp $ */
+/* $NetBSD: wsconsio.h,v 1.77 2005/12/29 15:24:51 tsutsui Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -101,6 +101,7 @@ struct wscons_event {
#define WSKBD_TYPE_SUN5 17 /* Sun Type5 */
#define WSKBD_TYPE_SGI 18 /* SGI keyboard */
#define WSKBD_TYPE_MATRIXKP 19 /* Matrix keypads/buttons */
+#define WSKBD_TYPE_EWS4800 20 /* NEC EWS4800 */
/* Manipulate the keyboard bell. */
struct wskbd_bell_data {