svn commit: r198381 - head/sys/cam/scsi
Alexander Motin
mav at FreeBSD.org
Fri Oct 23 07:54:16 UTC 2009
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
*/
More information about the svn-src-all
mailing list