From owner-freebsd-questions@FreeBSD.ORG Tue Dec 14 16:46:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B2A16A4CE for ; Tue, 14 Dec 2004 16:46:45 +0000 (GMT) Received: from szamoca.krvarr.bc.ca (s142-179-111-232.bc.hsia.telus.net [142.179.111.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBDD043D39 for ; Tue, 14 Dec 2004 16:46:44 +0000 (GMT) (envelope-from sandy@krvarr.bc.ca) Received: from szamoca.krvarr.bc.ca (localhost [127.0.0.1]) by szamoca.krvarr.bc.ca (8.13.1/8.12.11) with ESMTP id iBEGkHBj000668; Tue, 14 Dec 2004 08:46:17 -0800 (PST) (envelope-from sandy@szamoca.krvarr.bc.ca) Received: (from sandy@localhost) by szamoca.krvarr.bc.ca (8.13.1/8.12.11/Submit) id iBEGkG7E000665; Tue, 14 Dec 2004 08:46:16 -0800 (PST) (envelope-from sandy) From: Sandy Rutherford MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16831.6359.873230.920480@szamoca.krvarr.bc.ca> Date: Tue, 14 Dec 2004 08:46:15 -0800 To: "Kevin D. Kinsey, DaleCo, S.P." In-Reply-To: <41BDD963.1000502@daleco.biz> References: <16829.40585.759971.425967@szamoca.krvarr.bc.ca> <41BDBC77.6030309@nbritton.org> <41BDD963.1000502@daleco.biz> X-Mailer: VM 7.07 under Emacs 21.3.1 cc: Nikolas Britton cc: freebsd-questions@freebsd.org Subject: Re: Changing hw.snd.pcm0.buffersize in 4.10. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2004 16:46:45 -0000 >>>>> On Mon, 13 Dec 2004 12:03:15 -0600, >>>>> "Kevin D. Kinsey, DaleCo, S.P." said: > I wonder if it wouldn't be: > set hw.snd.pcm0.bufffersize=N This doesn't work either. No error --- it just ignores the setting. > in accordance with other variables in /boot/loader.help. > OTOH, there was a note in > /sys/i386/isa/sound/sound_config.h > (as of March) that refers to using "make config" > to change the DSP_BUFFERSIZE constant during, I assume, > the kernel build operation. As I didn't start using > FreeBSD on the desktop until 5.2 came out, I can't > say that this is in anyway authoritative, and possibly > isn't even helpful, though.... DSP_BUFFSIZE is not among the options that are setable in the kernel config file and any attempt to set it gives an error when config is run. I'm guessing that the only way to change this is by hacking the header files in the kernel source. Thanks, Sandy