aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi
Commit message (Expand)AuthorAgeFilesLines
* Optimize IPMI watchdog patting.Alexander Motin2016-03-221-21/+32
* Remove support for FreeBSD < 602110.Xin LI2015-08-302-12/+0
* Watchdog drivers need to support rearming the watchdog in contexts whichJohn Baldwin2015-04-244-9/+17
* Use direct hardware access for internal requests for KCS and SMIC. InJohn Baldwin2015-02-065-58/+122
* Explicitly treat timeouts when waiting for IBF or OBF to change state as anJohn Baldwin2014-12-221-0/+13
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Provide a crutch that prevents watchdog to interrupt dumpingGleb Smirnoff2013-10-311-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* Check for ipmi_attached in ipmi_isa_probe as a suggested alternative toSean Bruno2013-07-301-8/+8
* empirical testing showed that 3 seconds is just too slow for GET_DEVICE_IDSean Bruno2013-07-301-1/+1
* After discussions, revert svn r253708.Sean Bruno2013-07-302-10/+11
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno2013-07-272-11/+10
* Unlock IPMI sc while performing requests via KCS and SMIC interfaces.Alexander V. Chernikov2013-03-252-0/+4
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin2012-09-281-39/+10
* Don't try to stop the IPMI watchdog timer if it is not running.John Baldwin2012-08-072-3/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Fixed firmware revision decoding:Ruslan Ermilov2011-04-141-2/+2
* Fix test for double-nul characters that terminate the string table atJohn Baldwin2010-07-291-1/+1
* Rework the SMBIOS table walker to make it operate like other table walkersJohn Baldwin2010-07-141-49/+33
* - Fixed incorrect watchdog timeout setting: MSB of a 2-byteRuslan Ermilov2009-12-181-9/+20
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineDoug Ambrisko2009-03-261-0/+113
* Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumeratedJohn Baldwin2009-02-031-1/+1
* - Change ichsmb(4) to follow the format of all the other smbus controllersJohn Baldwin2009-02-031-2/+2
* Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" conditionDavid E. O'Brien2008-11-141-1/+1
* Remove hack attempt at using devfs cloning for per-file descriptor storage.John Baldwin2008-08-282-134/+37
* - Tweak an error message.John Baldwin2008-08-281-3/+3
* 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