summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-28 10:13:54 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-08-28 10:13:54 +0000
commit108f257f24e18009679b6fe7ea32d9edea9ec778 (patch)
tree4b4bcf8c5dd47c37411f3d120aad3916a7246f65 /sys
parent0295f35743b7b971b6708e71eb6cff326385dd11 (diff)
remove a bunch of unused Debugger()s.
ok krw@ miod@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/osiop.c31
1 files changed, 1 insertions, 30 deletions
diff --git a/sys/dev/ic/osiop.c b/sys/dev/ic/osiop.c
index 8b9c47bf188..cf5b937935b 100644
--- a/sys/dev/ic/osiop.c
+++ b/sys/dev/ic/osiop.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: osiop.c,v 1.38 2009/03/03 19:08:25 miod Exp $ */
+/* $OpenBSD: osiop.c,v 1.39 2009/08/28 10:13:53 jasper Exp $ */
/* $NetBSD: osiop.c,v 1.9 2002/04/05 18:27:54 bouyer Exp $ */
/*
@@ -697,11 +697,6 @@ osiop_scsidone(acb, status)
} else {
printf("%s: can't find matching acb\n",
sc->sc_dev.dv_xname);
-#ifdef DDB
-#if 0
- Debugger();
-#endif
-#endif
}
}
OSIOP_TRACE('d', 'n', status, 0);
@@ -975,11 +970,6 @@ osiop_start(sc)
osiop_read_1(sc, OSIOP_LCRC),
osiop_read_1(sc, OSIOP_SIEN),
osiop_read_1(sc, OSIOP_DIEN));
-#ifdef DDB
-#if 0
- Debugger();
-#endif
-#endif
}
#endif
@@ -1061,11 +1051,6 @@ osiop_start(sc)
printf("ACK! osiop was busy at start: "
"script %p dsa %p active %d\n",
sc->sc_script, acb->ds, sc->sc_active);
-#ifdef DDB
-#if 0
- Debugger();
-#endif
-#endif
}
#endif
if (TAILQ_EMPTY(&sc->nexus_list)) {
@@ -1190,9 +1175,6 @@ osiop_checkintr(sc, istat, dstat, sstat0, status)
#if 0
printf("ACK! osiop was busy at end: "
"script %p dsa %p\n", &osiop_script, ds);
-#ifdef DDB
- Debugger();
-#endif
#endif
}
if (ds->msgbuf[0] != MSG_CMDCOMPLETE)
@@ -1358,9 +1340,6 @@ osiop_checkintr(sc, istat, dstat, sstat0, status)
osiop_write_1(sc, OSIOP_DCNTL,
osiop_read_1(sc, OSIOP_DCNTL) | OSIOP_DCNTL_STD);
#endif
-#ifdef DDB
- Debugger();
-#endif
return (0);
}
#endif
@@ -1621,9 +1600,6 @@ osiop_checkintr(sc, istat, dstat, sstat0, status)
sc->sc_dev.dv_xname);
#if 0
osiop_dump(sc);
-#ifdef DDB
- Debugger();
-#endif
#endif
#endif
osiop_write_1(sc, OSIOP_DCNTL,
@@ -1707,11 +1683,6 @@ osiop_checkintr(sc, istat, dstat, sstat0, status)
#ifdef OSIOP_DEBUG
if (osiop_debug & DEBUG_DMA)
panic("osiop_chkintr: **** temp ****");
-#if 0
-#ifdef DDB
- Debugger();
-#endif
-#endif
#endif
osiop_reset(sc); /* hard reset */
*status = SCSI_OSIOP_NOSTATUS;