summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ichiic.c
AgeCommit message (Expand)Author
2024-07-16match on Atom C3000Jonathan Gray
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2024-03-06match on Intel Meteor Lake U/H/U-Type4Jonathan Gray
2024-02-21match on C740; tested by and ok deraadt@Jonathan Gray
2023-11-23match on Alder Lake-N idsJonathan Gray
2023-02-05match on Elkhart LakeJonathan Gray
2022-10-24match on Intel 700 SeriesJonathan Gray
2022-06-21add Intel 600 Series LPJonathan Gray
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-01-11match on Intel Jasper LakeJonathan Gray
2021-10-30match on Intel 600 SeriesJonathan Gray
2021-05-19match on Intel 500 Series PCH idsJonathan Gray
2020-10-07match more Intel PCH SMBus idsJonathan Gray
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2019-05-08match on 300 series pchJonathan Gray
2018-04-02attach on Intel Apollo Lake SMBus, ok jsgHenning Brauer
2017-12-23match on intel 200 seriesJonathan Gray
2016-04-24match on Intel 100 Series LPJonathan Gray
2016-03-13In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has beenStefan Sperling
2015-12-07match on intel 100 seriesJonathan Gray
2015-01-09match on C610Jonathan Gray
2014-09-23add Bay Trail and Braswell SMBusJonathan Gray
2014-08-13match on Intel 9 series and 9 series LP PCH, and add 8 series KT to pucJonathan Gray
2014-03-10match on C600 IDF controllers and DH8900Jonathan Gray
2014-02-25match on Atom C2000Jonathan Gray
2013-10-11match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)Jonathan Gray
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