CVSROOT: /cvs
Module name: xenocara
Changes by: [EMAIL PROTECTED] 2008/11/03 16:22:37
Modified files:
lib/libpciaccess/src: openbsd_pci.c
Log message:
When trying to map a piece of device memory with a cacheability attribue
(e.g. the graphics aperture on most video cards), don't error if we
failed to set the mtrr but the map succeeded. Instead print a warning (other
osen handle this case similarly).
Libraries shouldn't use fprintf(stderr, ...); but libpciaccess is really
quite poorly designed.
This diff means that mine and drahn's laptops work with xserver 1.5.
ok kettenis@