aboutsummaryrefslogtreecommitdiff
path: root/sys/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/od.c4
-rw-r--r--sys/scsi/sd.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/scsi/od.c b/sys/scsi/od.c
index f13ca42adc99..50d012d41c14 100644
--- a/sys/scsi/od.c
+++ b/sys/scsi/od.c
@@ -28,7 +28,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: od.c,v 1.23 1996/11/06 17:31:14 joerg Exp $
+ * $Id: od.c,v 1.24 1996/12/01 11:25:17 sos Exp $
*/
/*
@@ -487,7 +487,7 @@ od_strategy(struct buf *bp, struct scsi_link *sc_link)
}
/*
- * Do bounds checking, adjust transfer, set b_cylin and b_pbklno.
+ * Do bounds checking, adjust transfer, and set b_pblkno.
*/
{
int status;
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 29f15532eca7..ba62547b3d15 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
- * $Id: sd.c,v 1.95 1996/09/14 04:31:09 bde Exp $
+ * $Id: sd.c,v 1.96 1996/12/01 11:25:18 sos Exp $
*/
#include "opt_bounce.h"
@@ -435,7 +435,7 @@ sd_strategy(struct buf *bp, struct scsi_link *sc_link)
goto bad;
}
/*
- * Do bounds checking, adjust transfer, set b_cylin and b_pbklno.
+ * Do bounds checking, adjust transfer, and set b_pblkno.
*/
if (dscheck(bp, sd->dk_slices) <= 0)
goto done; /* XXX check b_resid */