CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2022/09/26 09:49:59

Modified files:
        sys/dev/fdt    : simplefb.c 

Log message:
For framebuffers that don't start on a page boundary, we need to allow
mapping of all the pages used by the framebuffer, even those that are
only used partially.  Adjust the check in simplefb_wsmmap() to allow that.
While there, also make sure we use a (rounded down) page aligned address
base address for the physical address we return.

Fixes X on the 16" Macbook Pro.

ok patrick@, deraadt@

Reply via email to