mpv/libdha
jkeil 8fb85ec880 Grab PS_IOPL define from <sys/psw.h> on solaris x86
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4179 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 18:46:31 +00:00
..
bin binary drivers 2002-01-04 10:30:50 +00:00
oth pci ids database 2002-01-12 11:37:47 +00:00
sysdep Grab PS_IOPL define from <sys/psw.h> on solaris x86 2002-01-15 18:46:31 +00:00
.cvsignore *** empty log message *** 2002-01-07 20:14:27 +00:00
AsmMacros.h Improved readability and new stuffs 2002-01-15 08:33:09 +00:00
Makefile *awk detection 2002-01-15 14:49:36 +00:00
README preliminary support of direct hardware access 2002-01-04 10:32:26 +00:00
libdha.c api changed: enable/disable_os_io returns error-code (or zero if ok) and pciconfig_read exported for mga_vid 2002-01-15 15:59:53 +00:00
libdha.h api changed: enable/disable_os_io returns error-code (or zero if ok) and pciconfig_read exported for mga_vid 2002-01-15 15:59:53 +00:00
pci.c api changed: enable/disable_os_io returns error-code (or zero if ok) and pciconfig_read exported for mga_vid 2002-01-15 15:59:53 +00:00
pci_db2c.awk Fix typo and some updates. 2002-01-12 20:47:55 +00:00
test.c preliminary support of direct hardware access 2002-01-04 10:32:26 +00:00

README

libdha - Library of Direct Hardware Access.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This library was designed for direct hardware access under different
OS and architectures. It's not linux specific only (like harddrake
and other).

This library is based on gfxdump utility from GATOS project.
Full list of supported OS'es see in libdha.h

Note: This library requires ROOT privileges or SUID'ed executable
file (same as XServer).