Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 2014 05:22:49 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r273119 - stable/9/sys/boot/common
Message-ID:  <201410150522.s9F5MnrZ015457@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Wed Oct 15 05:22:48 2014
New Revision: 273119
URL: https://svnweb.freebsd.org/changeset/base/273119

Log:
  MFC r272749:
    Fix comment.

Modified:
  stable/9/sys/boot/common/disk.h
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/boot/   (props changed)

Modified: stable/9/sys/boot/common/disk.h
==============================================================================
--- stable/9/sys/boot/common/disk.h	Wed Oct 15 05:17:36 2014	(r273118)
+++ stable/9/sys/boot/common/disk.h	Wed Oct 15 05:22:48 2014	(r273119)
@@ -43,12 +43,12 @@
  * BSD disklabel partition within an MBR slice:
  *
  * 	d_slice = MBR slice number (typically 1..4)
- * 	d_partition = disklabel partition (typically 0..7)
+ * 	d_partition = disklabel partition (typically 0..19)
  *
  * BSD disklabel partition on the true dedicated disk:
  *
  * 	d_slice = -1
- * 	d_partition = disklabel partition (typically 0..7)
+ * 	d_partition = disklabel partition (typically 0..19)
  *
  * GPT partition:
  *
@@ -71,7 +71,7 @@
  * if there are multiple slices/partitions of a given type, the first one
  * is chosen.
  *
- * The low-level disk device will typically call slice_open() from its open
+ * The low-level disk device will typically call disk_open() from its open
  * method to interpret the disk partition tables according to the rules above.
  * This will initialize d_offset to the block offset of the start of the
  * selected partition - this offset should be added to the offset passed to



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