Subject: CVS commit: src/sys/arch/arm/iomd
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 08/19/2006 11:01:56
Module Name:	src
Committed By:	bjh21
Date:		Sat Aug 19 11:01:56 UTC 2006

Modified Files:
	src/sys/arch/arm/iomd: makemodes.awk vidc20config.c

Log Message:
The log2_bpp fields of the mode list generated by makemodes.awk weren't
used for anything.  Rearrange things so that it doesn't any more, and
just produces an array of struct videomode.  modedefs.c is looking
suspiciously much like videomode.c now.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/iomd/makemodes.awk
cvs rdiff -r1.24 -r1.25 src/sys/arch/arm/iomd/vidc20config.c

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