aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-203-6/+6
* Add support to the ipmi, isa attachment to attempt to read ipmiDoug Ambrisko2007-07-161-2/+79
* Update __FreeBSD_version check for MFC of pmap_mapbios().John Baldwin2007-05-021-1/+1
* Add constants for the fields in a BAR. Also, add two new macrosJohn Baldwin2007-03-311-5/+2
* - Add missing constants for subclasses.John Baldwin2007-03-311-4/+4
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-271-2/+0
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-4/+4
* 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
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherJohn Baldwin2006-10-051-4/+4
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.John Baldwin2006-10-051-2/+50
* Oops, don't toss the last character read during an SMIC transaction withJohn Baldwin2006-10-051-2/+0
* Fix a memory leak in ipmi_unload().John Baldwin2006-09-261-1/+3
* Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier.John Baldwin2006-09-221-0/+5
* Update the ipmi(4) driver:John Baldwin2006-09-2210-1395/+3074
* 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-104-0/+2081