Subject: CVS commit: src/sys/dev/i2c
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 02/05/2007 23:31:37
Module Name:	src
Committed By:	jmcneill
Date:		Mon Feb  5 23:31:37 UTC 2007

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

Log Message:
Allow i2c child devices to register interrupt handlers to the smbus host
controller. Both interrupt context and process context type handlers are
supported.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/i2c/i2c.c
cvs rdiff -r1.4 -r1.5 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.