From owner-cvs-src@FreeBSD.ORG Fri Sep 12 17:44:53 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3DE31065672; Fri, 12 Sep 2008 17:44:53 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A1D3B8FC0C; Fri, 12 Sep 2008 17:44:53 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8CHirwp019241; Fri, 12 Sep 2008 17:44:53 GMT (envelope-from sepotvin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8CHirit019194; Fri, 12 Sep 2008 17:44:53 GMT (envelope-from sepotvin@repoman.freebsd.org) Message-Id: <200809121744.m8CHirit019194@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sepotvin@repoman.freebsd.org using -f From: "Stephane E. Potvin" Date: Fri, 12 Sep 2008 17:40:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mlx mlx.c src/usr.sbin/mlxcontrol command.c interface.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 17:44:53 -0000 sepotvin 2008-09-12 17:40:17 UTC FreeBSD src repository Modified files: sys/dev/mlx mlx.c usr.sbin/mlxcontrol command.c interface.c Log: SVN rev 182965 on 2008-09-12 17:40:17Z by sepotvin 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 Revision Changes Path 1.55 +1 -1 src/sys/dev/mlx/mlx.c 1.3 +2 -2 src/usr.sbin/mlxcontrol/command.c 1.3 +6 -4 src/usr.sbin/mlxcontrol/interface.c