From owner-freebsd-alpha@FreeBSD.ORG Tue Aug 2 18:36:58 2005 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2946D16A420; Tue, 2 Aug 2005 18:36:58 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from mv.twc.weather.com (mv.twc.weather.com [65.212.71.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6CC043D49; Tue, 2 Aug 2005 18:36:57 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from [10.50.40.201] (Not Verified[65.202.103.25]) by mv.twc.weather.com with NetIQ MailMarshal (v6, 0, 3, 8) id ; Tue, 02 Aug 2005 14:51:11 -0400 From: John Baldwin To: freebsd-alpha@freebsd.org Date: Tue, 2 Aug 2005 14:21:17 -0400 User-Agent: KMail/1.8 References: <42EE1A34.6510B1CE@fadesa.es> <20050801151501.GA53593@freebie.xs4all.nl> <20050802172322.GC71672@dragon.NUXI.org> In-Reply-To: <20050802172322.GC71672@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508021421.18451.jhb@FreeBSD.org> Cc: Subject: Re: KZPCC-CE SCSI controller X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2005 18:36:58 -0000 On Tuesday 02 August 2005 01:23 pm, David O'Brien wrote: > On Mon, Aug 01, 2005 at 05:15:01PM +0200, Wilko Bulte wrote: > > Yes, asr(4) is not in the default Alpha kernels. > > .. > > > Would be interesting to know if it works or not, then we can go and > > add it into the default GENERIC for FreeBSD/alpha install cds. > > It will not work as-is. I suspect it could be made to work using the > ugly hack we have elsewhere in src/sys: > > #ifdef __alpha__ > #undef vtophys > #define vtophys(va) alpha_XXX_dmamap((vm_offset_t)va) It needs more work than that. It embeds 32-bit KVA pointers as cookies into it's DMA descriptors or some such. Talk to Scott if you want more details. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org