Date: Wed, 6 Jan 2010 13:14:37 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom geom_slice.c src/sys/geom/part g_part.c src/sys/geom/uzip g_uzip.c Message-ID: <201001061318.o06DIgkB074100@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2010-01-06 13:14:37 UTC FreeBSD src repository Modified files: sys/geom geom_slice.c sys/geom/part g_part.c sys/geom/uzip g_uzip.c Log: SVN rev 201645 on 2010-01-06 13:14:37Z by mav Change the way in which zero stripesize is handled. Instead of reporting zero stripeoffset in such case (as if device has no stripes), report offset from the beginning of the media (as if device has single infinite stripe). This gives partitioning tools information, required to guess better partition alignment, in case if hardware doesn't report it's stripe size. For example, it should give disklabel info about odd offset made by fdisk. Revision Changes Path 1.64 +4 -4 src/sys/geom/geom_slice.c 1.44 +4 -5 src/sys/geom/part/g_part.c 1.14 +2 -4 src/sys/geom/uzip/g_uzip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001061318.o06DIgkB074100>