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/17/2006 22:33:59
Module Name:	src
Committed By:	bjh21
Date:		Thu Aug 17 22:33:59 UTC 2006

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

Log Message:
Switch to using the MI struct videomode for storing VIDC video timings.
struct videomode doesn't have a way to record border widths (though I
wonder if VESA's "margins" are the same thing), so we now just treat them
as zero.  Tested on my NC, which still seems to be working.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/arm/iomd/makemodes.awk
cvs rdiff -r1.10 -r1.11 src/sys/arch/arm/iomd/vidc.h
cvs rdiff -r1.22 -r1.23 src/sys/arch/arm/iomd/vidc20config.c
cvs rdiff -r1.26 -r1.27 src/sys/arch/arm/iomd/vidcvideo.c

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