Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2009 07:54:15 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198381 - head/sys/cam/scsi
Message-ID:  <200910230754.n9N7sFtL053118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Fri Oct 23 07:54:15 2009
New Revision: 198381
URL: http://svn.freebsd.org/changeset/base/198381

Log:
  Remove some obsoleted comments.

Modified:
  head/sys/cam/scsi/scsi_da.c

Modified: head/sys/cam/scsi/scsi_da.c
==============================================================================
--- head/sys/cam/scsi/scsi_da.c	Fri Oct 23 07:36:12 2009	(r198380)
+++ head/sys/cam/scsi/scsi_da.c	Fri Oct 23 07:54:15 2009	(r198381)
@@ -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
 	 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910230754.n9N7sFtL053118>