Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2022 04:57:19 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 105019e0d6cb - main - bnxt: Remove from LINT
Message-ID:  <202211050457.2A54vJbv043916@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=105019e0d6cbd555fadd94fcbf7e0c5fb4899684

commit 105019e0d6cbd555fadd94fcbf7e0c5fb4899684
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-11-05 04:55:18 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-11-05 04:55:18 +0000

    bnxt: Remove from LINT
    
    Until bnxt is fixed on i386, remove it from its lint. Create a new
    section of the config file for things that work everywhere, except i386.
    
    Sponsored by:           Netflix
---
 sys/i386/conf/NOTES | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 882b755db67a..1a3a79b76e34 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -885,4 +885,9 @@ options 	VM_KMEM_SIZE
 options 	VM_KMEM_SIZE_MAX
 options 	VM_KMEM_SIZE_SCALE
 
-
+
+#####################################################################
+# Items broken on i386 that are generally available elsewhere
+
+# Device uses bus_read_8 and friends, so can't work. Remove it from lint.
+nodevice	bnxt



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