summaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-19 15:07:35 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-19 15:07:35 +0000
commit68af87218387ffa40a86125da9459ac9956907ea (patch)
tree0f31dc4932428f6c7fdeecf086255e2f88976521 /sys/scsi
parentd74034f18f5e708e8409b442dd4d742d502dbe4f (diff)
More old timeouts removal, mainly affected unused/unmaintained code.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/scsi_base.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index b83822f1375..14a0195467d 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi_base.c,v 1.29 2001/06/22 14:35:42 deraadt Exp $ */
+/* $OpenBSD: scsi_base.c,v 1.30 2001/08/19 15:07:34 miod Exp $ */
/* $NetBSD: scsi_base.c,v 1.43 1997/04/02 02:29:36 mycroft Exp $ */
/*
@@ -555,11 +555,7 @@ sc_err1(xs, async)
else if ((xs->flags & SCSI_NOSLEEP) == 0) {
tsleep(&lbolt, PRIBIO, "scbusy", 0);
} else
-#if 0
- timeout(scsi_requeue, xs, hz);
-#else
goto lose;
-#endif
}
case XS_TIMEOUT:
retry: