git: b8a7548399ed - main - LINT: Don't build bnxt on 32-bit platforms
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 May 2024 16:52:17 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b8a7548399edb3015425dffb28fa34bb42fda33c commit b8a7548399edb3015425dffb28fa34bb42fda33c Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-05-29 16:50:27 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-05-29 16:50:27 +0000 LINT: Don't build bnxt on 32-bit platforms Sponsored by: Netflix Fixes: acd884dec99a ("RDMA/bnxt_re: Add bnxt_re RoCE driver") --- sys/arm/conf/NOTES | 2 ++ sys/powerpc/conf/NOTES | 1 + 2 files changed, 3 insertions(+) diff --git a/sys/arm/conf/NOTES b/sys/arm/conf/NOTES index db7da3ff1ea6..920d721dc3ba 100644 --- a/sys/arm/conf/NOTES +++ b/sys/arm/conf/NOTES @@ -90,6 +90,8 @@ nodevice snd_cmi nodevice mpr nodevice mps +nodevice bnxt + # Build SOC-specific modules... makeoptions MODULES_EXTRA+="allwinner" diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES index fa509e6ad137..fbe29c328e73 100644 --- a/sys/powerpc/conf/NOTES +++ b/sys/powerpc/conf/NOTES @@ -77,6 +77,7 @@ device backlight nodevice ccr nodevice cxgbe # XXX: builds on powerpc64 only. nodevice cxgbev +nodevice bnxt nodevice mpr # no 64-bit atomics nodevice mps # no 64-bit atomics nodevice ppc