summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipmi/ipmi.c
Commit message (Expand)AuthorAgeFilesLines
* Optimize IPMI watchdog patting.mav2016-03-221-21/+32
* Watchdog drivers need to support rearming the watchdog in contexts whichjhb2015-04-241-9/+14
* Use direct hardware access for internal requests for KCS and SMIC. Injhb2015-02-061-51/+53
* Provide a crutch that prevents watchdog to interrupt dumpingglebius2013-10-311-0/+3
* Don't try to stop the IPMI watchdog timer if it is not running.jhb2012-08-071-3/+4
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Fixed firmware revision decoding:ru2011-04-141-2/+2
* - Fixed incorrect watchdog timeout setting: MSB of a 2-byteru2009-12-181-9/+20
* Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" conditionobrien2008-11-141-1/+1
* Remove hack attempt at using devfs cloning for per-file descriptor storage.jhb2008-08-281-121/+34
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-271-2/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-17/+8
* Fix some edge cases in detach() as well as a memory leak if we fail tojhb2006-12-061-2/+8
* ipmi_polled_enqueue_request() is already called with the lock held, justjhb2006-10-121-2/+2
* Fix a memory leak in ipmi_unload().jhb2006-09-261-1/+3
* Update the ipmi(4) driver:jhb2006-09-221-772/+673
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Don't conflict with the DEBUG define.ambrisko2006-02-131-1/+1
* Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-101-0/+1096
OpenPOWER on IntegriCloud