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