index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
/
i2c.c
Age
Commit message (
Expand
)
Author
2007-10-09
we have been knocking out i2c when ipmi exists on a machine (because
Theo de Raadt
2006-02-26
if ipmi is on the machine: instead of (confusingly) failing in match,
Theo de Raadt
2006-02-08
add a member to the i2c_attach args so that a controller can pass a
David Gwynne
2006-01-29
Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that
Marco Peereboom
2006-01-01
switch from macppc-specific maciic(4) driver to the generic iic(4),
Theo de Raadt
2005-12-27
no longer use ia_compat; tested by a few
Theo de Raadt
2005-12-27
make direct mappings fail for now, since noone will test that for me
Theo de Raadt
2005-12-27
the name belongs in "quotes"
Theo de Raadt
2005-12-26
if probe falls, iic_print should print the name we attempted to match under
Theo de Raadt
2005-12-23
upon startup, only scan-and-attach devices which specify an address
Theo de Raadt
2005-12-22
permit outsider to call iic_print
Theo de Raadt
2005-12-20
Do bus scanning only if underlying controller asked for it.
Alexander Yurchenko
2005-12-19
First attempt to have a table of known I2C slave devices that we
Alexander Yurchenko
2005-11-15
instead of passing OF nodes down to the drivers, pass name/compat string
Theo de Raadt
2004-05-23
I2C framework originally written by Steve C. Woodford and Jason R. Thorpe
Alexander Yurchenko