From owner-freebsd-current@FreeBSD.ORG Sun Jul 4 19:48:14 2004 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 5B45016A4CE; Sun, 4 Jul 2004 19:48:14 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9F9343D41; Sun, 4 Jul 2004 19:48:13 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 2356B65464; Sun, 4 Jul 2004 20:48:12 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 97221-04-6; Sun, 4 Jul 2004 20:48:11 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 6EA63653F9; Sun, 4 Jul 2004 20:48:11 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id BD873614B; Sun, 4 Jul 2004 20:48:10 +0100 (BST) Date: Sun, 4 Jul 2004 20:48:10 +0100 From: Bruce M Simpson To: Don Lewis Message-ID: <20040704194810.GB13687@empiric.dek.spc.org> Mail-Followup-To: Don Lewis , darron@kewl.org, freebsd-current@FreeBSD.org References: <60503.1088681781@bogus.kewl.org> <200407041857.i64Iv7Ic083748@gw.catspoiler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407041857.i64Iv7Ic083748@gw.catspoiler.org> cc: darron@kewl.org cc: freebsd-current@FreeBSD.org Subject: Re: Network diagrams ready 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: Sun, 04 Jul 2004 19:48:14 -0000 On Sun, Jul 04, 2004 at 11:57:07AM -0700, Don Lewis wrote: > Since this value only gets used in the device attach routine I think > this would have to be done with a device hint. The sound player > application should already have the ability to change the buffer size to > something other than the default with a runtime ioctl(). Like hint.pcm0.buffersize for example? I haven't tried this but casual code inspection suggests that it would work. BMS