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/18/2006 23:25:10
Module Name:	src
Committed By:	bjh21
Date:		Fri Aug 18 23:25:10 UTC 2006

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

Log Message:
Move calculation of a screen mode's frame rate out of makemodes.awk into
the kernel, removing an element from struct vidc_mode.  The calculation
is a bit pointless at the moment anyway, since both bootloaders pass in
a constant 56, but that might get fixed one day.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/arm/iomd/makemodes.awk
cvs rdiff -r1.12 -r1.13 src/sys/arch/arm/iomd/vidc.h
cvs rdiff -r1.23 -r1.24 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.