git: 100f7b8d39b2 - main - UPDATING: Add entry for igbv driver split
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jul 2026 02:15:22 UTC
The branch main has been updated by kbowling:
URL: https://cgit.FreeBSD.org/src/commit/?id=100f7b8d39b273d0083b3f5a884fc00cc73169fd
commit 100f7b8d39b273d0083b3f5a884fc00cc73169fd
Author: Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2026-07-30 02:14:11 +0000
Commit: Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2026-07-30 02:14:11 +0000
UPDATING: Add entry for igbv driver split
---
UPDATING | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/UPDATING b/UPDATING
index f0c29611a8f2..dfe9cfae9093 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ 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".)
+20260728:
+ The Intel 82576 and I350 Virtual Function devices have been split from
+ the igb(4) driver into the igbv driver. Interfaces previously exposed
+ as igbN are now exposed as igbvN. Network configuration files must be
+ updated accordingly.
+
20260727:
The wait_for_pids() function in rc.subr, used by rc scripts
when stopping or restarting a service, has been modified to