From owner-freebsd-stable@FreeBSD.ORG Mon Oct 12 09:01:29 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47AF0106568D for ; Mon, 12 Oct 2009 09:01:29 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id C39698FC1D for ; Mon, 12 Oct 2009 09:01:28 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so932744fga.13 for ; Mon, 12 Oct 2009 02:01:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:cc:subject:references :organization:from:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=NT9SZ7IeAZGYabzz9v19Je98rWd2bAAc2e5/GCxR7CU=; b=Nf8s8LwPnl0HhT36s0SrwX4tjpkLkOcOF1qDY3oqE+xu1t5/gLo+V0xRAvQMAu1/+4 hAoC3h8waXYJKtu70UMF22xBArP8n5hzzAfPz2DTEwaNirQAkN8eLYIu4qNbzAggB7xO 5G2FqRAx1krvKzys9Yr+BRHkCi9UaNUvyeqLU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:cc:subject:references:organization:from:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=eiIvvbTftchuwXRcc33do5KeHlIKUhodXq17aGL2Guku+k5TsoGErxVj7cNQb7xZhL LYo2GY6GM12w+4Fx3eh9LFxOBbVYsrYK15hakw8H5tK0DirzGlAVVAStmip4lXEcYxn0 PQU3XhARVkTJntPtmvjY8ExHsrd5QCwLhZYAM= Received: by 10.86.238.30 with SMTP id l30mr1221793fgh.75.1255338087654; Mon, 12 Oct 2009 02:01:27 -0700 (PDT) Received: from localhost (ms.singlescrowd.net [80.85.90.67]) by mx.google.com with ESMTPS id 12sm4042509fgg.16.2009.10.12.02.01.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 12 Oct 2009 02:01:26 -0700 (PDT) To: Ed Schouten References: <20091011201715.GY71731@hoeg.nl> <81k4z1p3fj.fsf@zhuzha.ua1> <20091012070829.GA71731@hoeg.nl> Organization: TOA Ukraine From: Mikolaj Golub Date: Mon, 12 Oct 2009 12:01:24 +0300 In-Reply-To: <20091012070829.GA71731@hoeg.nl> (Ed Schouten's message of "Mon\, 12 Oct 2009 09\:08\:29 +0200") Message-ID: <81iqelhtp7.fsf@zhuzha.ua1> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: stable@FreeBSD.org, Mikolaj Golub Subject: Re: can't change tty speed and buffer size on 8.0 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: Mon, 12 Oct 2009 09:01:29 -0000 On Mon, 12 Oct 2009 09:08:29 +0200 Ed Schouten wrote: > * Mikolaj Golub wrote: >> So 115200/5=23040 would be more then enough for me :-) > > Great. I've attached a patch that should allow the buffer size to be > configured. Unfortunately gettytab currently sets the baud rate to > 115200, which means we'll always use buffer sizes. I think we'd better > just remove the baud rate assignment and let the kernel decide which > default baud rate for the console is the best. > > I'll commit the patch within the next couple of days. Let me know > whether you experience any problems with it. Applied and it works for me. Thanks. If I notice any issues I will let you know :-) -- Mikolaj Golub