Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Aug 2006 17:35:43 +0300
From:      Niki Denev <nike_d@cytexbg.com>
To:        freebsd-hackers@freebsd.org
Subject:   Re: linux ioremap equivalent on freebsd
Message-ID:  <200608071735.43462.nike_d@cytexbg.com>
In-Reply-To: <200608071628.15316.nike_d@cytexbg.com>
References:  <44D3C333.3030702@cytexbg.com> <44D735E5.4030809@FreeBSD.org> <200608071628.15316.nike_d@cytexbg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 07 August 2006 16:28, Niki Denev wrote:
> On Monday 07 August 2006 15:45, Suleiman Souhlal wrote:
> >
> > I think the equivalent of linux's ioremap() in FreeBSD is pmap_mapdev().
> >
> > -- Suleiman
>
> Thanks!
>
> Is there a reason that there is no manual page about pmap_mapdev, and it's
> not mentioned in the other pmap_* man pages?
>

As far as i understand, there is no need for pmap_mapdev to be used for 
reading memory from pci device, because it returns the same address as 
pmap_get_virtual() ? (at least here :) ) Is this right?



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