CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/12 09:58:31
Modified files:
sys/dev/ic : vga.c
sys/dev/isa : ega.c
Log message:
Backing store for ega and vga virtual console is not allocated until the
second vc is created. However, it was allocated using the geometry of
the second vc to allocate backing store for the first. Be sure to use
the proper values in case geometries differ.
