summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2003-06-12 05:45:45 +0000
committergrog <grog@FreeBSD.org>2003-06-12 05:45:45 +0000
commitc861fe160647d874cbd69f69aa7b07d02bb9f5a0 (patch)
tree28d83ca9a15655ccf6c3d6c80668ccdf5be77256 /sys/dev/vinum
parent07b2c4638d1f79ca0dc2c91f828811cb998a0b85 (diff)
downloadFreeBSD-src-c861fe160647d874cbd69f69aa7b07d02bb9f5a0.zip
FreeBSD-src-c861fe160647d874cbd69f69aa7b07d02bb9f5a0.tar.gz
Remove "raw" and "label" keywords.
Diffstat (limited to 'sys/dev/vinum')
-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 3898872..d7bc7a5 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 27c9bd4..680cd62 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),
OpenPOWER on IntegriCloud