CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2018/09/22 11:41:52
Modified files: sys/arch/amd64/amd64: efifb.c mainbus.c sys/arch/amd64/include: efifbvar.h Log message: Remap the UEFI buffer early such that we can use a write combining mapping which speeds things up considerably compared to an uncached mapping. ok deraadt@