aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mfiutil/Makefile
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2013-04-08 17:46:45 +0000
committerMark Johnston <markj@FreeBSD.org>2013-04-08 17:46:45 +0000
commitdee3e845aa5f8e1d3ffe55e6be14ede15f4e93f4 (patch)
tree5f91eff0d0ed32759dc5ded30064257f5ee6a7fd /usr.sbin/mfiutil/Makefile
parent1fe2e04bb605267a8690ca086ede6b147e7263ce (diff)
downloadsrc-dee3e845aa5f8e1d3ffe55e6be14ede15f4e93f4.tar.gz
src-dee3e845aa5f8e1d3ffe55e6be14ede15f4e93f4.zip
Add support for getting and setting BBU properties related to battery
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
Notes
Notes: svn path=/head/; revision=249257
Diffstat (limited to 'usr.sbin/mfiutil/Makefile')
-rw-r--r--usr.sbin/mfiutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mfiutil/Makefile b/usr.sbin/mfiutil/Makefile
index e10035846ad6..c460b3fa02ed 100644
--- a/usr.sbin/mfiutil/Makefile
+++ b/usr.sbin/mfiutil/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PROG= mfiutil
-SRCS= mfiutil.c mfi_cmd.c mfi_config.c mfi_drive.c mfi_evt.c mfi_flash.c \
- mfi_patrol.c mfi_show.c mfi_volume.c
+SRCS= mfiutil.c mfi_bbu.c mfi_cmd.c mfi_config.c mfi_drive.c mfi_evt.c \
+ mfi_flash.c mfi_patrol.c mfi_show.c mfi_volume.c
MAN8= mfiutil.8
CFLAGS+= -fno-builtin-strftime