aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichsmb
Commit message (Expand)AuthorAgeFilesLines
* ichsmb: Add PCI IDs for Intel Alder Lake SMBus controllerAlexander Motin2021-11-241-0/+9
* ichsmb: Add PCI ID for Intel Gemini Lake SMBus controllerVladimir Kondratyev2021-04-141-0/+3
* ichsmb: Add PCI IDs for Intel Comet Lake and Tiger LakeNeel Chauhan2021-03-271-0/+12
* ichsmb_pci: convert to pci_device_table / add PCI_PNP_INFOEmmanuel Vadot2020-10-011-55/+87
* Create new wrapper function: bus_delayed_attach_children()Warner Losh2019-12-131-5/+2
* ichsmb: defer smbus attach until interrupts are availableYuri Pankov2019-08-291-5/+2
* Add some Cannon Lake chipset IDs.Alexander Motin2019-03-201-0/+2
* Add IDs for several missing Intel SMBus controllers.Gavin Atkinson2017-04-021-0/+18
* ichsmb: switch device_probe() from a large case statement to a lookup table.Gavin Atkinson2017-03-291-113/+75
* Remove #define PCIS_SERIALBUS_SMBUS_PROGIF, unused since r200091Gavin Atkinson2017-03-281-2/+0
* Add some device IDs found in my new laptop.Alexander Motin2016-11-091-0/+4
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-4/+4
* ichsmb: add PCI device ID for Intel Sunrise Point-H SMBus controllerEric van Gyzen2016-02-161-0/+4
* ichsmb: add Intel Wellsburg device ID.Rui Paulo2015-06-101-0/+4
* ichsmb: remove whitespace.Rui Paulo2015-06-101-2/+2
* Add Lynx-Point LP smbus controller ID.Takanori Watanabe2015-04-241-0/+4
* ichsmb: add a device id for the Wildcat Point-LP.Rui Paulo2015-04-061-1/+5
* Add bunch of PCI IDs of Intel Wildcat Point (9 Series) chipsets.Alexander Motin2014-11-261-0/+4
* Add ID for Intel Avoton SMBus controller.Alexander Motin2013-11-151-0/+4
* Add new Coleto Creek device support: SATA, SMBus, and Watchdog devices.Jack F Vogel2013-07-191-0/+4
* Add Intel Lynx Point PCH SMBus Device IDsJack F Vogel2013-01-021-0/+4
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-4/+2
* Revert r224736 as the introduced value was already present.Attilio Rao2011-08-091-2/+0
* Add the PCI ID for the PCH DH89xxCC on ichsmb as got from Linux counterpart.Attilio Rao2011-08-091-0/+2
* Chipset support for the new Intel Panther Point PCH, thanksJack F Vogel2011-05-111-0/+4
* Support for the new Patsburg PCH chipset:Jack F Vogel2011-02-011-0/+4
* Support for the new DH89xxCC PCH chipset including:Jack F Vogel2011-01-311-0/+4
* Add support for Intel Cougar Point SMBus controller.Jack F Vogel2010-08-271-0/+4
* ichsmb: add another pci idAndriy Gapon2009-12-161-0/+4
* ichsmb: drop default attachment to generic smbus hardwareAndriy Gapon2009-12-041-8/+0
* ichsmb: try attaching only to intel hardware in the default caseAndriy Gapon2009-12-031-2/+4
* ichsmb: add pci ids for some newer supported hardwareAndriy Gapon2009-12-031-0/+12
* - Change ichsmb(4) to follow the format of all the other smbus controllersJohn Baldwin2009-02-031-10/+10
* - Use bus_foo() rather than bus_space_foo() and remove bus space tag/handleJohn Baldwin2008-06-063-67/+63
* Add the Intel 82801FB (ICH6) SMBus controller and theRemko Lodder2007-11-261-0/+8
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add a device ID for the 631xESB/6321ESB SMBus controller.John Baldwin2007-01-111-0/+4
* Various updates to most of the smbus(4) drivers:John Baldwin2007-01-112-45/+35
* Minor overhaul of SMBus support:John Baldwin2006-09-111-12/+21
* This signal handling code is worse than a no-op. If aBrian Somers2006-01-031-6/+1
* Make ichsmb unloadable.Brian Somers2005-07-292-8/+3
* Make ichsmb(4) child device handling properly.Takanori Watanabe2005-06-103-8/+31
* Make ichsmb loadable.Takanori Watanabe2005-06-051-0/+3
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-052-2/+2
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-6/+3
* Add PCI Device ID for 6300ESB ICH. If allocating 16 bytes fails then try 32.Doug Ambrisko2004-06-241-0/+7
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1