diff --git a/sys/dev/vinum/vinumkw.h b/sys/dev/vinum/vinumkw.h index 389887294ba..d7bc7a5b4bf 100644 --- a/sys/dev/vinum/vinumkw.h +++ b/sys/dev/vinum/vinumkw.h @@ -29,7 +29,7 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: vinumkw.h,v 1.19 2003/04/26 02:00:49 grog Exp $ + * $Id: vinumkw.h,v 1.20 2003/05/07 03:32:09 grog Exp grog $ * $FreeBSD$ */ @@ -104,11 +104,9 @@ enum keyword { kw_preferred, /* preferred plex */ kw_device, kw_init, - kw_label, kw_resetconfig, kw_writethrough, kw_writeback, - kw_raw, kw_replace, kw_resetstats, kw_attach, diff --git a/sys/dev/vinum/vinumparser.c b/sys/dev/vinum/vinumparser.c index 27c9bd4b975..680cd6233bb 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.24 2003/04/28 02:54:43 grog Exp $ + * $Id: vinumparser.c,v 1.25 2003/05/07 03:33:28 grog Exp grog $ * $FreeBSD$ */ @@ -100,7 +100,6 @@ struct _keywords keywords[] = keypair(name), keypair(writethrough), keypair(writeback), - keypair(raw), keypair(device), keypair(concat), keypair(raid4), @@ -142,7 +141,6 @@ struct _keywords keywords[] = keypair(mv), keypair(move), keypair(init), - keypair(label), keypair(resetconfig), keypair(start), keypair(stop),