summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/ipmi_i2c.c
AgeCommit message (Expand)Author
2024-10-09make attachments use pre-existing activate functions; ok deraadt@Jonathan Gray
2024-07-22remove unneeded prototypes for functions in other filesJonathan Gray
2022-04-06constify struct cfattachChristian Weisgerber
2020-01-11Use block mode for smbus access as required by the IPMI standard andMark Kettenis
2019-09-03Avoid uninitialized variable; using a for loop like in siif_recvmsg() wasMark Kettenis
2019-08-19Add support for SMBus System Interface (SSIF).Mark Kettenis