aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-06-11 22:25:50 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-06-11 22:25:50 +0000
commitf510755d38a947efaa3034493b90ce1d564c8191 (patch)
tree808a14f1344e6aa7980a1bddb453097fdff2d895 /sys
parenta46f0539f06f7be1ffe71a38c4b04a0cb790a6fe (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/vtoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/vtoc.h b/sys/sys/vtoc.h
index 7745bcac4b02..55c80e225219 100644
--- a/sys/sys/vtoc.h
+++ b/sys/sys/vtoc.h
@@ -53,9 +53,10 @@
#define VTOC_TAG_FREEBSD_ZFS 0x0904
#define VTOC_FLAG_UNMNT 0x01 /* unmountable partition */
-#define VTOC_FLAG_RDONLY 0x10 /* partition is read/only */
+#define VTOC_FLAG_RDONLY 0x10 /* partition is read/only */
#define VTOC_ASCII_LEN 128
+#define VTOC_BOOTSIZE 8192 /* 16 sectors */
#define VTOC_MAGIC 0xdabe
#define VTOC_RAW_PART 2
#define VTOC_SANITY 0x600ddeee