git: 52ce810302f7 - main - UPDATING: bump __FreeBSD_version for drm-kmod/nvidia-drm vs. LinuxLPI
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Sep 2025 23:17:27 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=52ce810302f70cc7b995651eb1b19adfa014b351
commit 52ce810302f70cc7b995651eb1b19adfa014b351
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-29 23:16:51 +0000
UPDATING: bump __FreeBSD_version for drm-kmod/nvidia-drm vs. LinuxLPI
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.
MFC after: 3 days
PR: 289647
---
UPDATING | 7 +++++++
sys/sys/param.h | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index 1f30b6b0b8f3..cd7568885a26 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+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 1600001 so users will pick up updated packages.
+
20250929:
The deprecated ftpd(8) has been removed. Users who still need ftpd
can install the ftp/freebsd-ftpd port. pkgbase users should remove
diff --git a/sys/sys/param.h b/sys/sys/param.h
index ce91430909ce..8a71693cff3d 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 1600000
+#define __FreeBSD_version 1600001
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,