From owner-freebsd-current@FreeBSD.ORG Sat Sep 13 15:13:55 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2F391065672 for ; Sat, 13 Sep 2008 15:13:55 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swipnet.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 733FF8FC0C for ; Sat, 13 Sep 2008 15:13:49 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=d--dbJyjI2EA:10 a=UJ0z3L3CxD8A:10 a=ZtwMFzhc6XSROYQlMkMA/A==:17 a=8MaLEW-m9frk5s24xYQA:9 a=GSQcm0Uas6IW-psr6hEWaGF8McQA:4 a=50e4U0PicR4A:10 Received: from [62.113.133.218] (account mc467741@c2i.net [62.113.133.218] verified) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 902544717; Sat, 13 Sep 2008 17:13:48 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 13 Sep 2008 17:15:33 +0200 User-Agent: KMail/1.9.7 References: <87fxot5hoi.fsf@kobe.laptop> <20080826160144.GG99951@hoeg.nl> In-Reply-To: <20080826160144.GG99951@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809131715.36017.hselasky@c2i.net> Cc: Ed Schouten Subject: Re: mpsafetty and [missing] multi put char X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 13 Sep 2008 15:13:56 -0000 Hi Ed, Maybe I've overlooked something, but why is there no multi put char function. Isn't looping over "tty_putchar(struct tty *tp, char c)" really slow when receiving 70-80kbyte per second? --HPS