summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: do not omit lun in BMC addressesYuri2022-07-111-2/+5
* ipmi: correctly handle ipmb requestsYuri2022-07-111-107/+77
* ipmi: Make all sysctls also tunables.Alexander Motin2022-03-241-4/+3
* ipmi(4): Limit maximum watchdog pre-timeout interval.Alexander Motin2021-09-291-1/+2
* ipmi: fix negative logic in watchdog control flagWojciech Macek2021-09-151-4/+4
* ipmi: New tunable to deactivate IPMI watchdogWojciech Macek2021-09-151-1/+4
* ipmi(4): Add more watchdog error checks.Alexander Motin2021-08-131-6/+18
* Centralize compatability translation macros.Brooks Davis2020-04-141-5/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+3
* efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer2018-12-151-2/+2
* Fix a module Makefile error on amd64 so the IPMI HW interfaces are built.Doug Ambrisko2018-08-161-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* As a follow-on to r325378, make the shutdown timer default to 0 as well.Peter Wemm2017-11-051-1/+1
* Make the startup timeout 0 seconds by default rathern than 420s. ThisWarner Losh2017-11-041-1/+1
* Make time we wait for a power cycle tunable.Warner Losh2017-10-261-2/+6
* Various IPMI watchdog timer improvementsWarner Losh2017-10-261-6/+105
* Implement IPMI support for RB_POWRECYCLEWarner Losh2017-10-251-4/+61
* Optimize IPMI watchdog patting.Alexander Motin2016-03-221-21/+32
* Watchdog drivers need to support rearming the watchdog in contexts whichJohn Baldwin2015-04-241-9/+14
* Use direct hardware access for internal requests for KCS and SMIC. InJohn Baldwin2015-02-061-51/+53
* Provide a crutch that prevents watchdog to interrupt dumpingGleb Smirnoff2013-10-311-0/+3
* Don't try to stop the IPMI watchdog timer if it is not running.John Baldwin2012-08-071-3/+4
* 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
* Fixed firmware revision decoding:Ruslan Ermilov2011-04-141-2/+2
* - Fixed incorrect watchdog timeout setting: MSB of a 2-byteRuslan Ermilov2009-12-181-9/+20
* 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-281-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