Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 07/30/2004 21:46:01
Module Name: src
Committed By: jmmv
Date: Fri Jul 30 21:46:01 UTC 2004
Modified Files:
src/sys/dev/ic: vga_raster.c
Log Message:
Fix the eraserows operation, which was using an incorrect value to paint
the background. The problem was exposed when setting a non-black color
as the background, as the shift did not produce the expected fill value
(for black it worked because 0 is black).
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/ic/vga_raster.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.