From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4C17AA80.9000804@domain.hid> Date: Tue, 15 Jun 2010 18:29:52 +0200 From: Ramon MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] pcibios_find_device Reply-To: ramoncostacastello@domain.hid List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hi, I'm porting an old practice environment in RTLinux to Xenomai. In that code I use commands like "pcibios_find_device" to obtain the addresses used by a PCI AD/DA board (we access to this device at a register level using outb commands). In the old rtlinux environment my code was executed in kernel mode and I could access "pcibios_...." commands easily. Is it possible to use these commands in user space mode (using xenomai) ? Thank you Ramon