History log of /openbsd-src/sys/arch/macppc/dev/kiic.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 89ed722c 13-Mar-2022 mpi <mpi@openbsd.org>

Constify struct cfattach.

ok miod@


# a7b4c6d1 09-Oct-2013 mpi <mpi@openbsd.org>

Various fixes to make kiic(4) work on my G5s.

Only read the bus number from the "i2c-bus" child node if present,
this node exists only in some device-trees, otherwise use the bus
number encoded in t

Various fixes to make kiic(4) work on my G5s.

Only read the bus number from the "i2c-bus" child node if present,
this node exists only in some device-trees, otherwise use the bus
number encoded in the address of the device.

Fix an off-by-one when reading the data.

While here remove unused functions.

show more ...


# 07e820b4 18-Apr-2008 deraadt <deraadt@openbsd.org>

if an iic operation fails to move all the data, return error
ok kettenis


# 769768ba 20-May-2007 thib <thib@openbsd.org>

lockmgr -> rwlock for piic(4), kiic(4) and smu(4);
smu(4) tested by kettenis@, ok krw@


# 715b6a7b 23-Apr-2007 deraadt <deraadt@openbsd.org>

rename drivers with numbers in them; ok gwk drahn