summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/disk.h
diff options
context:
space:
mode:
authormelifaro <melifaro@FreeBSD.org>2014-10-09 15:35:28 +0000
committermelifaro <melifaro@FreeBSD.org>2014-10-09 15:35:28 +0000
commitd23efba7dd470e247cbcacf9ec6cf642d02d5b8c (patch)
tree6d2822f6a5ff6c5c487b859a557d076b53b03c46 /sys/boot/common/disk.h
parentcab1d703b61e2216f130c6d1a23ca70b2b322386 (diff)
parentc47600c4ec062b8225ac1d48197a2a1de778760d (diff)
downloadFreeBSD-src-d23efba7dd470e247cbcacf9ec6cf642d02d5b8c.zip
FreeBSD-src-d23efba7dd470e247cbcacf9ec6cf642d02d5b8c.tar.gz
Sync to HEAD@r272825.
Diffstat (limited to 'sys/boot/common/disk.h')
-rw-r--r--sys/boot/common/disk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/boot/common/disk.h b/sys/boot/common/disk.h
index 1aaa031..6a78fbf 100644
--- a/sys/boot/common/disk.h
+++ b/sys/boot/common/disk.h
@@ -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
OpenPOWER on IntegriCloud