diff options
| author | Greg Lehey <grog@FreeBSD.org> | 2000-04-06 07:13:44 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 2000-04-06 07:13:44 +0000 |
| commit | 6165ec2aad25d51922bad29792dd538eca84e9e2 (patch) | |
| tree | d3718d60f0d8997313573580295d5a213bd9aa55 /sys/dev/vinum | |
| parent | 8fc40832d5213f6f86e836e6a541931b0966a602 (diff) | |
Notes
Diffstat (limited to 'sys/dev/vinum')
| -rw-r--r-- | sys/dev/vinum/vinumparser.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 0d711413ba32..0fd0866ba75b 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), |
