Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2003 17:48:38 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 24955 for review
Message-ID:  <200302110148.h1B1mc47028049@repoman.freebsd.org>

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

Change 24955 by jmallett@jmallett_dalek on 2003/02/10 17:48:31

	The "begin" field is an LBN.

Affected files ...

.. //depot/projects/mips/sys/geom/geom_fx.c#9 edit

Differences ...

==== //depot/projects/mips/sys/geom/geom_fx.c#9 (text+ko) ====

@@ -179,7 +179,7 @@
 				continue;
 			g_topology_lock();
 			g_slice_config(gp, i, G_SLICE_CONFIG_SET,
-			    vp->vp_begin, vp->vp_size, sectorsize,
+			    vp->vp_begin * sectorsize, vp->vp_size, sectorsize,
 			    "%s%c", pp->name, 'a' + i);
 			g_topology_unlock();
 			if (bootverbose) {

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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