Remove CCDF_SWAP and CCDF_PARITY. They have never been implemented.
This commit is contained in:
parent
05f0a5a323
commit
fc6db1e23f
@ -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
|
||||
|
@ -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 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user