From owner-freebsd-sparc64@FreeBSD.ORG Fri Dec 23 02:07:18 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 A010716A41F for ; Fri, 23 Dec 2005 02:07:18 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9C343D60 for ; Fri, 23 Dec 2005 02:07:17 +0000 (GMT) (envelope-from pyunyh@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so539939nzo for ; Thu, 22 Dec 2005 18:07:16 -0800 (PST) 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=ZXXG0eIthh3nvObq9xyFT5YrVSXPSL2RDb1reInJSvnZVBWvyV++KTL7qrS+CUBPZAiiCCoh4nSxpJUNbGjxlhUDAyt4D4HEbqL7Uko9TJm5hyAtT823R+SiLpRNpYYt4Oy7fgsLrwUEXtuAiGiJi9GUrVOdSsYpv0j2EFmH4S0= Received: by 10.36.146.1 with SMTP id t1mr2404713nzd; Thu, 22 Dec 2005 18:07:16 -0800 (PST) Received: from michelle.rndsoft.co.kr ( [211.32.202.217]) by mx.gmail.com with ESMTP id 15sm3758634nzp.2005.12.22.18.07.15; Thu, 22 Dec 2005 18:07:16 -0800 (PST) Received: from michelle.rndsoft.co.kr (localhost.rndsoft.co.kr [127.0.0.1]) by michelle.rndsoft.co.kr (8.13.5/8.13.5) with ESMTP id jBN26eu7005397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Dec 2005 11:06:40 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.rndsoft.co.kr (8.13.5/8.13.5/Submit) id jBN26dMJ005396; Fri, 23 Dec 2005 11:06:39 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 23 Dec 2005 11:06:38 +0900 From: Pyun YongHyeon To: Marius Strobl Message-ID: <20051223020638.GA4980@rndsoft.co.kr> References: <20051205202342.B88929@newtrinity.zeist.de> <20051206011240.GA5298@rndsoft.co.kr> <20051206160540.L75892@newtrinity.zeist.de> <20051222023020.GA1106@rndsoft.co.kr> <20051222133142.F73901@newtrinity.zeist.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051222133142.F73901@newtrinity.zeist.de> User-Agent: Mutt/1.4.2.1i Cc: freebsd-sparc64@freebsd.org Subject: Re: FreeBSD booted multiuser on USIII 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: Fri, 23 Dec 2005 02:07:18 -0000 On Thu, Dec 22, 2005 at 01:31:45PM +0100, Marius Strobl wrote: > On Thu, Dec 22, 2005 at 11:30:20AM +0900, Pyun YongHyeon wrote: > > On Tue, Dec 06, 2005 at 04:05:40PM +0100, Marius Strobl wrote: > > > > > > - Some other MD bus and device drivers need some tweaking > > > here and there but all in all no big deal. For USIIIi > > > we'll however need a bge(4) working on sparc64 as at > > > least some USIIIi machines have bge(4) NICs on-board. > > > > I just committed bge(4) patch to HEAD. It was tested on U60 and it > > seems to work well. Any chance to give it spin? > > > > I'll give it a try as soon as the setup at the befarm permits. > Btw., could you please replace the printf() calls in bge(4) > with device_printf() and if_printf() respectively and scrap > the bge_unit member and the unit variable? > Sure, committed. -- Regards, Pyun YongHyeon