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
/
pci
/
ichiic.c
Age
Commit message (
Expand
)
Author
2013-03-02
match on EP80579, works fine on a machine I have
Jonathan Gray
2012-10-05
Avoid uninitiliazed use of ctl and corresponding warnings.
Christiano F. Haesbaert
2012-06-29
match on the 7SERIES_SMB
Jasper Lievisse Adriaanse
2012-05-23
add C600 SMBus
Jonathan Gray
2011-04-21
match on 6 series smbus, tested by Laurence Tratt
Jonathan Gray
2011-04-09
use unique wait channels
Theo de Raadt
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2009-10-27
Add another Intel ICH10 variant and the PCH chipset.
Stuart Henderson
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-10-16
Add ICH10.
Brad Smith
2008-04-20
be quiet even when errors happen; ok kettenis
Theo de Raadt
2007-10-17
Add the Intel ICH9 chipset.
Brad Smith
2007-05-03
convert lockmgr style locks to rwlocks.
David Gwynne
2006-09-28
Provide more info in error messages so we can see what's going
Alexander Yurchenko
2006-08-19
add the Intel 82801H SMBus controller.
Brad Smith
2006-08-19
add the Intel 6321ESB SMBus controller.
Brad Smith
2006-02-12
Revert previous, seems to cause problems on some machines.
Alexander Yurchenko
2006-02-05
Deal with bus semaphore.
Alexander Yurchenko
2006-01-15
In iic_exec don't fail immediately if bus is already busy. It might be
Alexander Yurchenko
2006-01-15
Sync with piixpm: allow driver to continue to work in polling mode
Alexander Yurchenko
2006-01-05
knf
Alexander Yurchenko
2006-01-05
Happy New Year!
Alexander Yurchenko
2006-01-05
Reliability fixes:
Alexander Yurchenko
2006-01-02
add the 82801E SMBus controller id.
Brad Smith
2006-01-01
switch from macppc-specific maciic(4) driver to the generic iic(4),
Theo de Raadt
2005-12-25
Don't allow slave devices to do polling during autoconf.
Alexander Yurchenko
2005-12-25
Force polling if interrupts not available.
Alexander Yurchenko
2005-12-25
Do not make the whole sc_i2c_xfer structure volatile, only the
Alexander Yurchenko
2005-12-20
Do bus scanning only if underlying controller asked for it.
Alexander Yurchenko
2005-12-19
New Intel ICH SMBus driver to be used with the iic(4) framework.
Alexander Yurchenko