summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-23 04:08:42 +0000
committergrog <grog@FreeBSD.org>1999-03-23 04:08:42 +0000
commit5386813d7ad808be7c334227e583deb02dc4ac03 (patch)
tree06dbe25450522486d877ad22f349190bdba71eaf /sys
parent058bbe3c62f6b237dfe29d81ff580f61e0778da1 (diff)
downloadFreeBSD-src-5386813d7ad808be7c334227e583deb02dc4ac03.zip
FreeBSD-src-5386813d7ad808be7c334227e583deb02dc4ac03.tar.gz
Add partition type for Vinum.
Offered-for-inspection-to: jkh
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/disklabel.h5
-rw-r--r--sys/sys/diskmbr.h5
-rw-r--r--sys/sys/diskpc98.h5
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h
index e2845a7..68cd890 100644
--- a/sys/sys/disklabel.h
+++ b/sys/sys/disklabel.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
- * $Id: disklabel.h,v 1.35 1998/08/24 08:45:37 dfr Exp $
+ * $Id: disklabel.h,v 1.36 1999/01/03 07:38:58 jkh Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -249,7 +249,7 @@ static char *dktypenames[] = {
#define FS_HPFS 11 /* OS/2 high-performance file system */
#define FS_ISO9660 12 /* ISO 9660, normally CD-ROM */
#define FS_BOOT 13 /* partition contains bootstrap */
-
+#define FS_VINUM 14 /* Vinum drive */
#ifdef DKTYPENAMES
static char *fstypenames[] = {
"unused",
@@ -266,6 +266,7 @@ static char *fstypenames[] = {
"HPFS",
"ISO9660",
"boot",
+ "vinum",
NULL
};
#define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h
index e2845a7..68cd890 100644
--- a/sys/sys/diskmbr.h
+++ b/sys/sys/diskmbr.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
- * $Id: disklabel.h,v 1.35 1998/08/24 08:45:37 dfr Exp $
+ * $Id: disklabel.h,v 1.36 1999/01/03 07:38:58 jkh Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -249,7 +249,7 @@ static char *dktypenames[] = {
#define FS_HPFS 11 /* OS/2 high-performance file system */
#define FS_ISO9660 12 /* ISO 9660, normally CD-ROM */
#define FS_BOOT 13 /* partition contains bootstrap */
-
+#define FS_VINUM 14 /* Vinum drive */
#ifdef DKTYPENAMES
static char *fstypenames[] = {
"unused",
@@ -266,6 +266,7 @@ static char *fstypenames[] = {
"HPFS",
"ISO9660",
"boot",
+ "vinum",
NULL
};
#define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index e2845a7..68cd890 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)disklabel.h 8.2 (Berkeley) 7/10/94
- * $Id: disklabel.h,v 1.35 1998/08/24 08:45:37 dfr Exp $
+ * $Id: disklabel.h,v 1.36 1999/01/03 07:38:58 jkh Exp $
*/
#ifndef _SYS_DISKLABEL_H_
@@ -249,7 +249,7 @@ static char *dktypenames[] = {
#define FS_HPFS 11 /* OS/2 high-performance file system */
#define FS_ISO9660 12 /* ISO 9660, normally CD-ROM */
#define FS_BOOT 13 /* partition contains bootstrap */
-
+#define FS_VINUM 14 /* Vinum drive */
#ifdef DKTYPENAMES
static char *fstypenames[] = {
"unused",
@@ -266,6 +266,7 @@ static char *fstypenames[] = {
"HPFS",
"ISO9660",
"boot",
+ "vinum",
NULL
};
#define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
OpenPOWER on IntegriCloud