Module Name: src Committed By: jdc Date: Sat Apr 9 18:18:28 UTC 2011
Modified Files: src/sys/dev/videomode: edid.c Log Message: Remove duplicate video modes. When parsing the established and the detailed timings, check to see if this mode already exists in our mode list. If the mode exists when parsing established timings, then do nothing (we already have this exact mode). If the mode exists when parsing detailed timings, then replace our timings with the timings from the monitor. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/videomode/edid.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.