summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-20 11:06:24 +0000
committerphk <phk@FreeBSD.org>2003-01-20 11:06:24 +0000
commit04a955bccb6b4732e5566c06b43af5ad7af9cc53 (patch)
treef2189204bd59f41e44c3f436f676ce0f0c2afae0 /sys
parentb5161aafed35bbe4594d045d7871314ae4d9bcc9 (diff)
downloadFreeBSD-src-04a955bccb6b4732e5566c06b43af5ad7af9cc53.zip
FreeBSD-src-04a955bccb6b4732e5566c06b43af5ad7af9cc53.tar.gz
Add NEXTDOSPART (N-Extended-Dos-Partitions) as replacement for the
misplaced MAX_SLICES from <sys/diskslice.h>.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/diskmbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index 653297c..79b9d1b 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -42,6 +42,7 @@
#define DOSBBSECTOR 0 /* DOS boot block relative sector number */
#define DOSPARTOFF 446
#define NDOSPART 4
+#define NEXTDOSPART 32
#define DOSPTYP_386BSD 0xa5 /* 386BSD partition type */
#define DOSPTYP_LINSWP 0x82 /* Linux swap partition */
#define DOSPTYP_LINUX 0x83 /* Linux partition */
OpenPOWER on IntegriCloud