diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 08:56:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 08:56:54 +0000 |
| commit | fc6db1e23fb6242e78ae72bbf400ace28cafe7de (patch) | |
| tree | 9a0d591da90201a7f2e3e33a0e653f489eab591b | |
| parent | 05f0a5a323465fd6f41e7b67457b461f526f085e (diff) | |
Notes
| -rw-r--r-- | sbin/ccdconfig/ccdconfig.8 | 2 | ||||
| -rw-r--r-- | sbin/ccdconfig/ccdconfig.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index 58a27274bf51..29b3e66027bb 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -103,10 +103,8 @@ of strings, or the word .Dq none . The flags are as follows: .Bd -unfilled -offset indent -CCDF_SWAP 0x01 Interleave should be dmmax CCDF_UNIFORM 0x02 Use uniform interleave CCDF_MIRROR 0x04 Support mirroring -CCDF_PARITY 0x08 Support parity (not implemented yet) .Ed .Pp The format in the diff --git a/sbin/ccdconfig/ccdconfig.c b/sbin/ccdconfig/ccdconfig.c index 832c3a4d1040..3e27f02c5e41 100644 --- a/sbin/ccdconfig/ccdconfig.c +++ b/sbin/ccdconfig/ccdconfig.c @@ -66,10 +66,8 @@ struct flagval { char *fv_flag; int fv_val; } flagvaltab[] = { - { "CCDF_SWAP", CCDF_SWAP }, { "CCDF_UNIFORM", CCDF_UNIFORM }, { "CCDF_MIRROR", CCDF_MIRROR }, - { "CCDF_PARITY", CCDF_PARITY }, { NULL, 0 }, }; |
