aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/smbios
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* x86: gate smbios hypervisor identification behind vm_guestKyle Evans2023-03-171-0/+8
* abstract out the vm detection via smbios..John-Mark Gurney2023-03-032-0/+108
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-1/+1
* smbios: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* smbios/vpd: Use devclass_find to lookup devclass in module event handler.John Baldwin2022-04-211-5/+2
* ipmi,smbios: move smbios_walk_table to smbios.hGreg V2021-04-071-2/+29
* smbios: support getting address from EFIGreg V2021-04-071-5/+17
* Revert "ipmi_smbios: Deduplicate smbios entry point discovery logic"Allan Jude2021-02-232-23/+0
* ipmi_smbios: Deduplicate smbios entry point discovery logicAllan Jude2021-02-232-0/+23
* smbios: Move smbios driver out from x86 machdep codeAllan Jude2021-02-232-0/+328