aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi_smic.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: remove timeout from the ipmi_driver_request methodGleb Smirnoff2024-10-181-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* 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-1/+23
* Unlock IPMI sc while performing requests via KCS and SMIC interfaces.Alexander V. Chernikov2013-03-251-0/+2
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* The IPMI spec is ambiguous (or rather, it contradicts itself) about whetherJohn Baldwin2006-10-051-4/+4
* Add detailed debugging printf's for SMIC under SMIC_DEBUG.John Baldwin2006-10-051-2/+50
* Oops, don't toss the last character read during an SMIC transaction withJohn Baldwin2006-10-051-2/+0
* Update the ipmi(4) driver:John Baldwin2006-09-221-0/+361