aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/bios/vpd.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* x86: Remove unused devclass arguments 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
* Explicit CTLFLAG_DYN not neededRyan Moeller2020-10-041-5/+5
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-8/+23
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-8/+8
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-251-0/+297