Re: PCI driver in userspace

Stelian Pop (stelian.pop@fr.alcove.com)
Tue, 26 Feb 2002 16:12:38 +0100


On Tue, Feb 26, 2002 at 09:55:48AM -0500, Daniel Shane wrote:

> I'm looking for an example of userspace PCI driver, does anyone know where I
> could find one? (Probably not in the kernel source tree, obviously).

There are probably better examples than mines, but you can still
look at the Andrew Tridgell's 'capture' application which drives the
PCI Motion Eye Camera device (and compare with drivers/media/video/meye.c):
http://samba.org/picturebook/

You'll find in it quite a number of features, including i/o memory
mapping, i/o port access, etc.

Of course, one could also direct you to the XFree source code... :-)

Stelian.

-- 
Stelian Pop <stelian.pop@fr.alcove.com>
Alcove - http://www.alcove.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/