git: 69f535564125 - main - RELNOTES: Add entry for 7f54c65abc67
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 02 Feb 2026 20:37:41 UTC
The branch main has been updated by jrhall:
URL: https://cgit.FreeBSD.org/src/commit/?id=69f535564125f6c59b02616c806ab7fcf9563878
commit 69f535564125f6c59b02616c806ab7fcf9563878
Author: John Hall <jrhall@FreeBSD.org>
AuthorDate: 2026-02-02 20:35:19 +0000
Commit: John Hall <jrhall@FreeBSD.org>
CommitDate: 2026-02-02 20:37:15 +0000
RELNOTES: Add entry for 7f54c65abc67
---
RELNOTES | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/RELNOTES b/RELNOTES
index 18649952c7cd..9ccece997074 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,13 @@ newline. Entries should be separated by a newline.
Changes to this file should not be MFCed.
+7f54c65abc67:
+ Update smartpqi(4) to vendor version 14.4690.0.2008 - 15.2.0.2008
+ for the SmartArray storage controllers. This adds support for new
+ controllers, adds code that utilizes the new BIG_IOCTL_Command_struct
+ and allows the I/O buffer size for a single passthrough ioctl to be
+ stored as a 32 bit integer instead of the original 16 bit integer.
+
b0d997095022:
The pf firewall now supports passing IPv6 packets to divert(4)
sockets via divert-to actions.