From owner-cvs-all@FreeBSD.ORG Sat Jan 14 00:03:56 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECC1116A41F; Sat, 14 Jan 2006 00:03:56 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D7043D45; Sat, 14 Jan 2006 00:03:55 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k0E03tSQ070509; Fri, 13 Jan 2006 19:03:55 -0500 (EST) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Fri, 13 Jan 2006 19:03:38 -0500 User-Agent: KMail/1.6.2 References: <200601132350.k0DNoMMM098719@repoman.freebsd.org> In-Reply-To: <200601132350.k0DNoMMM098719@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200601131903.39179.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV devel-20050919/1240/Fri Jan 13 11:57:12 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/amr amrreg.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2006 00:03:57 -0000 On Friday 13 January 2006 06:50 pm, Jung-uk Kim wrote: > jkim 2006-01-13 23:50:22 UTC > > FreeBSD src repository > > Modified files: > sys/dev/amr amrreg.h > Log: > - Correct amr_enquiry3 structure[1]. > - Remove redundant AMR_CONFIG_ENQ3_SOLICITED_NOTIFY from the > previous commit while I am here. > > PR: kern/29727 [1] > > Revision Changes Path > 1.10 +5 -5 src/sys/dev/amr/amrreg.h With this fix, you can check status of physical drives now. To test this fix, I modified 'amrstat', which was originally posted here: http://docs.freebsd.org/cgi/mid.cgi?4232CA88.4040602 My quick and dirty modification is available from here: http://people.freebsd.org/~jkim/amrstat2.tar.gz Just for the record... Jung-uk Kim