The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=105019e0d6cbd555fadd94fcbf7e0c5fb4899684
commit 105019e0d6cbd555fadd94fcbf7e0c5fb4899684 Author: Warner Losh <[email protected]> AuthorDate: 2022-11-05 04:55:18 +0000 Commit: Warner Losh <[email protected]> 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
