git: 43ca2ae44949 - stable/13 - LINT: Omit bnxt on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Jan 2023 15:34:14 UTC
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=43ca2ae44949cbb8dd43601cfda902ab8d098fb5 commit 43ca2ae44949cbb8dd43601cfda902ab8d098fb5 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2023-01-19 15:31:51 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-01-19 15:32:47 +0000 LINT: Omit bnxt on i386 bnxt is broken on i386, so omit it from all the LINT builds. Sponsored by: Netflix --- sys/i386/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 3144adf12c90..763ba321380a 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -916,3 +916,5 @@ options VM_KMEM_SIZE_MAX options VM_KMEM_SIZE_SCALE +# This is broken on i386 +nodevice bnxt