Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2005 14:00:10 +0900
From:      Pyun YongHyeon <pyunyh@gmail.com>
To:        "R. Imura" <imura@ryu16.org>
Cc:        John Nielsen <john@jnielsen.net>, freebsd-sparc64@freebsd.org
Subject:   Re: "fast data access mmu miss" on kernels w/o "makeoptions DEBUG=-g"
Message-ID:  <20050920050010.GB754@rndsoft.co.kr>
In-Reply-To: <20050915132631.GA21105%imura@ryu16.org>
References:  <20050824143940.GA65078%imura@ryu16.org> <20050824191437.A36508@newtrinity.zeist.de> <20050827055841.GB83681%imura@ryu16.org> <20050827145503.G19225@newtrinity.zeist.de> <20050827132008.GA28954%imura@ryu16.org> <20050827153704.H19225@newtrinity.zeist.de> <20050827140525.GA29949%imura@ryu16.org> <20050829031058.GA871@rndsoft.co.kr> <20050906152119.GA49672%imura@ryu16.org> <20050915132631.GA21105%imura@ryu16.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 15, 2005 at 10:26:31PM +0900, R. Imura wrote:
 > Hi,
 > 
 > At last week end, I got Mac mini, and I now have a big endian machine. :)
 > FreeBSD/ppc works well. (Sorry, I know this is sparc64 list. ;-p )
 > Smbfs and iconv(9) works well too on my Mac ppc.
 > I tried cd9660, msdosfs and smbfs for iconv(9).
 > 
 > On Wed, Sep 07, 2005 at 12:21:19AM +0900, R. Imura wrote:
 > > BTW, I found we can obtain macros from NetBSD in
 > > contrib/smbfs/include/netsmb/smb_lib.h.
 > 
 > What I had to do is only apply this smb_lib.h change and apply
 > patches which I posted to this list some days ago.
 > I'll commit these changes, later.
 > I don't know all problem fixes on sparc64, though. 
 > 

These changes are not enough to run smbfs on sparc64. AFAIK, ppc allows
non-aligned memory access(with additional penalty) while sparc64/alpha
and ia64 does not. We have to find out all instances of code which smbfs
assumes it can access memory even though it's not aligned correctly.

Anyway, thanks for committing mchain.h. It's prerequsite to smbfs on
sparc64.
-- 
Regards,
Pyun YongHyeon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050920050010.GB754>