From owner-cvs-all Sat Oct 31 03:31:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA11678 for cvs-all-outgoing; Sat, 31 Oct 1998 03:31:12 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA11668; Sat, 31 Oct 1998 03:31:10 -0800 (PST) (envelope-from nsouch@FreeBSD.org) From: Nicolas Souchu Received: (from nsouch@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA28890; Sat, 31 Oct 1998 03:31:08 -0800 (PST) Date: Sat, 31 Oct 1998 03:31:08 -0800 (PST) Message-Id: <199810311131.DAA28890@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/iicbus iicbb.c iicbb_if.m if_ic.c iic.c iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.h iicsmb.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nsouch 1998/10/31 03:31:08 PST Modified files: sys/dev/iicbus if_ic.c iic.c iicbus.c iicbus.h iicbus_if.m iiconf.c iiconf.h iicsmb.c Added files: sys/dev/iicbus iicbb.c iicbb_if.m Log: iicbb is generic support for I2C bit-banging. Other files: timeout management added to the I2C framework. Revision Changes Path 1.2 +2 -2 src/sys/dev/iicbus/if_ic.c 1.4 +3 -3 src/sys/dev/iicbus/iic.c 1.2 +96 -31 src/sys/dev/iicbus/iicbus.c 1.2 +1 -2 src/sys/dev/iicbus/iicbus.h 1.2 +18 -2 src/sys/dev/iicbus/iicbus_if.m 1.2 +44 -29 src/sys/dev/iicbus/iiconf.c 1.2 +24 -12 src/sys/dev/iicbus/iiconf.h 1.2 +89 -39 src/sys/dev/iicbus/iicsmb.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message