1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 11:25:10 +00:00
mpv/libdha
atmos4 5568a8133a Fix build on FreeBSD 5.0 or later, should be downward compatible (verified on FreeBSD 4.5 at sf compilefamr.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5945 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-03 12:56:29 +00:00
..
bin
kernelhelper
oth
sysdep Fix build on FreeBSD 5.0 or later, should be downward compatible (verified on FreeBSD 4.5 at sf compilefamr. 2002-05-03 12:56:29 +00:00
.cvsignore
AsmMacros.h
config.h
libdha.c sync with mplayerxp 2002-04-19 16:34:04 +00:00
libdha.h sync with mplayerxp 2002-04-19 16:34:04 +00:00
Makefile
mtrr.c OpenBSD, NetBSD portability patches by 2002-04-27 22:42:27 +00:00
pci_db2c.awk
pci.c sync with mplayerxp 2002-04-19 16:34:04 +00:00
README
test.c

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).
(Or use newly developed libdha kernel helper. Look at kernelhelper/dhahelper.c)