summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-06 05:36:59 +0000
committerdg <dg@FreeBSD.org>1995-03-06 05:36:59 +0000
commitfb4e5f837a1751b5e64239b6d34db68c7a89f750 (patch)
treefd6c1a7445a0a488dc3f4f1f6fcc9fb140d288f0 /sys/scsi
parent442234e087b681f0564395122a57c94995ed52ca (diff)
downloadFreeBSD-src-fb4e5f837a1751b5e64239b6d34db68c7a89f750.zip
FreeBSD-src-fb4e5f837a1751b5e64239b6d34db68c7a89f750.tar.gz
Remove some of my old debugging junk that somehow slipped in under my nose.
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/sd.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 5a61b15..0e40f22 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.51 1995/03/01 22:24:45 dufault Exp $
+ * $Id: sd.c,v 1.52 1995/03/04 20:51:03 dufault Exp $
*/
#define SPLSD splbio
@@ -443,14 +443,6 @@ sd_strategy(struct buf *bp, struct scsi_link *sc_link)
/*
* Place it in the queue of disk activities for this disk
*/
-/*
- cldisksort(dp, bp, 64*1024);
-*/
-if ((bp->b_blkno < 0) || (bp->b_bcount > 3000000) /* || (bp->b_flags & B_WRITE) */) {
- printf("blkno=%lu bcount=%ld flags=0x%lx\n",
- (u_long)bp->b_blkno, bp->b_bcount, bp->b_flags);
- Debugger("");
-}
disksort(dp, bp);
/*
OpenPOWER on IntegriCloud