Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/videomode



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.




Home | Main Index | Thread Index | Old Index