Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 04/03/2006 20:44:35
Module Name:	src
Committed By:	uwe
Date:		Mon Apr  3 20:44:35 UTC 2006

Modified Files:
	src/sys/dev/ic: igsfb.c

Log Message:
Properly fix cursor sprite endianness problems: always build
cc_sprite[] in little-endian, as that's how the card wants it.

Tested on netwinder (hardware bswap) by myself, and on current krups
kernel (no bswap) and 3.0 krups kernel (software bswap) by macallan.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/dev/ic/igsfb.c

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