summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi_kcs.c
AgeCommit message (Expand)Author
2024-10-18ipmi: remove timeout from the ipmi_driver_request methodGleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
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-04-05ipmi: Remove write only variables used to read form hardwareWarner Losh
2019-06-12The current IPMI KCS code is waiting 100us for all transitions (roughlyJonathan T. Looney
2018-04-06In cases where an application issues certain IPMI commands at a highJonathan T. Looney
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
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
2014-12-22Explicitly treat timeouts when waiting for IBF or OBF to change state as anJohn Baldwin
2013-03-25Unlock IPMI sc while performing requests via KCS and SMIC interfaces.Alexander V. Chernikov
2008-08-28- Tweak an error message.John Baldwin
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2006-09-22Update the ipmi(4) driver:John Baldwin