Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -3/+3 |
* | make iicbb_devclass and iicbb_driver globally visible. This will let | jmg | 2003-06-19 | 1 | -2/+2 |
* | Major rework of the iicbus/smbus framework: | nsouch | 2002-03-23 | 1 | -28/+98 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Allow these drivers to be detached. | jake | 2000-06-16 | 1 | -0/+1 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -2/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 1 | -9/+10 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -2/+1 |
* | Submitted by: Nicolas Souchu <nsouch@freebsd.org> | roger | 1999-01-28 | 1 | -2/+2 |
* | Properly reset parent to get interface addr. | nsouch | 1998-11-04 | 1 | -3/+3 |
* | iicbb is generic support for I2C bit-banging. | nsouch | 1998-10-31 | 1 | -0/+323 |