CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2015/09/07 12:00:58
Modified files: sys/dev/rasops : rasops.c rasops.h Log message: Make it possible to use RI_WRONLY for the aframebuffer during early boot. In this case, the caller has to provide the backing store for the screen contents by setting the ri_bs member of "struct rasops_info". The screen contents are retained if the rasops_info descriptor is later reinitialized after adding the RI_VCONS flag. ok yasuoka@, deraadt@