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/11/2006 19:05:41
Module Name: src
Committed By: gdamore
Date: Thu May 11 19:05:41 UTC 2006
Modified Files:
src/sys/dev/videomode: edid.c edidvar.h
Log Message:
Change edid_parse() to take the edid structure as argument rather than
allocating its own. (This is cleaner since we aren't allocating any
other data in this structure.)
Get rid of edid_free() as a result.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/videomode/edid.c \
src/sys/dev/videomode/edidvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.