mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add CCDF_MIRROR and CCDF_PARITY to list of flags.
This commit is contained in:
parent
07e43e10f8
commit
cb7c6b5320
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue