aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichsmb
Commit message (Expand)AuthorAgeFilesLines
* Detect and attach to the ICH3 SMBus controller.John Baldwin2002-05-081-0/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-12/+12
* Catch up to header include changes:John Baldwin2001-03-282-0/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-22/+22
* - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes andJohn Baldwin2001-01-261-23/+23
* Add missing #include.Archie Cobbs2000-12-081-0/+1
* Convert from spl -> mutex.Archie Cobbs2000-12-072-39/+35
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.Archie Cobbs2000-10-064-0/+1068