Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Add support for a "RAID" partition type.
details: https://anonhg.NetBSD.org/src/rev/a56bde31bc4f
branches: trunk
changeset: 481975:a56bde31bc4f
user: oster <oster%NetBSD.org@localhost>
date: Fri Feb 11 02:04:42 2000 +0000
description:
Add support for a "RAID" partition type.
diffstat:
sys/sys/disklabel.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r ce9fd02f9885 -r a56bde31bc4f sys/sys/disklabel.h
--- a/sys/sys/disklabel.h Fri Feb 11 01:32:42 2000 +0000
+++ b/sys/sys/disklabel.h Fri Feb 11 02:04:42 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.54 2000/01/21 23:43:10 thorpej Exp $ */
+/* $NetBSD: disklabel.h,v 1.55 2000/02/11 02:04:42 oster Exp $ */
/*
* Copyright (c) 1987, 1988, 1993
@@ -240,6 +240,7 @@
#define FS_FILECORE 16 /* Acorn Filecore Filing System */
#define FS_EX2FS 17 /* Linux Extended 2 file system */
#define FS_NTFS 18 /* Windows/NT file system */
+#define FS_RAID 19 /* RAIDframe component */
#ifdef FSTYPENAMES
static const char *const fstypenames[] = {
@@ -262,6 +263,7 @@
"FILECORE",
"Linux Ext2",
"NTFS",
+ "RAID",
NULL
};
#define FSMAXTYPES (sizeof(fstypenames) / sizeof(fstypenames[0]) - 1)
@@ -289,6 +291,7 @@
NULL, /* FILECORE */
"ext2fs", /* Linux Ext2 */
"ntfs", /* Windows/NT */
+ NULL, /* RAID Component */
NULL /* NULL */
};
#define FSMAXNAMES (sizeof(fscknames) / sizeof(fscknames[0]) - 1)
Home |
Main Index |
Thread Index |
Old Index