aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the comment to indicate ICH5 supportNate Lawson2003-08-311-1/+1
* Add support for the 82801EB (ICH5) SMBus controller.Nate Lawson2003-08-311-0/+4
* Use __FBSDID().David E. O'Brien2003-08-242-10/+10
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* typo.Yoshihiro Takahashi2002-10-181-4/+4
* Add PCI ID for ICH4 SMBus controller.Mark Peek2002-08-121-1/+5
* 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