From owner-cvs-src@FreeBSD.ORG Fri Sep 19 18:38:46 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27099106566B; Fri, 19 Sep 2008 18:38:46 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk1.360sip.com [72.236.70.240]) by mx1.freebsd.org (Postfix) with ESMTP id E63C08FC0A; Fri, 19 Sep 2008 18:38:45 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.0.61] ([204.244.149.125]) (authenticated bits=0) by sippysoft.com (8.13.8/8.13.8) with ESMTP id m8JI7vSc073452 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Sep 2008 11:07:57 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <48D3EA7F.7010706@FreeBSD.org> Date: Fri, 19 Sep 2008 11:07:59 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: grehan@FreeBSD.org References: <200809191100.m8JB0T2T037268@repoman.freebsd.org> <48D3CB22.4090006@freebsd.org> In-Reply-To: <48D3CB22.4090006@freebsd.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/ofw/libofw Makefile ofw_console.c 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: Fri, 19 Sep 2008 18:38:46 -0000 Peter Grehan wrote: > Hi Maxim, > >> On PowerPC send output to both "/chosen/stdout" and "screen" nodes, >> unless >> they point to the very same device. This should make loader usable on >> some (all?) PowerMacs > > What machine(s) are you seeing this on ? I've 'C' hot-key booted a > bunch of different models with 7.1-BETA. MacMini G4 1.2GHz. I've re-checked with latest 7.1-BETA ISO, indeed if I am holding 'C' key the messages are displayed correctly, so that my checkin comment is partially invalid. However, the issue is that if I set boot-device in NVRAM to "cd:,\boot\loader cd:" or to "cd:,\boot\loader hd:6" (I use the latter to routinely bootstrap my Mini which has no HFS partitions) the screen remain gray and blank even though the FreeBSD boots unless I do ALT-CMD-O-F. With those two changes, both loader and kernel access console just fine. Am I doing something wrong? -Maxim