summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
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/i386/isa
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/i386/isa')
-rw-r--r--sys/i386/isa/wd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c
index ee43d9b..a12ae44 100644
--- a/sys/i386/isa/wd.c
+++ b/sys/i386/isa/wd.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
- * $Id: wd.c,v 1.119 1996/10/17 21:18:42 phk Exp $
+ * $Id: wd.c,v 1.120 1996/11/11 15:57:40 bde Exp $
*/
/* TODO:
@@ -501,7 +501,7 @@ wdstrategy(register struct buf *bp)
}
/*
- * Do bounds checking, adjust transfer, set b_cylin and b_pbklno.
+ * Do bounds checking, adjust transfer, and set b_pblkno.
*/
if (dscheck(bp, du->dk_slices) <= 0)
goto done;
OpenPOWER on IntegriCloud