summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmivars.h
AgeCommit message (Expand)Author
2024-10-18ipmi: remove timeout from the ipmi_driver_request methodGleb Smirnoff
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-07ipmi: add Block Transfer interface supportAndrey V. Elsukov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-01ipmi: use a queue for kcs driver requests when possibleChuck Silvers
2022-07-04ipmi: correctly handle ipmb requestsYuri
2022-05-09ipmi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-26Various IPMI watchdog timer improvementsWarner Losh
2017-10-25Implement IPMI support for RB_POWRECYCLEWarner Losh
2015-08-30Remove support for FreeBSD < 602110.Xin LI
2015-04-24Watchdog drivers need to support rearming the watchdog in contexts whichJohn Baldwin
2015-02-06Use direct hardware access for internal requests for KCS and SMIC. InJohn Baldwin
2013-07-30empirical testing showed that 3 seconds is just too slow for GET_DEVICE_IDSean Bruno
2013-07-30After discussions, revert svn r253708.Sean Bruno
2013-07-27At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno
2012-08-07Don't try to stop the IPMI watchdog timer if it is not running.John Baldwin
2008-08-28Remove hack attempt at using devfs cloning for per-file descriptor storage.John Baldwin
2006-09-22Update the ipmi(4) driver:John Baldwin
2006-02-10Add an OpenIPMI mostly compatible driver. This driver was developedDoug Ambrisko