From owner-freebsd-ppc@FreeBSD.ORG Fri Dec 5 14:50:22 2003 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D746116A4CE for ; Fri, 5 Dec 2003 14:50:22 -0800 (PST) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEAA643F93 for ; Fri, 5 Dec 2003 14:50:20 -0800 (PST) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-124.dsl.onthenet.net [203.144.30.124]) hB5MoCZG039659; Sat, 6 Dec 2003 08:50:12 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <3FD10BA0.4050502@freebsd.org> Date: Sat, 06 Dec 2003 08:50:08 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Gallatin References: <3FCD388F.1030708@freebsd.org> <20031205200646.GC77674@moof.catpipe.net> <16336.63333.417610.675929@grasshopper.cs.duke.edu> <16337.1899.841213.22173@grasshopper.cs.duke.edu> <20031205223738.GB91010@moof.catpipe.net> <20031205224008.GC91010@moof.catpipe.net> <16337.2557.949423.185049@grasshopper.cs.duke.edu> In-Reply-To: <16337.2557.949423.185049@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Buildworld + new kernel X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 22:50:23 -0000 > FWIW, I think there is generally some badness in the console code. > > I built my current kernel natively on a serial console, and the box > would hang every few files. After I did make >& /dev/null, the > hangs stopped altogether. The serial console doesn't get much coverage (you're it :). It might be time to migrate it over to the newer uart code. later, Peter.