summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-10-23 07:54:15 +0000
committermav <mav@FreeBSD.org>2009-10-23 07:54:15 +0000
commitf23b3653c1b3bf6c8e88eccb60e96cb7f4953c36 (patch)
tree8f70d503a8743bf70e5832490879902f04dfb878 /sys/cam/scsi
parent377d7d4bff1caea779545dac7fcafef606ce356c (diff)
downloadFreeBSD-src-f23b3653c1b3bf6c8e88eccb60e96cb7f4953c36.zip
FreeBSD-src-f23b3653c1b3bf6c8e88eccb60e96cb7f4953c36.tar.gz
Remove some obsoleted comments.
Diffstat (limited to 'sys/cam/scsi')
-rw-r--r--sys/cam/scsi/scsi_da.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index e3ad7e1..12af78a 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
*/
OpenPOWER on IntegriCloud