summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-12-04 01:33:44 +0000
committermjacob <mjacob@FreeBSD.org>2000-12-04 01:33:44 +0000
commit588932041e79922c56d2f2d9740050a5858763b5 (patch)
treea9556b476f7ce54d751826f5979dd43c1fb103f0
parent1a3b428b9eff10fd217e635573058a841bdab6b5 (diff)
downloadFreeBSD-src-588932041e79922c56d2f2d9740050a5858763b5.zip
FreeBSD-src-588932041e79922c56d2f2d9740050a5858763b5.tar.gz
Comment out debug printfs about enable/disable ints.
Current now appears to work at least fitfully on one Rawhide.
-rw-r--r--sys/alpha/mcbus/mcpcia.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c
index 2a229b3..ad96814 100644
--- a/sys/alpha/mcbus/mcpcia.c
+++ b/sys/alpha/mcbus/mcpcia.c
@@ -286,7 +286,7 @@ mcpcia_disable_intr_vec(int vector)
irq = (tmp / MCPCIA_VECWIDTH_PER_INTPIN);
irq = ((vector - 0x900) >> 4) - 8;
}
- printf("D<%03x>=%d,%d\n", vector, mid, irq);
+/* printf("D<%03x>=%d,%d\n", vector, mid, irq); */
while (sc) {
if (mcbus_get_mid(sc->dev) == mid) {
break;
@@ -326,7 +326,7 @@ mcpcia_enable_intr_vec(int vector)
tmp -= (2 * MCPCIA_VECWIDTH_PER_SLOT);
irq = (tmp / MCPCIA_VECWIDTH_PER_INTPIN);
}
- printf("E<%03x>=%d,%d\n", vector, mid, irq);
+/* printf("E<%03x>=%d,%d\n", vector, mid, irq); */
while (sc) {
if (mcbus_get_mid(sc->dev) == mid) {
break;
OpenPOWER on IntegriCloud