From owner-freebsd-sparc64@FreeBSD.ORG Wed Aug 24 17:14:45 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 D4E8C16A41F for ; Wed, 24 Aug 2005 17:14:45 +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 3813043D45 for ; Wed, 24 Aug 2005 17:14:45 +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 j7OHEhsG037106; Wed, 24 Aug 2005 19:14:43 +0200 (CEST) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id j7OHEbJl037105; Wed, 24 Aug 2005 19:14:37 +0200 (CEST) (envelope-from marius) Date: Wed, 24 Aug 2005 19:14:37 +0200 From: Marius Strobl To: "R. Imura" Message-ID: <20050824191437.A36508@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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20050824143940.GA65078%imura@ryu16.org>; from imura@ryu16.org on Wed, Aug 24, 2005 at 11:39:40PM +0900 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:14:45 -0000 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) directly. Btw., NetBSD seems to also have fixed the alignment issues. Marius