freebsd-skq/sys/dev/iicbus
Poul-Henning Kamp 46eede0058 Continue where Julian left off in July 1998:
Virtualize bdevsw[] from cdevsw.  bdevsw() is now an (inline)
        function.

        Join CDEV_MODULE and BDEV_MODULE to DEV_MODULE (please pay attention
        to the order of the cmaj/bmaj arguments!)

        Join CDEV_DRIVER_MODULE and BDEV_DRIVER_MODULE to DEV_DRIVER_MODULE
        (ditto!)

(Next step will be to convert all bdev dev_t's to cdev dev_t's
before they get to do any damage^H^H^H^H^H^Hwork in the kernel.)
1999-05-07 10:11:40 +00:00
..
if_ic.c The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static 1998-12-07 21:58:50 +00:00
iic.c Continue where Julian left off in July 1998: 1999-05-07 10:11:40 +00:00
iic.h Change /dev/smb and /dev/iic interface to allow user programs to interact with 1999-01-09 18:08:24 +00:00
iicbb_if.m Add semicolon to INTERFACE declarations 1998-11-08 18:35:53 +00:00
iicbb.c Submitted by: Nicolas Souchu <nsouch@freebsd.org> 1999-01-28 15:50:24 +00:00
iicbus_if.m Add semicolon to INTERFACE declarations 1998-11-08 18:35:53 +00:00
iicbus.c Staticize. 1999-04-11 02:55:52 +00:00
iicbus.h Change /dev/smb and /dev/iic interface to allow user programs to interact with 1999-01-09 18:08:24 +00:00
iiconf.c Handle correctly iicbus request/release mechanism. Add iicbus allocation 1999-02-13 18:01:55 +00:00
iiconf.h Submitted by: Nicolas Souchu <nsouch@freebsd.org> 1999-01-28 15:56:18 +00:00
iicsmb.c iicbb is generic support for I2C bit-banging. 1998-10-31 11:31:07 +00:00