Subject: CVS commit: src/sys/dev/videomode
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 05/13/2006 00:39:19
Module Name: src
Committed By: gdamore
Date: Sat May 13 00:39:19 UTC 2006
Modified Files:
src/sys/dev/videomode: edid.c edidreg.h
Log Message:
Correct two problems with established timings. First, the wrong hex value
was being read due to using the same byte twice.
Second, the ordered list of names was *backwards* in the _edid_modes list.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/videomode/edid.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/videomode/edidreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.