summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-04-06 07:13:44 +0000
committergrog <grog@FreeBSD.org>2000-04-06 07:13:44 +0000
commit844f06daa5f5277ba886604e9580938b5dc7e67e (patch)
tree7ea992487ea93fae4be7317f61a79699217f9e38 /sys
parentaed3eeb310aefea30cb8c3135bfaca7e699e84c0 (diff)
downloadFreeBSD-src-844f06daa5f5277ba886604e9580938b5dc7e67e.zip
FreeBSD-src-844f06daa5f5277ba886604e9580938b5dc7e67e.tar.gz
(finally!) add keywords raid4 and partition.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/vinum/vinumparser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c
index 0d71141..0fd0866 100644
--- a/sys/dev/vinum/vinumparser.c
+++ b/sys/dev/vinum/vinumparser.c
@@ -33,7 +33,7 @@
* otherwise) arising in any way out of the use of this software, even if
* advised of the possibility of such damage.
*
- * $Id: vinumparser.c,v 1.18 1999/12/30 09:31:22 grog Exp grog $
+ * $Id: vinumparser.c,v 1.19 2000/02/19 06:53:09 grog Exp grog $
* $FreeBSD$
*/
@@ -95,6 +95,7 @@
/* Normal keywords. These are all the words that vinum knows. */
struct _keywords keywords[] =
{keypair(drive),
+ keypair(partition),
keypair(sd),
keypair(subdisk),
keypair(plex),
@@ -109,6 +110,7 @@ struct _keywords keywords[] =
keypair(raw),
keypair(device),
keypair(concat),
+ keypair(raid4),
keypair(raid5),
keypair(striped),
keypair(plexoffset),
OpenPOWER on IntegriCloud