CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/08/17 03:15:47
Modified files:
sys/arch/macppc/pci: vgafb.c vgafbvar.h
Log message:
Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhere
else and pass the RI_FULLCLEAR flag to rasops_init() instead of clearing
the region directly. This also makes the console to be correctly restored
when exiting X. Previously a line at the bottom of the screen was never
cleared.
