summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi/ipmi_isa.c
Commit message (Expand)AuthorAgeFilesLines
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2024-01-181-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ipmi: add Block Transfer interface supportAndrey V. Elsukov2023-06-071-8/+11
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* impi(4): Fix two typos in source code commentsGordon Bergling2022-09-031-2/+2
* ipmi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-1/+1
* ipmi: support getting address from EFIYinlong Lu2021-04-291-0/+4
* Revert "ipmi_smbios: Deduplicate smbios entry point discovery logic"Allan Jude2021-02-231-1/+0
* ipmi_smbios: Deduplicate smbios entry point discovery logicAllan Jude2021-02-231-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Check for ipmi_attached in ipmi_isa_probe as a suggested alternative toSean Bruno2013-07-301-8/+8
* After discussions, revert svn r253708.Sean Bruno2013-07-301-9/+10
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno2013-07-271-10/+9
* Add support to the ipmi, isa attachment to attempt to read ipmiDoug Ambrisko2007-07-161-2/+79
* Update the ipmi(4) driver:John Baldwin2006-09-221-0/+209