diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2026-07-30 02:14:11 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2026-07-30 02:14:11 +0000 |
| commit | 100f7b8d39b273d0083b3f5a884fc00cc73169fd (patch) | |
| tree | 22a563f014922dfc8c09025c5d301dd9f07a95d5 | |
| parent | e6b9ce25ec062b45038a37c88d193fa438f5ef58 (diff) | |
UPDATING: Add entry for igbv driver split
| -rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
