aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r200666: Fixed incorrect watchdog timeout setting.Ruslan Ermilov2009-12-211-9/+20
* MFC: Remove the never-enabled attempt at using device cloning to provideJohn Baldwin2008-09-121-121/+34
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-271-2/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Align the interfaces for the various watchdogs and make the interfaceNick Hibma2006-12-151-17/+8
* Fix some edge cases in detach() as well as a memory leak if we fail toJohn Baldwin2006-12-061-2/+8
* ipmi_polled_enqueue_request() is already called with the lock held, justJohn Baldwin2006-10-121-2/+2
* Fix a memory leak in ipmi_unload().John Baldwin2006-09-261-1/+3
* Update the ipmi(4) driver:John Baldwin2006-09-221-762/+663
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Don't conflict with the DEBUG define.Doug Ambrisko2006-02-131-1/+1
* Add an OpenIPMI mostly compatible driver. This driver was developedDoug Ambrisko2006-02-101-0/+1096