From fb4e5f837a1751b5e64239b6d34db68c7a89f750 Mon Sep 17 00:00:00 2001 From: dg Date: Mon, 6 Mar 1995 05:36:59 +0000 Subject: Remove some of my old debugging junk that somehow slipped in under my nose. --- sys/scsi/sd.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys/scsi') 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); /* -- cgit v1.1