Subject: CVS commit: src/sys/dev/i2c
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 04/25/2006 21:18:16
Module Name:	src
Committed By:	gdamore
Date:		Tue Apr 25 21:18:16 UTC 2006

Modified Files:
	src/sys/dev/i2c: files.i2c
Added Files:
	src/sys/dev/i2c: ddc.c ddcreg.h ddcvar.h

Log Message:
Add basic DDC (VESA Data Display Channel) driver for use by framebuffers.
Reviewed by jmcneill@ and macallan@.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/dev/i2c/ddc.c src/sys/dev/i2c/ddcreg.h \
    src/sys/dev/i2c/ddcvar.h
cvs rdiff -r1.8 -r1.9 src/sys/dev/i2c/files.i2c

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