mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 19:35:49 +00:00
411bc4af1e
- the libmpdvdkit auto check works fine after adding the netbsd check to the linux and freebsd one - NetBSD only support MTRR after 1.5X, so libdha/mtrr.c needs a small patch to only enable it for versions after 1.5X. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6012 b3059339-0415-0410-9bf9-f77b7e298cf2 |
||
---|---|---|
.. | ||
bin | ||
kernelhelper | ||
oth | ||
sysdep | ||
.cvsignore | ||
AsmMacros.h | ||
config.h | ||
libdha.c | ||
libdha.h | ||
Makefile | ||
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)