aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKazutaka YOKOTA <yokota@FreeBSD.org>1999-12-10 04:24:27 +0000
committerKazutaka YOKOTA <yokota@FreeBSD.org>1999-12-10 04:24:27 +0000
commit52990a39d02313dd4036e8709e99e3a9965f3bef (patch)
treecb1f14f1e9d713e9fa889f0a69af421f5a8be508 /sys
parent8d8a5c1ed95df43b04157745cf5982d3af15db17 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/kbio.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/sys/kbio.h b/sys/sys/kbio.h
index 2712a125de22..c8eb6d22752e 100644
--- a/sys/sys/kbio.h
+++ b/sys/sys/kbio.h
@@ -163,6 +163,13 @@ typedef struct keymap keymap_t;
#define STBY 0x98 /* Go into standby mode (apm) */
#define PREV 0x99 /* switch to previous screen */
+#define PNC 0x9a /* force system panic */
+#define LSHA 0x9b /* left shift key / alt lock */
+#define RSHA 0x9c /* right shift key / alt lock */
+#define LCTRA 0x9d /* left ctrl key / alt lock */
+#define RCTRA 0x9e /* right ctrl key / alt lock */
+#define LALTA 0x9f /* left alt key / alt lock */
+#define RALTA 0xa0 /* right alt key / alt lock */
#define F(x) ((x)+F_FN-1)
#define S(x) ((x)+F_SCR-1)