summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mfiutil/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert usr.sbin to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* Split the last gcc-specific flags off into CFLAGS.gcc. This alsodim2014-01-051-1/+1
| | | | | | | removes the need to use -Qunused-arguments for clang throughout the tree. MFC after: 3 days
* Add support for controlling mfi(4) controller properties:sbruno2013-11-071-1/+2
| | | | | | | | allow user control of rebuild rate allow user control of silence/enable alarm MFC after: 2 weeks Sponsored by: Yahoo! Inc.
* Implement foreign volume handling. Allows admins to view foreign metadatasbruno2013-06-081-1/+1
| | | | | | | | | and clear or import it for use. PR: kern/172091 Submitted by: smh@freebsd.org Reviewed by: jhb@freebsd.org MFC after: 2 weeks
* Add support for getting and setting BBU properties related to batterymarkj2013-04-081-2/+2
| | | | | | | | | | | | relearning. Specifically, add subcommands to mfiutil(8) which allow the user to set the BBU and autolearn modes when the firmware supports it, and add a subcommand which kicks off a battery relearn. Reviewed by: sbruno, rstone Tested by: sbruno Approved by: rstone (co-mentor) MFC after: 2 weeks Sponsored by: Sandvine Incorporated
* Add __unused macros to appropriate places in order to allow buildingeadler2012-06-191-1/+0
| | | | | | | with WARNS=6 on base gcc, gcc46, and clang Approved by: cperciva MFC after: 1 week
* Fixed dependencies (make checkdpadd).ru2010-02-251-0/+1
|
* Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README.scottl2009-08-171-0/+1
| | | | Approved by: re
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6scottl2009-08-131-0/+17
controllers. Controller, array, and drive status can be checked, basic attributes can be changed, and arrays and spares can be created and deleted. Controller firmware can also be flashed. This does not replace MegaCLI, found in ports, as that is officially sanctioned and supported by LSI and includes vastly more functionality. However, mfiutil is open source and guaranteed to provide basic functionality, which can be especially useful if you have a problem and can't get MegaCLI to work. Approved by: re Obtained from: Yahoo! Inc.
OpenPOWER on IntegriCloud