From owner-freebsd-stable@FreeBSD.ORG Fri May 4 06:28:45 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C1A316A404 for ; Fri, 4 May 2007 06:28:45 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 3521A13C465 for ; Fri, 4 May 2007 06:28:45 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l446SYRR069498; Fri, 4 May 2007 00:28:34 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <463AD28B.9070709@samsco.org> Date: Fri, 04 May 2007 00:28:27 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Ian Smith References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Fri, 04 May 2007 00:28:34 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: stable@freebsd.org, "Sean C. Farley" , Ulrich Spoerlein Subject: Re: acd and iostat [was Re: FreeBSD vs Region Code DVDs] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 06:28:45 -0000 Ian Smith wrote: > On Thu, 3 May 2007, Scott Long wrote: > > > Ulrich Spoerlein wrote: > [..] > > > PS: why is iostat(1) not working for acd(4) devices? > > > > Because acd doesn't make use of the standard kernel facilities that make > > iostat work. It's a deliberate choice by the driver author. > > Same for systat -vm of course. I guess this was a regression, as acdX > used to show up fine in 4.X in {sys,io}stat, whether or not also showing > cdX (with atapicam). I often used to watch it while testing burned CDs. > > Was that because of an API change to said kernel facilities, perhaps? > > Cheers, Ian > No, the devstat kernel API hasn't changed in since it was introduced nearly 10 years ago. Scott