From owner-freebsd-sparc64@FreeBSD.ORG Sun Jan 9 15:40:04 2005 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C00616A4CE for ; Sun, 9 Jan 2005 15:40:04 +0000 (GMT) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id A353243D31 for ; Sun, 9 Jan 2005 15:40:03 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) j09Fdrha023650; Sun, 9 Jan 2005 16:39:53 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.10/8.12.10/Submit) id j09FdiiI023649; Sun, 9 Jan 2005 16:39:44 +0100 (CET) (envelope-from marius) Date: Sun, 9 Jan 2005 16:39:44 +0100 From: Marius Strobl To: Cyril Tikhomiroff Message-ID: <20050109163944.I217@newtrinity.zeist.de> References: <41E09473.6070106@anor.net> <20050109145433.A21246@newtrinity.zeist.de> <41E13CEE.4060701@anor.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <41E13CEE.4060701@anor.net>; from tikho@anor.net on Sun, Jan 09, 2005 at 10:17:18PM +0800 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-3; AVE: 6.29.0.5; VDF: 6.29.0.52; host: newtrinity.zeist.de) cc: freebsd-sparc64@freebsd.org Subject: Re: 5.3 cd installation panic X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2005 15:40:04 -0000 On Sun, Jan 09, 2005 at 10:17:18PM +0800, Cyril Tikhomiroff wrote: > Hello, > > Thank you for your reply. > > Here it is: > > ok cd /pci@1f,4000 > ok ls > f0082474 SUNW,hme@2,1 > f007c398 scsi@3 > f0074bd0 network@1,1 > f0074a34 pci108e,1000 > f0060540 ebus@1 > > then > > ok cd pci108e,1000 > ok .properties > name pci108e,1000 > fast-back-to-back > devsel-speed 00000001 > class-code 00068000 > max-latency 00000019 > min-grant 0000000a > revision-id 00000001 > device-id 00001000 > vendor-id 0000108e > > This device lack the reg properties. I don't what device it is. > It's sort of a alias/symlink node to one of the EBus bridges in your U30. It's not the only one known to exist but the others I'm aware of at least consist of a "name" and a "reg" property and therefore don't cause problems with the current code. This one should be save to just ignore in FreeBSD but the question is how you can install FreeBSD in the first place. From the above output it's not entirely clear if it refers to the unused EBus bridge on the add-on HME card which normally is disabled by the firmware or the onboard one which is used for the serial ports etc. (but which is more likely). At a first step you could try to remove the add-on HME card, if the node refers to the unused EBus bridge on this card it should just disappear then. If this doesn't help you could try to update to the latest firmware revision which is 3.27 and available from: http://sunsolve.sun.com/handbook_pub/Devices/Boot_PROM/BootPROM_Sun4u.html#U30 Marius