From owner-freebsd-sparc64@FreeBSD.ORG Wed Aug 24 01:04:54 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 A0BE116A41F for ; Wed, 24 Aug 2005 01:04:54 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB13643D48 for ; Wed, 24 Aug 2005 01:04:53 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so2651rne for ; Tue, 23 Aug 2005 18:04:53 -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=hNaExWu69peDIKjPw/iNat2YFAFNT/t2yolPaG9Efc2+Nsn/oUEdNBiw7ppIfjAhWqeAExXBV9vUs/+27KjAffWtXgbhI0mJfn9W6SlgJ5I8GeI+vTnSE1ihEzQCO5Y6ajyakUaSHf8BZH739NEHPtEY1FKUpnugHP0E4p+MDTo= Received: by 10.38.209.5 with SMTP id h5mr13571rng; Tue, 23 Aug 2005 18:04:53 -0700 (PDT) Received: from michelle.rndsoft.co.kr ( [211.32.202.211]) by mx.gmail.com with ESMTP id k6sm4317rnd.2005.08.23.18.04.52; Tue, 23 Aug 2005 18:04:53 -0700 (PDT) Received: from michelle.rndsoft.co.kr (localhost.rndsoft.co.kr [127.0.0.1]) by michelle.rndsoft.co.kr (8.13.1/8.13.1) with ESMTP id j7O11s9B009852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Aug 2005 10:01:54 +0900 (KST) (envelope-from yongari@rndsoft.co.kr) Received: (from yongari@localhost) by michelle.rndsoft.co.kr (8.13.1/8.13.1/Submit) id j7O11lwq009851; Wed, 24 Aug 2005 10:01:47 +0900 (KST) (envelope-from yongari@rndsoft.co.kr) Date: Wed, 24 Aug 2005 10:01:47 +0900 From: Pyun YongHyeon To: John Nielsen Message-ID: <20050824010147.GD4956@rndsoft.co.kr> References: <200508110931.13802.john@jnielsen.net> <200508201453.40439.jhb@FreeBSD.org> <20050823081517.GB4956@rndsoft.co.kr> <200508230911.18163.john@jnielsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200508230911.18163.john@jnielsen.net> User-Agent: Mutt/1.4.2.1i Cc: 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 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, 24 Aug 2005 01:04:54 -0000 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) > JN -- Regards, Pyun YongHyeon