smartpqi.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-11-13 07:21:35 +01:00
parent 1408b135d9
commit 912f1e1ef2
1 changed files with 5 additions and 1 deletions

View File

@ -210,9 +210,13 @@ device and function and "board ID" (PCI subsystem ID).
.TP
.B CCISS_GETDRIVVER
This operation returns the driver version in four bytes, encoded as:
.IP
.in +4n
.EX
(major_version << 28) | (minor_version << 24) | (release << 16) | revision
(major_version << 28) | (minor_version << 24) |
(release << 16) | revision
.EE
.in
.TP
.B CCISS_PASSTHRU
Allows BMIC and CISS commands to be passed through to the controller.