summaryrefslogtreecommitdiff
path: root/sys/x86/bios
AgeCommit message (Expand)Author
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-06x86: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-21smbios/vpd: Use devclass_find to lookup devclass in module event handler.John Baldwin
2021-02-23smbios: Move smbios driver out from x86 machdep codeAllan Jude
2020-10-04Explicit CTLFLAG_DYN not neededRyan Moeller
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2017-11-27sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-09-30Add missing header needed by free(9).Kevin Lo
2012-09-30Free result of device_get_children(9).Kevin Lo
2012-09-28- Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2010-02-25Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao