CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/08/21 10:38:49
Modified files: sys/dev/pci/drm: drmP.h Log message: Define the endianness macro used in drm code corresponding to the value of BYTE_ORDER, this makes radeondrm(4) usable on big-endian archs. ok kettenis@, deraadt@