summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb
Commit message (Expand)AuthorAgeFilesLines
* MFC r281136:rpaulo2015-04-131-1/+5
* MFC r275101:mav2014-12-031-0/+4
* MFC r258169:mav2014-01-051-0/+4
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.jfv2013-07-191-0/+4
* Add Intel Lynx Point PCH SMBus Device IDsjfv2013-01-021-0/+4
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-4/+2
* Revert r224736 as the introduced value was already present.attilio2011-08-091-2/+0
* Add the PCI ID for the PCH DH89xxCC on ichsmb as got from Linux counterpart.attilio2011-08-091-0/+2
* Chipset support for the new Intel Panther Point PCH, thanksjfv2011-05-111-0/+4
* Support for the new Patsburg PCH chipset:jfv2011-02-011-0/+4
* Support for the new DH89xxCC PCH chipset including:jfv2011-01-311-0/+4
* Add support for Intel Cougar Point SMBus controller.jfv2010-08-271-0/+4
* ichsmb: add another pci idavg2009-12-161-0/+4
* ichsmb: drop default attachment to generic smbus hardwareavg2009-12-041-8/+0
* ichsmb: try attaching only to intel hardware in the default caseavg2009-12-031-2/+4
* ichsmb: add pci ids for some newer supported hardwareavg2009-12-031-0/+12
* - Change ichsmb(4) to follow the format of all the other smbus controllersjhb2009-02-031-10/+10
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handlejhb2008-06-063-67/+63
* Add the Intel 82801FB (ICH6) SMBus controller and theremko2007-11-261-0/+8
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add a device ID for the 631xESB/6321ESB SMBus controller.jhb2007-01-111-0/+4
* Various updates to most of the smbus(4) drivers:jhb2007-01-112-45/+35
* 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