From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 18 15:56:51 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA71616A421 for ; Mon, 18 Jun 2007 15:56:51 +0000 (UTC) (envelope-from christian.kandeler@hob.de) Received: from mailgate.hob.de (mailgate.hob.de [212.185.199.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9255813C483 for ; Mon, 18 Jun 2007 15:56:49 +0000 (UTC) (envelope-from christian.kandeler@hob.de) Received: from localhost (localhost.localdomain [127.0.0.1]) by mailgate.hob.de (Postfix) with ESMTP id 460C8280F7 for ; Mon, 18 Jun 2007 17:56:48 +0200 (CEST) Received: from mailgate.hob.de ([127.0.0.1]) by localhost (mailgate.hob.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02703-05 for ; Mon, 18 Jun 2007 17:56:47 +0200 (CEST) Received: from imap.hob.de (mail2.hob.de [172.25.1.102]) by mailgate.hob.de (Postfix) with ESMTP id DB737280F4 for ; Mon, 18 Jun 2007 17:56:47 +0200 (CEST) Received: from [172.22.0.190] (linux03.hob.de [172.22.0.190]) by imap.hob.de (Postfix on SuSE eMail Server 2.0) with ESMTP id 88A28C19BA for ; Mon, 18 Jun 2007 17:56:47 +0200 (CEST) From: Christian Kandeler Organization: HOB To: freebsd-hackers@freebsd.org Date: Mon, 18 Jun 2007 17:56:43 +0200 User-Agent: KMail/1.6.2 References: <200706151541.51913.christian.kandeler@hob.de> <200706180859.15865.christian.kandeler@hob.de> <5DD69BA8-586A-4B7F-B9B4-ECA9C74F41F3@mac.com> In-Reply-To: <5DD69BA8-586A-4B7F-B9B4-ECA9C74F41F3@mac.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200706181756.43580.christian.kandeler@hob.de> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at hob.de Subject: Re: Question about serial console code X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 15:56:51 -0000 On Monday 18 June 2007 17:39, Marcel Moolenaar wrote: > Uhm, on line 817 in uart_dev_ns8250.c, which falls in function > uart_bus_probe(), both the rx and tx fifo sizes are set to 1. Yes, I was apparently working with an outdated release (6.1). Should have checked the current one first. Sorry about the noise. Regards, Christian Kandeler