CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2008/12/26 15:30:22
Modified files:
sys/arch/sparc/dev: agten.c bwtwo.c cgeight.c cgfour.c
cgfourteen.c cgsix.c cgthree.c cgtwelve.c
cgtwo.c fb.c mgx.c p9000.c p9100.c rfx.c
tcx.c tvtwo.c vigra.c zx.c
Log message:
Move the logic responsible from deciding whether a frame buffer needs to be
cleared on attach, from the individual drivers to the common frame buffer code;
the latter will decide based on the prom font metrics and the prom console
window position, whenever possible.
This removes the need for the console window position to be hardcoded in
the p9100 driver, and will no longer require a screen clear on a vigra
VS-12 in high resolution mode.