bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Hurd


From: olafBuddenhagen
Subject: Re: Hurd
Date: Thu, 13 Nov 2008 02:39:09 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

Hi,

On Sat, Nov 01, 2008 at 12:58:55PM +1100, Russell Shaw wrote:

> I want to do graphics card programming and need to figure out how to
> access the pci registers.

Depends on whether you want to do it from within the microkernel, or
from user space.

The microkernel uses a set of (ancient) Linux drivers with some glue
code, so anything that wants to do PCI access in the kernel, will need
to go with (ancient) internal Linux PCI interfaces.

For user space, we do not have a proper PCI interface at all -- PCI
access needs to be done by direct register poking. In my KGI port, I
simply use libpci for that...

-antrik-




reply via email to

[Prev in Thread] Current Thread [Next in Thread]