aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichsmb/ichsmb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - 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-061-62/+62
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Various updates to most of the smbus(4) drivers:John Baldwin2007-01-111-21/+29
* 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-291-7/+3
* Make ichsmb(4) child device handling properly.Takanori Watanabe2005-06-101-8/+22
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* 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-061-2/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-4/+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-281-0/+1
* 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
* Convert from spl -> mutex.Archie Cobbs2000-12-071-39/+34
* Driver for the Intel 82801AA (ICH) SMBus controller and compatibles.Archie Cobbs2000-10-061-0/+682