summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb
Commit message (Expand)AuthorAgeFilesLines
* Minor overhaul of SMBus support:jhb2006-09-111-12/+21
* This signal handling code is worse than a no-op. If abrian2006-01-031-6/+1
* Make ichsmb unloadable.brian2005-07-292-8/+3
* Make ichsmb(4) child device handling properly.takawata2005-06-103-8/+31
* Make ichsmb loadable.takawata2005-06-051-0/+3
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-052-2/+2
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-6/+3
* Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.ambrisko2004-06-241-0/+7
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* Update the comment to indicate ICH5 supportnjl2003-08-311-1/+1
* Add support for the 82801EB (ICH5) SMBus controller.njl2003-08-311-0/+4
* Use __FBSDID().obrien2003-08-242-10/+10
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* typo.nyan2002-10-181-4/+4
* Add PCI ID for ICH4 SMBus controller.mp2002-08-121-1/+5
* Detect and attach to the ICH3 SMBus controller.jhb2002-05-081-0/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-12/+12
* Catch up to header include changes:jhb2001-03-282-0/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-22/+22
* - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes andjhb2001-01-261-23/+23
* Add missing #include.archie2000-12-081-0/+1
* Convert from spl -> mutex.archie2000-12-072-39/+35
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.archie2000-10-064-0/+1068
OpenPOWER on IntegriCloud