]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import an Open Firmware I2C bus module. This attaches firmware device tree
authornwhitehorn <nwhitehorn@FreeBSD.org>
Thu, 15 Jan 2009 02:46:43 +0000 (02:46 +0000)
committernwhitehorn <nwhitehorn@FreeBSD.org>
Thu, 15 Jan 2009 02:46:43 +0000 (02:46 +0000)
commit39735dbe0affaccb4f474b3b6241dda1cd8558a6
treea8059d41212a0ef7fc78e78f81939e5dab8cadf0
parentcc4917abc99a62355fedeb38f7f9f55f51385227
Import an Open Firmware I2C bus module. This attaches firmware device tree
indicated I2C devices, and provides an ofw_bus interface for driver probing.
This should be MI, but is currently provided only on PowerPC due to lack of
sparc64 hardware with an I2C controller.

Discussed on: freebsd-arch
sys/conf/files.powerpc
sys/dev/iicbus/iicbus.c
sys/dev/ofw/ofw_iicbus.c [new file with mode: 0644]