(finally!) add keywords raid4 and partition.
This commit is contained in:
parent
aed3eeb310
commit
844f06daa5
@ -33,7 +33,7 @@
|
|||||||
* otherwise) arising in any way out of the use of this software, even if
|
* otherwise) arising in any way out of the use of this software, even if
|
||||||
* advised of the possibility of such damage.
|
* 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$
|
* $FreeBSD$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -95,6 +95,7 @@
|
|||||||
/* Normal keywords. These are all the words that vinum knows. */
|
/* Normal keywords. These are all the words that vinum knows. */
|
||||||
struct _keywords keywords[] =
|
struct _keywords keywords[] =
|
||||||
{keypair(drive),
|
{keypair(drive),
|
||||||
|
keypair(partition),
|
||||||
keypair(sd),
|
keypair(sd),
|
||||||
keypair(subdisk),
|
keypair(subdisk),
|
||||||
keypair(plex),
|
keypair(plex),
|
||||||
@ -109,6 +110,7 @@ struct _keywords keywords[] =
|
|||||||
keypair(raw),
|
keypair(raw),
|
||||||
keypair(device),
|
keypair(device),
|
||||||
keypair(concat),
|
keypair(concat),
|
||||||
|
keypair(raid4),
|
||||||
keypair(raid5),
|
keypair(raid5),
|
||||||
keypair(striped),
|
keypair(striped),
|
||||||
keypair(plexoffset),
|
keypair(plexoffset),
|
||||||
|
Loading…
Reference in New Issue
Block a user