summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ieee488/upd7210.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ieee488/upd7210.c b/sys/dev/ieee488/upd7210.c
index 30f9762..c014f9f 100644
--- a/sys/dev/ieee488/upd7210.c
+++ b/sys/dev/ieee488/upd7210.c
@@ -97,6 +97,7 @@ upd7210intr(void *arg)
isr1 = upd7210_rd(u, ISR1);
isr2 = upd7210_rd(u, ISR2);
if (u->busy == 0 || u->irq == NULL || !u->irq(u, 1)) {
+#if 0
printf("upd7210intr [%02x %02x %02x",
upd7210_rd(u, DIR), isr1, isr2);
printf(" %02x %02x %02x %02x %02x] ",
@@ -107,6 +108,7 @@ upd7210intr(void *arg)
upd7210_rd(u, ADR1));
upd7210_print_isr(isr1, isr2);
printf("\n");
+#endif
}
mtx_unlock(&u->mutex);
}
OpenPOWER on IntegriCloud