Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2005 10:23:22 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        Wilko Bulte <wb@freebie.xs4all.nl>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: KZPCC-CE SCSI controller
Message-ID:  <20050802172322.GC71672@dragon.NUXI.org>
In-Reply-To: <20050801151501.GA53593@freebie.xs4all.nl>
References:  <42EE1A34.6510B1CE@fadesa.es> <20050801151501.GA53593@freebie.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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)  
 
-- 
-- David  (obrien@FreeBSD.org)



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