Export two new DCMD enums. These allow set/get of the mfi_ctrl_properties

structure in the driver.

Having these in 10.0 means that mfiutil can be modified to take adavantage
of new updates without a kernel recompile.

Approved by:	re (gjb)
MFC after:	2 weeks
This commit is contained in:
Sean Bruno 2013-09-22 23:48:41 +00:00
parent 0f7bc112c0
commit c22a9c369e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255806

View File

@ -192,6 +192,8 @@ typedef enum {
MFI_DCMD_CTRL_MFC_DEFAULTS_GET =0x010e0201,
MFI_DCMD_CTRL_MFC_DEFAULTS_SET =0x010e0202,
MFI_DCMD_CTRL_FLUSHCACHE = 0x01101000,
MFI_DCMD_CTRL_GET_PROPS = 0x01020100,
MFI_DCMD_CTRL_SET_PROPS = 0x01020200,
MFI_DCMD_CTRL_SHUTDOWN = 0x01050000,
MFI_DCMD_CTRL_EVENT_GETINFO = 0x01040100,
MFI_DCMD_CTRL_EVENT_GET = 0x01040300,