summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi_isa.c
AgeCommit message (Expand)Author
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-11-29pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-06-07ipmi: add Block Transfer interface supportAndrey V. Elsukov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-09-03impi(4): Fix two typos in source code commentsGordon Bergling
2022-05-09ipmi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-04-29ipmi: support getting address from EFIYinlong Lu
2021-02-23Revert "ipmi_smbios: Deduplicate smbios entry point discovery logic"Allan Jude
2021-02-23ipmi_smbios: Deduplicate smbios entry point discovery logicAllan Jude
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2013-07-30Check for ipmi_attached in ipmi_isa_probe as a suggested alternative toSean Bruno
2013-07-30After discussions, revert svn r253708.Sean Bruno
2013-07-27At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno
2007-07-16Add support to the ipmi, isa attachment to attempt to read ipmiDoug Ambrisko
2006-09-22Update the ipmi(4) driver:John Baldwin