aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Bowling <kbowling@FreeBSD.org>2026-07-30 02:14:11 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2026-07-30 02:14:11 +0000
commit100f7b8d39b273d0083b3f5a884fc00cc73169fd (patch)
tree22a563f014922dfc8c09025c5d301dd9f07a95d5
parente6b9ce25ec062b45038a37c88d193fa438f5ef58 (diff)
UPDATING: Add entry for igbv driver split
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
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