Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2009 10:17:22 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169483 for review
Message-ID:  <200910141017.n9EAHMDN004752@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=169483

Change 169483 by mav@mav_mavbook on 2009/10/14 10:16:51

	Remove stale comments.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#27 edit
.. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_da.c#46 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/ata/ata_da.c#27 (text+ko) ====

@@ -327,12 +327,6 @@
 	cam_periph_lock(periph);
 
 	/*
-	 * 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
 	 */
 	if ((softc->flags & ADA_FLAG_PACK_INVALID)) {

==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_da.c#46 (text+ko) ====

@@ -821,12 +821,6 @@
 #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
 	 */
 	if ((softc->flags & DA_FLAG_PACK_INVALID)) {



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