summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2005-01-28 23:26:55 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2005-01-28 23:26:55 +0000
commitff93cdb0962ad59e29101569cdff11598849e20e (patch)
tree74a87fe6633dea85348c8d60ae0ee01fc33162ae
parentbc93a8e52be120150916e37da9f55672161ec9b7 (diff)
debug print should not be enabled.
-rw-r--r--sys/arch/zaurus/dev/zts.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/zaurus/dev/zts.c b/sys/arch/zaurus/dev/zts.c
index 54e4c7a2016..ec31a3fb9a4 100644
--- a/sys/arch/zaurus/dev/zts.c
+++ b/sys/arch/zaurus/dev/zts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: zts.c,v 1.1 2005/01/28 17:14:31 drahn Exp $ */
+/* $OpenBSD: zts.c,v 1.2 2005/01/28 23:26:54 drahn Exp $ */
/*
* Copyright (c) 2005 Dale Rahn <drahn@openbsd.org>
*
@@ -170,8 +170,10 @@ zts_irq(void *v)
down = pxa2x0_gpio_get_bit(IRQ_GPIO_TP_INT_C3K);
if (t0 != 0 && t1 != 0) {
+ /*
printf("zts: t0 %x t1 %x, x %x y %x int %d\n", t0, t1, x, y,
down);
+ */
}
#ifdef DO_RELATIVE