git: 0f9ab6c5232b - stable/15 - sys/conf/files: Add iwx driver
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Nov 2025 11:23:05 UTC
The branch stable/15 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=0f9ab6c5232b5f748a21d22849dcf84b4b0bbab5
commit 0f9ab6c5232b5f748a21d22849dcf84b4b0bbab5
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-11-15 03:18:45 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-11-20 11:22:33 +0000
sys/conf/files: Add iwx driver
PR: 290812
Fixes: 2ad0f7e91582 ("Import iwx as ported from OpenBSD by Future Crew.")
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D53758
(cherry picked from commit a615ded5bf2dd7f563eed6766d32fc063ae36f92)
---
sys/conf/files | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/conf/files b/sys/conf/files
index 8c9993d8f57a..da5e22e0669b 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2277,6 +2277,10 @@ iwn6050.fw optional iwn6050fw | iwnfw \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwn6050.fw"
+dev/iwx/if_iwx.c optional iwx \
+ compile-with "${NORMAL_C} -DIWX_DEBUG=1"
+dev/iwx/if_iwx_debug.c optional iwx \
+ compile-with "${NORMAL_C} -DIWX_DEBUG=1"
dev/ixgbe/if_ix.c optional ix inet \
compile-with "${NORMAL_C} -I$S/dev/ixgbe -DSMP"
dev/ixgbe/if_ixv.c optional ixv inet \