summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mlxcontrol/command.c
diff options
context:
space:
mode:
authorsepotvin <sepotvin@FreeBSD.org>2008-09-12 17:40:17 +0000
committersepotvin <sepotvin@FreeBSD.org>2008-09-12 17:40:17 +0000
commit6d5e175ceb85f51379f0ff7477ade6dc25e7e954 (patch)
treefa6049849ab9735b9c75084f246857df36936a8f /usr.sbin/mlxcontrol/command.c
parent6ded760f17499dfd4b22eddbcccb63712cb9265a (diff)
downloadFreeBSD-src-6d5e175ceb85f51379f0ff7477ade6dc25e7e954.zip
FreeBSD-src-6d5e175ceb85f51379f0ff7477ade6dc25e7e954.tar.gz
Make mlxcontrol work with more than one system drive:
- When searching for the next system drive, return the next one instead of always returning the first one. - Plug fd lead and make sure that the MLX_NEXT_CHILD ioctl is called on the controller fd, not the disk's one. While there, fix a cut-n-pase error in a warning. Reviewed by: jhb Approved by: kan (mentor) MFC after: 1 month
Diffstat (limited to 'usr.sbin/mlxcontrol/command.c')
-rw-r--r--usr.sbin/mlxcontrol/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/mlxcontrol/command.c b/usr.sbin/mlxcontrol/command.c
index a364767..a7dc88f 100644
--- a/usr.sbin/mlxcontrol/command.c
+++ b/usr.sbin/mlxcontrol/command.c
@@ -628,7 +628,7 @@ cmd_rebuild(int argc, char *argv[])
warnx("drive rebuild or consistency check is already in progress on this controller");
break;
default:
- warn("ioctl MLXD_CHECKASYNC");
+ warn("ioctl MLXD_REBUILDASYNC");
}
}
return(0);
OpenPOWER on IntegriCloud