diff options
author | asami <asami@FreeBSD.org> | 1996-01-31 11:04:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-01-31 11:04:52 +0000 |
commit | 932ae34a6038b9a265e44fd5da71b5667be3bf84 (patch) | |
tree | 0fefee9585f2711e64d54d5f2d79590ecf6b4eb8 /sbin/ccdconfig | |
parent | 09077f7acffd079fef387895ba11eefbf08523d4 (diff) | |
download | FreeBSD-src-932ae34a6038b9a265e44fd5da71b5667be3bf84.zip FreeBSD-src-932ae34a6038b9a265e44fd5da71b5667be3bf84.tar.gz |
Add CCDF_MIRROR and CCDF_PARITY to list of flags.
Diffstat (limited to 'sbin/ccdconfig')
-rw-r--r-- | sbin/ccdconfig/ccdconfig.8 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ccdconfig/ccdconfig.8 b/sbin/ccdconfig/ccdconfig.8 index c59b9f2..d683bed 100644 --- a/sbin/ccdconfig/ccdconfig.8 +++ b/sbin/ccdconfig/ccdconfig.8 @@ -117,6 +117,8 @@ 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 |