summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi_ssif.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-11-13ipmi_ssif: Fix typo in debug printAndrew Gallatin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-02-18ipmi_ssif: Fix inverted for the end of multi-part readsAllan Jude
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-02-06Use direct hardware access for internal requests for KCS and SMIC. InJohn Baldwin
2007-10-20Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer
2007-02-27Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin
2006-09-22Update the ipmi(4) driver:John Baldwin