CVSROOT: /cvs Module name: xenocara Changes by: kette...@cvs.openbsd.org 2009/06/04 12:18:11
Modified files: driver/xf86-video-glint/src: glint_driver.c Log message: The mmio registers consist of two blocks of 64k. The first 64k provide a little-endian view, the second 64k provide a big-endian view. Restrict mapping to 64k to prevent mapping beyond the end of the BAR if we map the big-endian view on big-endian machines. There is no reason to map the big-endian view on little-endian machines. ok matthieu@