summaryrefslogtreecommitdiffstats
path: root/sys/scsi/sd.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-12-01 16:34:41 +0000
committerbde <bde@FreeBSD.org>1996-12-01 16:34:41 +0000
commit12ce4505add778056c459947c4cf13a0f2aa98c5 (patch)
tree2dd3ab4d8da334245d122c8d10db460d0d47fb9e /sys/scsi/sd.c
parent83d353ee92777e757e5a9a45e7dbe3a470befa83 (diff)
downloadFreeBSD-src-12ce4505add778056c459947c4cf13a0f2aa98c5.zip
FreeBSD-src-12ce4505add778056c459947c4cf13a0f2aa98c5.tar.gz
Removed all references to b_cylinder (aka b_cylin). It was evil and
hasn't been used for a year or two since disksort() started sorting on b_pblkno.
Diffstat (limited to 'sys/scsi/sd.c')
-rw-r--r--sys/scsi/sd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 29f1553..ba62547 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 */
OpenPOWER on IntegriCloud