From owner-freebsd-sparc64@FreeBSD.ORG Wed Aug 24 17:20:49 2005 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 7211E16A41F for ; Wed, 24 Aug 2005 17:20:49 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id C826643D45 for ; Wed, 24 Aug 2005 17:20:48 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id j7OHKlKm037205; Wed, 24 Aug 2005 19:20:47 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j7OHKgsC037204; Wed, 24 Aug 2005 19:20:42 +0200 (CEST) (envelope-from marius) Date: Wed, 24 Aug 2005 19:20:42 +0200 From: Marius Strobl To: "R. Imura" Message-ID: <20050824192042.B36508@newtrinity.zeist.de> References: <200508110931.13802.john@jnielsen.net> <200508201453.40439.jhb@FreeBSD.org> <20050823081517.GB4956@rndsoft.co.kr> <200508230911.18163.john@jnielsen.net> <20050824010147.GD4956@rndsoft.co.kr> <20050824143940.GA65078%imura@ryu16.org> <20050824191437.A36508@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050824191437.A36508@newtrinity.zeist.de>; from marius@alchemy.franken.de on Wed, Aug 24, 2005 at 07:14:37PM +0200 X-AntiVirus: checked by AntiVir Milter (version: 1.1.0-7; AVE: 6.31.1.0; VDF: 6.31.1.172; host: newtrinity.zeist.de) Cc: John Nielsen , freebsd-sparc64@freebsd.org Subject: Re: "fast data access mmu miss" on kernels w/o "makeoptions DEBUG=-g" X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 17:20:49 -0000 On Wed, Aug 24, 2005 at 07:14:37PM +0200, Marius Strobl wrote: > On Wed, Aug 24, 2005 at 11:39:40PM +0900, R. Imura wrote: > > Hi, > > > > On Wed, Aug 24, 2005 at 10:01:47AM +0900, Pyun YongHyeon wrote: > > > On Tue, Aug 23, 2005 at 09:11:17AM -0400, John Nielsen wrote: > > > > On Tuesday 23 August 2005 04:15, Pyun YongHyeon wrote: > > > > > It seems that iconv needs default KOBJMETHOD for ICONV_CONVERTER_NAME. > > > > > With attached patch I can boot my system with LIBICONV. > > > > > John Nielsen, would you please let me know how the attached patch goes > > > > > on your system? > > > > > > > > My system already boots fine with LIBICONV, although I haven't tried > > > > > > Then it seems that you are seeing differnet issues not known to me. > > > Would you please post stack trace? > > > > > > > mounting and SMB FS yet. > > > > > > > > > > smbfs does not work on sparc64 as smbfs assumes it runs on > > > architectures that allow on-aligned memory access. It also needs > > > big-endian clean up too.(See sys/mchain.h) > > > > To begin with, you might want this patch. :) > > > > You probably should go the NetBSD route and change the consumers > of these macros to use the byteorder(9) functions like htole16(9) Meant to note that these are also available for userland...