summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-18 15:30:40 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-18 15:30:40 +0000
commit9e786b9597582c10f4cca13603bbd7d38869126d (patch)
tree12c121dffde40e7ef761aa6ee43e95fcf662989d /sys
parentef45a21f8feac38c1bb528ad1471bd5dfa3a725a (diff)
write output port
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/i8042reg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/i8042reg.h b/sys/dev/ic/i8042reg.h
index e66a3004922..adc7102e950 100644
--- a/sys/dev/ic/i8042reg.h
+++ b/sys/dev/ic/i8042reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: i8042reg.h,v 1.4 2001/07/04 09:03:01 niklas Exp $ */
+/* $OpenBSD: i8042reg.h,v 1.5 2001/08/18 15:30:39 mickey Exp $ */
/* $NetBSD: i8042reg.h,v 1.7 1998/01/18 14:41:37 drochner Exp $ */
#define KBSTATP 4 /* kbd controller status port (I) */
@@ -17,6 +17,7 @@
#define KBC_AUXDISABLE 0xa7 /* disable auxiliary port */
#define KBC_AUXENABLE 0xa8 /* enable auxiliary port */
#define KBC_AUXTEST 0xa9 /* test auxiliary port */
+#define KBC_CMDWOUT 0xd1 /* write output port */
#define KBC_KBDECHO 0xd2 /* echo to keyboard port */
#define KBC_AUXECHO 0xd3 /* echo to auxiliary port */
#define KBC_AUXWRITE 0xd4 /* write to auxiliary port */