The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=b1039bbe185bbadea24207b600f4bea065a2dbee
commit b1039bbe185bbadea24207b600f4bea065a2dbee Author: Dag-Erling Smørgrav <[email protected]> AuthorDate: 2025-11-15 03:18:51 +0000 Commit: Dag-Erling Smørgrav <[email protected]> CommitDate: 2025-11-15 03:18:51 +0000 NOTES: Add iwm and iwx Reviewed by: imp, jhb Differential Revision: https://reviews.freebsd.org/D53759 --- sys/x86/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/x86/conf/NOTES b/sys/x86/conf/NOTES index fadaf90d508f..643105096be2 100644 --- a/sys/x86/conf/NOTES +++ b/sys/x86/conf/NOTES @@ -444,7 +444,9 @@ device gve # Google Virtual NIC (gVNIC) device igc # Intel I225 2.5G Ethernet device ipw # Intel 2100 wireless NICs. device iwi # Intel 2200BG/2225BG/2915ABG wireless NICs. +device iwm # Intel IEEE 802.11ac wireless NICs. device iwn # Intel 4965/1000/5000/6000 wireless NICs. +device iwx # Intel IEEE 802.11ax wireless NICs. device mthca # Mellanox HCA InfiniBand device mlx4 # Shared code module between IB and Ethernet device mlx4ib # Mellanox ConnectX HCA InfiniBand
