aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2025-09-29 23:10:10 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2025-09-30 22:20:36 +0000
commita38672e64a1ce9a156d1888ffc505252da3e4cf1 (patch)
tree3727510eadb917915bd116773159cb2714b01751
parent62c3b77d1d1084dc46663eed52e288307b5c7e64 (diff)
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)
-rw-r--r--UPDATING7
-rw-r--r--sys/sys/param.h2
2 files changed, 8 insertions, 1 deletions
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,