From owner-cvs-src@FreeBSD.ORG Mon Aug 13 18:46:32 2007 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 6919216A418; Mon, 13 Aug 2007 18:46:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 40DD613C442; Mon, 13 Aug 2007 18:46:32 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7DIkW54088950; Mon, 13 Aug 2007 18:46:32 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7DIkWc8088949; Mon, 13 Aug 2007 18:46:32 GMT (envelope-from jhb) Message-Id: <200708131846.l7DIkWc8088949@repoman.freebsd.org> From: John Baldwin Date: Mon, 13 Aug 2007 18:46:31 +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/sbin/atacontrol atacontrol.c src/sys/dev/ata ata-raid.c src/sys/sys ata.h 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: Mon, 13 Aug 2007 18:46:32 -0000 jhb 2007-08-13 18:46:31 UTC FreeBSD src repository Modified files: sbin/atacontrol atacontrol.c sys/dev/ata ata-raid.c sys/sys ata.h Log: Expand the data structure returned by the ATA RAID status ioctl to include detailed status on each of the backing subdisks. This allows userland to see which subdisks are online, failed, missing, or a hot spare. MFC after: 1 week Approved by: re (bmah) Reviewed by: sos Revision Changes Path 1.43 +31 -19 src/sbin/atacontrol/atacontrol.c 1.124 +22 -14 src/sys/dev/ata/ata-raid.c 1.36 +17 -1 src/sys/sys/ata.h