History log of /openbsd-src/sys/arch/macppc/dev/maci2c.c (Results 1 – 11 of 11)
Revision Date Author Comments
# bb262015 23-May-2016 mglocker <mglocker@openbsd.org>

Pass the device node to ia_cookie so we can pick it up in the i2c driver.

ok deraadt kettenis


# d7949865 09-Apr-2010 jasper <jasper@openbsd.org>

- don't use memset() where we should use bzero()
* no binary change

ok drahn@


# a69c6821 14-Feb-2006 kettenis <kettenis@openbsd.org>

Knock out "deq" and "tas3004" i2c nodes.
ok drahn@


# 4314413f 08-Feb-2006 dlg <dlg@openbsd.org>

add a member to the i2c_attach args so that a controller can pass a
cookie down to the device. the most obvious use of this is to pass a
device its ofw node on sparc64 and macppc so it can configure

add a member to the i2c_attach args so that a controller can pass a
cookie down to the device. the most obvious use of this is to pass a
device its ofw node on sparc64 and macppc so it can configure itself more
appropriately.

ok kettenis@ henning@ deraadt@

show more ...


# dcc5a27e 09-Jan-2006 deraadt <deraadt@openbsd.org>

skip the darn cereal devices, which i think are just markers for the host chip i think


# c8fe3472 01-Jan-2006 deraadt <deraadt@openbsd.org>

proto not needed


# a5a63700 01-Jan-2006 deraadt <deraadt@openbsd.org>

switch from macppc-specific maciic(4) driver to the generic iic(4),
after teaching it to use a function pointer to get back to the OFW
scan.. this will also help the sparc64 later; ok kettenis


# 9b06f7ae 27-Dec-2005 deraadt <deraadt@openbsd.org>

no longer use ia_compat; tested by a few


# 1ea7ad3d 16-Nov-2005 deraadt <deraadt@openbsd.org>

some older apple machines did not have a 'regs' property for i2c devices,
but 'i2c-address'. some have both. crazy. ok drahn


# 2d6ad09b 15-Nov-2005 deraadt <deraadt@openbsd.org>

instead of passing OF nodes down to the drivers, pass name/compat string
pointers. This lets their match() functions actually make real decisions.
OF-capable machines will pass name/compat pointers,

instead of passing OF nodes down to the drivers, pass name/compat string
pointers. This lets their match() functions actually make real decisions.
OF-capable machines will pass name/compat pointers, but other machines
will not. grudging ok kettenis

show more ...


# 0b27d03a 11-Nov-2005 kettenis <kettenis@openbsd.org>

Add maciic(4), an OpenFirware aware version of iic(4).