git: a38672e64a1c - stable/15 - UPDATING: bump __FreeBSD_version for drm-kmod/nvidia-drm vs. LinuxKPI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 22:21:06 UTC
The branch stable/15 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=a38672e64a1ce9a156d1888ffc505252da3e4cf1 commit a38672e64a1ce9a156d1888ffc505252da3e4cf1 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-09-29 23:10:10 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2025-09-30 22:20:36 +0000 UPDATING: bump __FreeBSD_version for drm-kmod/nvidia-drm vs. LinuxKPI Both drm-kmod and nvidia-drm were updated to keep compiling and/or working after the latest LinuxKPI PCI changes. Some of what should have worked for a long time but did not or conflicted was hidden behind native PCI calls instead of using LinuxKPI. We cleaned this up. Bump __FreeBSD_version so that users will get the updated packages. PR: 289647 (cherry picked from commit 52ce810302f70cc7b995651eb1b19adfa014b351) --- UPDATING | 7 +++++++ sys/sys/param.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 127540ebed39..01c10700e1e3 100644 --- a/UPDATING +++ b/UPDATING @@ -12,6 +12,13 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20250929: + Both drm-kmod and nividia-drm ports had to be updated to either no + longer conflict on LinuxKPI vs. native PCI changes and/or to keep + working after some LinuxKPI PCI adjustments which were previously + hidden behind native PCI. + Bump __FreeBSD_version so users will pick up updated packages. + 20250924: Several changes which affect pkgbase users (only): diff --git a/sys/sys/param.h b/sys/sys/param.h index c21c086e15ad..5a66f6cee279 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -74,7 +74,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1500064 +#define __FreeBSD_version 1500065 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,