summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
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/arch/sparc64
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/arch/sparc64')
-rw-r--r--sys/arch/sparc64/dev/pckbc_ebus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/dev/pckbc_ebus.c b/sys/arch/sparc64/dev/pckbc_ebus.c
index d88d3b1188e..bffaae1eabe 100644
--- a/sys/arch/sparc64/dev/pckbc_ebus.c
+++ b/sys/arch/sparc64/dev/pckbc_ebus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pckbc_ebus.c,v 1.9 2008/07/16 20:03:22 miod Exp $ */
+/* $OpenBSD: pckbc_ebus.c,v 1.10 2008/07/29 04:20:35 miod Exp $ */
/*
* Copyright (c) 2002 Jason L. Wright (jason@thought.net)
@@ -128,7 +128,7 @@ pckbc_ebus_attach(parent, self, aux)
char model[128];
OF_getprop(ea->ea_node, "model", &model, sizeof model);
if (strcmp(model, "INTC,80c42") == 0)
- flags = PCKBC_CANT_TRANSLATE;
+ flags = PCKBC_CANT_TRANSLATE | PCKBC_NEED_AUXWRITE;
}
if (console) {