From bb9476cd0416fad53e76854eea2a348d516f96ea Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 29 Jul 2008 04:20:38 +0000 Subject: 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@ --- sys/dev/ic/pckbcvar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/pckbcvar.h') 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]; -- cgit v1.2.3