From owner-freebsd-sparc64@FreeBSD.ORG Wed Jun 21 00:12:26 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org 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 7354016A474 for ; Wed, 21 Jun 2006 00:12:26 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E175843D69 for ; Wed, 21 Jun 2006 00:11:53 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so33537nzi for ; Tue, 20 Jun 2006 17:11:52 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=KFj9kH7xzzXISGe9SybSlApBuEqssdxwTecGw0JAc5Jr6EXT1hwXAu1AVMlOwgPkLw1rTlu2nUD2viTliFikkJZMl5qfc3zJttl5byJWf+mEz3Vw3m9yaB4DlbpQTa+y3ntHVkf5Offt6fwGumH93Cqb9TBA8mz9X7YK6i+Lxr0= Received: by 10.36.43.14 with SMTP id q14mr71134nzq; Tue, 20 Jun 2006 17:11:52 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.gmail.com with ESMTP id 20sm71561nzp.2006.06.20.17.11.51; Tue, 20 Jun 2006 17:11:52 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id k5L0CDh3013363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 21 Jun 2006 09:12:13 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id k5L0CBNA013362; Wed, 21 Jun 2006 09:12:11 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 21 Jun 2006 09:12:11 +0900 From: Pyun YongHyeon To: Jim Bryant Message-ID: <20060621001211.GB13097@cdnetworks.co.kr> References: <449834CA.2030005@chattingaway.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <449834CA.2030005@chattingaway.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-sparc64@freebsd.org Subject: Re: Problem: fpa(4) on sparc64 6.1-RELEASE X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 00:12:26 -0000 On Tue, Jun 20, 2006 at 12:47:54PM -0500, Jim Bryant wrote: > I am getting a panic with a GENERIC with all non-available hardware > drivers stripped out with "device fddi" and "device fpa" in the config. > The only things I added to GENERIC after stripping out the unneeded > things was the fddi, the sound, and the openfirmware. The system boots > fine with the fddi stuff commented out of the config. > > Any suggestions? Is anyone working on this? > [Removed unnecessary CC except freebsd-sparc64 ML] > Console log follows: ... [snip] ... > sym1: No NVRAM, ID 7, Fast-20, SE, parity checking > sym1: [GIANT-LOCKED] > fpa0: port 0xc00-0xc7f mem ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > 0x5000-0x507f,0x10000-0x1ffff at device 2.0 on pci2 > panic: trap: fast data access mmu miss > Uptime: 1s > Automatic reboot in 15 seconds - press a key on the console to abort > Rebooting... > Resetting ... > Quick reading the fpa(4) source code shows that the driver is not bus_dma(9) aware driver. So I guess it would not work for sparc64. -- Regards, Pyun YongHyeon