summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pckbcvar.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2008-07-29 04:20:38 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2008-07-29 04:20:38 +0000
commitbb9476cd0416fad53e76854eea2a348d516f96ea (patch)
tree7d9ab7f1d0e9717bd7604ff0ae48a7a798170b82 /sys/dev/ic/pckbcvar.h
parent68690c5ee08805c2ddd1cd76b913d23c4bc7ccd3 (diff)
Reenable the AUXWRITE dance to try and find the aux port in pckbc(4), based
on an attachment dependent flag; the Tadople SPARCLE needs it. ok kettenis@ deraadt@
Diffstat (limited to 'sys/dev/ic/pckbcvar.h')
-rw-r--r--sys/dev/ic/pckbcvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/pckbcvar.h b/sys/dev/ic/pckbcvar.h
index 75337423671..947f542ce3d 100644
--- a/sys/dev/ic/pckbcvar.h
+++ b/sys/dev/ic/pckbcvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pckbcvar.h,v 1.6 2008/07/16 20:03:22 miod Exp $ */
+/* $OpenBSD: pckbcvar.h,v 1.7 2008/07/29 04:20:37 miod Exp $ */
/* $NetBSD: pckbcvar.h,v 1.4 2000/06/09 04:58:35 soda Exp $ */
/*
@@ -53,6 +53,7 @@ struct pckbc_internal {
int t_flags;
#define PCKBC_CANT_TRANSLATE 0x0001 /* can't translate to XT scancodes */
+#define PCKBC_NEED_AUXWRITE 0x0002 /* need auxwrite command to find aux */
int t_haveaux; /* controller has an aux port */
struct pckbc_slotdata *t_slotdata[PCKBC_NSLOTS];