aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmivars.h
Commit message (Expand)AuthorAgeFilesLines
* ipmi: remove timeout from the ipmi_driver_request methodGleb Smirnoff2024-10-181-3/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ipmi: add Block Transfer interface supportAndrey V. Elsukov2023-06-071-4/+15
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ipmi: use a queue for kcs driver requests when possibleChuck Silvers2022-11-011-0/+2
* ipmi: correctly handle ipmb requestsYuri2022-07-041-8/+5
* ipmi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Various IPMI watchdog timer improvementsWarner Losh2017-10-261-0/+3
* Implement IPMI support for RB_POWRECYCLEWarner Losh2017-10-251-0/+2
* Remove support for FreeBSD < 602110.Xin LI2015-08-301-7/+0
* Watchdog drivers need to support rearming the watchdog in contexts whichJohn Baldwin2015-04-241-0/+1
* Use direct hardware access for internal requests for KCS and SMIC. InJohn Baldwin2015-02-061-6/+9
* 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-301-1/+1
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno2013-07-271-1/+1
* Don't try to stop the IPMI watchdog timer if it is not running.John Baldwin2012-08-071-0/+1
* Remove hack attempt at using devfs cloning for per-file descriptor storage.John Baldwin2008-08-281-13/+3
* Update the ipmi(4) driver:John Baldwin2006-09-221-41/+169
* Add an OpenIPMI mostly compatible driver. This driver was developedDoug Ambrisko2006-02-101-0/+138