Re: linux ioremap equivalent on freebsd

[ Available lists | Index of freebsd-hackers | Month of Aug 2006 | Week of 7 Aug 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Niki Denev <nike_d@cytexbg.com>
Date
7 Aug 2006 14:39:09
Subject
Re: linux ioremap equivalent on freebsd
Message-ID
200608071735.43462.nike_d@cytexbg.com

In reply to
Referenced by

[ Hide this part ]
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?


Elapsed time: 0.108 seconds