git: f77fa28422ee - main - video: bump __FreeBSD_version for video(4) refactor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 12 Aug 2026 17:01:16 UTC
The branch main has been updated by adrian:
URL: https://cgit.FreeBSD.org/src/commit/?id=f77fa28422ee455580d44498a4f36c6418e96dd0
commit f77fa28422ee455580d44498a4f36c6418e96dd0
Author: Abdelkader Boudih <freebsd@seuros.com>
AuthorDate: 2026-08-12 16:52:35 +0000
Commit: Adrian Chadd <adrian@FreeBSD.org>
CommitDate: 2026-08-12 16:52:36 +0000
video: bump __FreeBSD_version for video(4) refactor
Reviewed by: manu, adrian
Differential Revision: https://reviews.freebsd.org/D58798
---
UPDATING | 5 +++++
sys/sys/param.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/UPDATING b/UPDATING
index dfe9cfae9093..95161bc18230 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@ 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".)
+20260812:
+ The new video(4) framework has landed. <sys/videoio.h> is now provided
+ as the API for communicating with it. __FreeBSD_version has been bumped
+ to 1600020 for ports that need to detect this changeover.
+
20260728:
The Intel 82576 and I350 Virtual Function devices have been split from
the igb(4) driver into the igbv driver. Interfaces previously exposed
diff --git a/sys/sys/param.h b/sys/sys/param.h
index a708baf43727..1c60c18ca2a6 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 1600019
+#define __FreeBSD_version 1600020
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,