]> git.ipfire.org Git - thirdparty/pciutils.git/commit - pcilib.man
BeOS and Haiku ports
authorFrançois Revol <revol@free.fr>
Tue, 30 Nov 2010 21:44:50 +0000 (21:44 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 4 Dec 2010 20:32:42 +0000 (21:32 +0100)
commit40e253d7569396db6a12245fc0b0d204263a2a71
tree307a91e8a3ac8e1b140b574481c7871b24cbf071
parent17c39b8a782f499eb755c8b3f6a820bce6c6dd8b
BeOS and Haiku ports

The BeOS port uses private syscalls exported by libroot.so to implement the intel access methods.
The Haiku port uses ioctls to the /dev/misc/poke device driver (use originally for debugging with
/bin/poke) to implement the intel access methods. BeOS has non-standard arch names, so we map them
to i386 and powerpc in the configure. Updated README and pcilib.man accordingly.

Signed-off-by: François Revol <revol@free.fr>
README
lib/configure
lib/i386-io-beos.h [new file with mode: 0644]
lib/i386-io-haiku.h [new file with mode: 0644]
lib/i386-ports.c
pcilib.man