aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi_kcs.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* The current IPMI KCS code is waiting 100us for all transitions (roughlyJonathan T. Looney2019-06-121-34/+25
* In cases where an application issues certain IPMI commands at a highJonathan T. Looney2018-04-061-3/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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-0/+20
* Explicitly treat timeouts when waiting for IBF or OBF to change state as anJohn Baldwin2014-12-221-0/+13
* Unlock IPMI sc while performing requests via KCS and SMIC interfaces.Alexander V. Chernikov2013-03-251-0/+2
* - Tweak an error message.John Baldwin2008-08-281-3/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Update the ipmi(4) driver:John Baldwin2006-09-221-0/+607