lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 16 Apr 2008 06:52:17 -0700
From:	Arjan van de Ven <arjan@...radead.org>
To:	Neal Becker <ndbecker2@...il.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [newb] mmap pci

On Wed, 16 Apr 2008 07:23:29 -0400
Neal Becker <ndbecker2@...il.com> wrote:

> We have a device - an FPGA board on PCI bus.  It has a range of
> internal memory mapped to PCI.  I want to expose this to user via
> mmap.  Is there some example code someone could point me to?
> 
> If this is not the best forum for such questions, what would be a
> better choice?

Hi,

if it's just a PCI bar, you can already memory map it without even writing a driver!
You can just use the sysfs files for this, for example
/sys/devices/pci0000:00/0000:00:02.0/resource1

There's also a way to do this via the /proc representation of the PCI device..

Greetings,
   Arjan van de Ven


-- 
If you want to reach me at my work email, use arjan@...ux.intel.com
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ