svn commit: r270639 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Mon Aug 25 22:20:03 UTC 2014


Author: gjb
Date: Mon Aug 25 22:20:02 2014
New Revision: 270639
URL: http://svnweb.freebsd.org/changeset/base/270639

Log:
  Document r270552, kern.geom.part.mbr.enforce_chs tunable.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 22:20:00 2014	(r270638)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Aug 25 22:20:02 2014	(r270639)
@@ -568,6 +568,15 @@
 	<para revision="269298">The maximum number of
 	  <acronym>SCSI</acronym> ports in the &man.ctl.4; driver has
 	  been increased from 32 to 128.</para>
+
+	<para revision="270552">A new &man.sysctl.8; and
+	  &man.loader.8; tunable,
+	  <literal>kern.geom.part.mbr.enforce_chs</literal> has been
+	  added to the &man.geom.8; <literal>MBR</literal> partition
+	  class.  When set to a non-zero value,
+	  <literal>GEOM_PART_MBR</literal> will automatically
+	  recalculate the user-specified offset and size for alignment
+	  with the disk geometry.</para>
       </sect3>
 
       <sect3 xml:id="fs">


More information about the svn-src-all mailing list