From ee649442196bee48525cd99809127ffbefcf7645 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Fri, 23 Oct 2009 07:54:15 +0000 Subject: [PATCH] Remove some obsoleted comments. --- sys/cam/scsi/scsi_da.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index e3ad7e1abfa..12af78add23 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -813,19 +813,6 @@ dastrategy(struct bio *bp) cam_periph_lock(periph); -#if 0 - /* - * check it's not too big a transfer for our adapter - */ - scsi_minphys(bp,&sd_switch); -#endif - - /* - * Mask interrupts so that the pack cannot be invalidated until - * after we are in the queue. Otherwise, we might not properly - * clean up one of the buffers. - */ - /* * If the device has been made invalid, error out */