summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ichiic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+3
* match on 300 series pchjsg2019-05-081-2/+4
* attach on Intel Apollo Lake SMBus, ok jsghenning2018-04-021-1/+2
* match on intel 200 seriesjsg2017-12-231-2/+3
* match on Intel 100 Series LPjsg2016-04-241-2/+3
* In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has beenstsp2016-03-131-5/+7
* match on intel 100 seriesjsg2015-12-071-2/+3
* match on C610jsg2015-01-091-1/+5
* add Bay Trail and Braswell SMBusjsg2014-09-231-1/+3
* match on Intel 9 series and 9 series LP PCH, and add 8 series KT to pucjsg2014-08-131-1/+3
* match on C600 IDF controllers and DH8900jsg2014-03-101-1/+5
* match on Atom C2000jsg2014-02-251-1/+2
* match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)jsg2013-10-111-1/+3
* match on EP80579, works fine on a machine I havejsg2013-03-021-2/+3
* Avoid uninitiliazed use of ctl and corresponding warnings.haesbaert2012-10-051-1/+3
* match on the 7SERIES_SMBjasper2012-06-291-1/+2
* add C600 SMBusjsg2012-05-231-2/+3
* match on 6 series smbus, tested by Laurence Trattjsg2011-04-211-1/+2
* use unique wait channelsderaadt2011-04-091-2/+2
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* Add another Intel ICH10 variant and the PCH chipset.sthen2009-10-271-1/+3
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* Add ICH10.brad2008-10-161-2/+3
* be quiet even when errors happen; ok kettenisderaadt2008-04-201-5/+1
* Add the Intel ICH9 chipset.brad2007-10-171-2/+3
* convert lockmgr style locks to rwlocks.dlg2007-05-031-6/+6
* Provide more info in error messages so we can see what's goinggrange2006-09-281-7/+10
* add the Intel 82801H SMBus controller.brad2006-08-191-2/+3
* add the Intel 6321ESB SMBus controller.brad2006-08-191-2/+3
* Revert previous, seems to cause problems on some machines.grange2006-02-121-19/+3
* Deal with bus semaphore.grange2006-02-051-3/+19
* In iic_exec don't fail immediately if bus is already busy. It might begrange2006-01-151-3/+8
* Sync with piixpm: allow driver to continue to work in polling modegrange2006-01-151-19/+13
* knfgrange2006-01-051-2/+2
* Happy New Year!grange2006-01-051-2/+2
* Reliability fixes:grange2006-01-051-20/+39
* add the 82801E SMBus controller id.brad2006-01-021-3/+4
* switch from macppc-specific maciic(4) driver to the generic iic(4),deraadt2006-01-011-2/+3
* Don't allow slave devices to do polling during autoconf.grange2005-12-251-4/+4
* Force polling if interrupts not available.grange2005-12-251-22/+38
* Do not make the whole sc_i2c_xfer structure volatile, only thegrange2005-12-251-7/+8
* Do bus scanning only if underlying controller asked for it.grange2005-12-201-1/+2
* New Intel ICH SMBus driver to be used with the iic(4) framework.grange2005-12-191-0/+316