From owner-cvs-src@FreeBSD.ORG Thu Nov 30 07:15:44 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BE3216A40F; Thu, 30 Nov 2006 07:15:44 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57FEF43CA3; Thu, 30 Nov 2006 07:15:37 +0000 (GMT) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id 276EF140EC03; Thu, 30 Nov 2006 07:16:55 +0000 (GMT) Date: Thu, 30 Nov 2006 07:16:55 +0000 From: John Birrell To: John Hay Message-ID: <20061130071654.GA3817@what-creek.com> References: <200611300417.kAU4H51q022455@repoman.freebsd.org> <20061130060752.R25145@maildrop.int.zabbadoz.net> <20061130063341.GB3507@what-creek.com> <20061130065126.GA30489@zibbi.meraka.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061130065126.GA30489@zibbi.meraka.csir.co.za> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/conf options src/sys/i386/i386 genassym.c src/sys/kern subr_prf.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 genassym.c src/sys/sun4v/conf GENERIC ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 07:15:44 -0000 On Thu, Nov 30, 2006 at 08:51:26AM +0200, John Hay wrote: > Does this work on serial consoles too or does one have to set something? > > I just built a new kernel for my arm Avila board and when it boots it > only print one line: > > KDB: debugger backends: > > A kernel built yesterday did boot right into multi-user mode. The buffering is in the printf/vprintf functions. Without it, the output goes directo each console, character by character like it has always done. It should have no effect on the system booting to multi-user mode. -- John Birrell