]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r254906 -- add SYSPD (real jbod) support to mfiutil
authorsbruno <sbruno@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Sep 2013 21:05:01 +0000 (21:05 +0000)
committersbruno <sbruno@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Sep 2013 21:05:01 +0000 (21:05 +0000)
commit4f260d196df90c7fac7f20a12d3de877ba3e115e
tree1fea1ab0345aec6acb8115a139d952b368cf6fb2
parent5ca418dac61b6dba258d9fbcca4b87c24fbea512
MFC r254906 -- add SYSPD (real jbod) support to mfiutil

Add support to reconfigure a drive as SYSPD (real JBOD in LSI
terminology).

Adds command "mfiutil syspd <drive#>" to change a drive to SYSPD.  Drive
will then be scanned/reported immediately as /dev/mfisyspdX by the host.

"mfiutil good <drive#>" clears SYSPD mode, remove /dev/mfisyspdX and
sets disk into UNCONFIGURED mode.

Tested on Dell H310 SAS/SATA RAID controller.

git-svn-id: svn://svn.freebsd.org/base/stable/8@255430 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/mfiutil/mfi_drive.c
usr.sbin/mfiutil/mfiutil.8
usr.sbin/mfiutil/mfiutil.c