summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/amdiic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert sleeps of 1sec or more to tsleep_nsec(9).mpi2020-01-091-2/+3
* Use %z* for size_tsf2013-10-011-3/+3
* Avoid uninitiliazed use of ctl and corresponding warnings.haesbaert2012-10-051-1/+3
* 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
* make various strings ("can't map mem space" and similar) more consistentsthen2009-03-291-2/+2
* 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-6/+8
* Sync with piixpm: allow driver to continue to work in polling modegrange2006-01-151-21/+13
* knfgrange2006-01-051-2/+2
* switch from macppc-specific maciic(4) driver to the generic iic(4),deraadt2006-01-011-2/+3
* Add AMD-8111 SMBus controller driver.grange2005-12-311-0/+405