svn commit: r255806 - head/sys/dev/mfi
Sean Bruno
sbruno at FreeBSD.org
Sun Sep 22 23:48:42 UTC 2013
Author: sbruno
Date: Sun Sep 22 23:48:41 2013
New Revision: 255806
URL: http://svnweb.freebsd.org/changeset/base/255806
Log:
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
Modified:
head/sys/dev/mfi/mfireg.h
Modified: head/sys/dev/mfi/mfireg.h
==============================================================================
--- head/sys/dev/mfi/mfireg.h Sun Sep 22 23:47:56 2013 (r255805)
+++ head/sys/dev/mfi/mfireg.h Sun Sep 22 23:48:41 2013 (r255806)
@@ -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,
More information about the svn-src-head
mailing list