Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 10/07/2006 21:36:12
Module Name:	src
Committed By:	gdamore
Date:		Sat Oct  7 21:36:12 UTC 2006

Modified Files:
	src/sys/dev/pci: radeonfb.c

Log Message:
Fix an incorrect calculation for the destination X direction when doing
blitting.  Thanks to David Redman (Tadpole) for noticing it.   This probably
escaped notice before, since we never do overlapping blits (in the X
direction), but this fix may prevent problems if someone ever does use it
for that.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/radeonfb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.