| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r308464, r308471: Add some device IDs found in my new laptop. | mav | 2016-11-16 | 1 | -0/+4 |
* | MFC r281920,r284247,r284248,r295651 | vangyzen | 2016-03-08 | 1 | -2/+14 |
* | MFC r281136: | rpaulo | 2015-04-13 | 1 | -1/+5 |
* | MFC r275101: | mav | 2014-12-03 | 1 | -0/+4 |
* | MFC r258169: | mav | 2014-01-05 | 1 | -0/+4 |
* | Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices. | jfv | 2013-07-19 | 1 | -0/+4 |
* | Add Intel Lynx Point PCH SMBus Device IDs | jfv | 2013-01-02 | 1 | -0/+4 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -4/+2 |
* | Revert r224736 as the introduced value was already present. | attilio | 2011-08-09 | 1 | -2/+0 |
* | Add the PCI ID for the PCH DH89xxCC on ichsmb as got from Linux counterpart. | attilio | 2011-08-09 | 1 | -0/+2 |
* | Chipset support for the new Intel Panther Point PCH, thanks | jfv | 2011-05-11 | 1 | -0/+4 |
* | Support for the new Patsburg PCH chipset: | jfv | 2011-02-01 | 1 | -0/+4 |
* | Support for the new DH89xxCC PCH chipset including: | jfv | 2011-01-31 | 1 | -0/+4 |
* | Add support for Intel Cougar Point SMBus controller. | jfv | 2010-08-27 | 1 | -0/+4 |
* | ichsmb: add another pci id | avg | 2009-12-16 | 1 | -0/+4 |
* | ichsmb: drop default attachment to generic smbus hardware | avg | 2009-12-04 | 1 | -8/+0 |
* | ichsmb: try attaching only to intel hardware in the default case | avg | 2009-12-03 | 1 | -2/+4 |
* | ichsmb: add pci ids for some newer supported hardware | avg | 2009-12-03 | 1 | -0/+12 |
* | - Change ichsmb(4) to follow the format of all the other smbus controllers | jhb | 2009-02-03 | 1 | -10/+10 |
* | - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handle | jhb | 2008-06-06 | 3 | -67/+63 |
* | Add the Intel 82801FB (ICH6) SMBus controller and the | remko | 2007-11-26 | 1 | -0/+8 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Add a device ID for the 631xESB/6321ESB SMBus controller. | jhb | 2007-01-11 | 1 | -0/+4 |
* | Various updates to most of the smbus(4) drivers: | jhb | 2007-01-11 | 2 | -45/+35 |
* | Minor overhaul of SMBus support: | jhb | 2006-09-11 | 1 | -12/+21 |
* | This signal handling code is worse than a no-op. If a | brian | 2006-01-03 | 1 | -6/+1 |
* | Make ichsmb unloadable. | brian | 2005-07-29 | 2 | -8/+3 |
* | Make ichsmb(4) child device handling properly. | takawata | 2005-06-10 | 3 | -8/+31 |
* | Make ichsmb loadable. | takawata | 2005-06-05 | 1 | -0/+3 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 2 | -2/+2 |
* | netchild's mega-patch to isolate compiler dependencies into a central | joerg | 2005-03-02 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 3 | -6/+3 |
* | Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32. | ambrisko | 2004-06-24 | 1 | -0/+7 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | These are changes to allow to use the Intel C/C++ compiler (lang/icc) | trhodes | 2004-03-12 | 1 | -1/+1 |
* | Update the comment to indicate ICH5 support | njl | 2003-08-31 | 1 | -1/+1 |
* | Add support for the 82801EB (ICH5) SMBus controller. | njl | 2003-08-31 | 1 | -0/+4 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 2 | -10/+10 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | typo. | nyan | 2002-10-18 | 1 | -4/+4 |
* | Add PCI ID for ICH4 SMBus controller. | mp | 2002-08-12 | 1 | -1/+5 |
* | Detect and attach to the ICH3 SMBus controller. | jhb | 2002-05-08 | 1 | -0/+4 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -12/+12 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 2 | -0/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -22/+22 |
* | - Don't pass in MTX_NORECURSE, as that is only used with spin mutexes and | jhb | 2001-01-26 | 1 | -23/+23 |
* | Add missing #include. | archie | 2000-12-08 | 1 | -0/+1 |
* | Convert from spl -> mutex. | archie | 2000-12-07 | 2 | -39/+35 |