1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-12 18:02:36 +00:00
mpv/libdha
alex d7c918460c this fixes compilation for me (and it works), hope it didn't breaks for LinuxPPC (i use Debian/PPC with 2.4.20 kernel)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8461 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 18:22:16 +00:00
..
bin
kernelhelper removed -W -Wall -g and other gcc-specific warning/debug options 2002-08-22 23:29:46 +00:00
oth Radeon Mobility M6 LX support by Daniel Pittman <daniel@rimspace.net> 2002-11-20 15:48:34 +00:00
sysdep this fixes compilation for me (and it works), hope it didn't breaks for LinuxPPC (i use Debian/PPC with 2.4.20 kernel) 2002-12-15 18:22:16 +00:00
.cvsignore *** empty log message *** 2002-08-15 07:02:17 +00:00
AsmMacros.h
config.h don't build dhahelper on PPC linux 2002-10-22 15:09:36 +00:00
libdha.c
libdha.h
Makefile really fix latest fix. But now this versioning stopped making sense to me. 2002-10-21 14:23:19 +00:00
mtrr.c
pci_db2c.awk
pci.c
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)