aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>2003-06-12 05:45:45 +0000
committerGreg Lehey <grog@FreeBSD.org>2003-06-12 05:45:45 +0000
commitde52a6f7a646e59d59d2d189d5543e628c5a456f (patch)
tree28d83ca9a15655ccf6c3d6c80668ccdf5be77256 /sys/dev
parent9b6df37a1aa7e479a6c37044e1edaf63a7d33915 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vinum/vinumkw.h4
-rw-r--r--sys/dev/vinum/vinumparser.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/dev/vinum/vinumkw.h b/sys/dev/vinum/vinumkw.h
index 389887294ba59..d7bc7a5b4bf8a 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 27c9bd4b975ee..680cd6233bbb9 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),