From owner-freebsd-current@FreeBSD.ORG Fri Aug 15 06:10:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0516D37B401 for ; Fri, 15 Aug 2003 06:10:48 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7F2A43FB1 for ; Fri, 15 Aug 2003 06:10:46 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id XAA00116; Fri, 15 Aug 2003 23:10:29 +1000 Date: Fri, 15 Aug 2003 23:10:28 +1000 (EST) From: Bruce Evans X-X-Sender: bde@delplex.bde.org To: Julian Elischer In-Reply-To: Message-ID: <20030815225513.N73651@delplex.bde.org> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Poul-Henning Kamp cc: current@freebsd.org Subject: Re: HEADSUP: pca driver being retired. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2003 13:10:48 -0000 On Wed, 13 Aug 2003, Julian Elischer wrote: > Well I'm not too happy about this.. > > It's the only audio I have on my TI-810 laptop. > That is however not running -current yet. > > I'm also not pleased from the perspective that this is the only > major example in the tree of how to use the clock-speedup > code in i386/isa/clock.c. A very nice piece of functionality I use quite > often. I use pca only to exercise the clock-speedup code. I use the clock (interrupt) speedup code mainly for generating interrupt load for stress testing. I could easily replace this by a sysctl. [Context lost to top posting.] Bruce