From owner-freebsd-ppc@FreeBSD.ORG Thu Jan 17 02:37:12 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B2CA7B61 for ; Thu, 17 Jan 2013 02:37:12 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 6876F1BC for ; Thu, 17 Jan 2013 02:37:12 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 63A9511C67; Thu, 17 Jan 2013 12:37:10 +1000 (EST) Received: from vpn2ntap-492130.vpn.netapp.com (pos-ext.netapp.com [198.95.226.40]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BJJ46389 (AUTH peterg@ptree32.com.au); Thu, 17 Jan 2013 12:37:09 +1000 Message-ID: <50F763D0.3080209@freebsd.org> Date: Wed, 16 Jan 2013 19:37:04 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: matt Subject: Re: Stupid questions on installing References: <50F66C64.9090008@gmail.com> <50F6E642.5070100@gmail.com> In-Reply-To: <50F6E642.5070100@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 02:37:12 -0000 Hi Matt, > Did we ever have an OF-only syscons for FreeBSD (probably early on)? I > wonder if it would also go over telnet... Early development was done with the OF console, but due to issues (maybe now fixed?) with the context switch to OF from FreeBSD, I abandoned it and went for a syscons framebuffer console made to look a lot like a PC. The OF console does still work if you boot under the gdb psim emulator. Not sure if telnet would work - FreeBSD is going to collide with access to the gem ethernet and also the decrementer interrupt. later, Peter.