From owner-freebsd-ppc@FreeBSD.ORG Fri Jun 30 11:43:39 2006 Return-Path: X-Original-To: freebsd-ppc@freebsd.org 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 1524F16A407; Fri, 30 Jun 2006 11:43:39 +0000 (UTC) (envelope-from matt@genesi-usa.com) Received: from mail.genesippc.com (mithrandir.softwarenexus.net [66.98.186.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB4314465F; Fri, 30 Jun 2006 11:43:37 +0000 (GMT) (envelope-from matt@genesi-usa.com) Received: from p54b0e6cf.dip.t-dialin.net ([84.176.230.207] helo=yukito) by mail.genesippc.com with esmtpa (Exim 4.62 (FreeBSD)) (envelope-from ) id 1FwHLP-000Hmi-Tj; Fri, 30 Jun 2006 11:39:32 +0000 From: "Matt Sealey" To: , "'Peter Grehan'" Date: Fri, 30 Jun 2006 06:43:31 -0500 Organization: Genesi Message-ID: <002a01c69c3a$6c5c43a0$99dfdfdf@bakuhatsu.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: <011f01c69c1f$bb0c1bd0$99dfdfdf@bakuhatsu.net> Thread-Index: AcabuWkH/eqAlYjXT8+1mFQJw1O+RwAZX3NgAAbP1LA= Cc: freebsd-ppc@freebsd.org Subject: RE: FreeBSD 6.0 on Pegasos/ODW X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: matt@genesi-usa.com List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 11:43:39 -0000 > Okay I have access to one now (thanks Peter Czanik :) Building was a miserable failure. It went through and did the world and then the kernel failed first because driver "zs" wasn't found (we commented out zs and put the 16550 uart in instead) and then it churned and puked on linking; I don't really have all the time I want to spend on this so I will just leave it. I still can't find the memory, availalble, reg, etc. references in the loader or kernel so I am not sure what I would do with a recompiled loader/kernel anyway.. there is nothing I can see that can be fixed. linking kernel.debug sio_pci.o(.text+0xd4): In function `sio_pci_attach': /usr/src/sys/dev/sio/sio_pci.c:105: undefined reference to `sioattach' sio_pci.o(.text+0x2d8): In function `sio_pci_probe': /usr/src/sys/dev/sio/sio_pci.c:154: undefined reference to `sioprobe' sio_pci.o(.data+0x14): In function `sio_pci_attach': /usr/src/sys/dev/sio/sio_pci.c:94: undefined reference to `siodetach' sio_pci.o(.data+0x20):/usr/src/sys/dev/sio/sio_pci.c:94: undefined reference to `sio_driver_name' sio_pci.o(.data+0xd8):/usr/src/sys/dev/sio/sio_pci.c:106: undefined reference to `sio_devclass' sio_pci.o(.data+0x118): In function `sio_pci_kludge_unit': /usr/src/sys/dev/sio/sio_pci.c:115: undefined reference to `sio_devclass' sio_iobus.o(.text+0x20): In function `sio_iobus_attach': /usr/src/sys/powerpc/psim/sio_iobus.c:75: undefined reference to `sioattach' sio_iobus.o(.text+0xf8): In function `sio_iobus_probe': /usr/src/sys/powerpc/psim/sio_iobus.c:92: undefined reference to `sioprobe' sio_iobus.o(.data+0x18): In function `sio_iobus_attach': /usr/src/sys/powerpc/psim/sio_iobus.c:75: undefined reference to `sio_driver_name' sio_iobus.o(.data+0x40): In function `sio_iobus_probe': /usr/src/sys/powerpc/psim/sio_iobus.c:80: undefined reference to `sio_devclass' *** Error code 1 Stop in /usr/obj/powerpc/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.