Subject: CVS commit: src/sys/dev/i2c
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 03/27/2006 23:59:39
Module Name:	src
Committed By:	jmcneill
Date:		Mon Mar 27 23:59:39 UTC 2006

Modified Files:
	src/sys/dev/i2c: i2c.c i2c_exec.c i2cvar.h

Log Message:
Implement a handful of missing smbus protocol functions. Proposed on
tech-kern: http://mail-index.netbsd.org/tech-kern/2006/03/16/0029.html


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/i2c/i2c.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/i2c/i2c_exec.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/i2c/i2cvar.h

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