Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2023 15:34:14 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 43ca2ae44949 - stable/13 - LINT: Omit bnxt on i386
Message-ID:  <202301191534.30JFYE3d024525@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301191534.30JFYE3d024525>