From 105019e0d6cbd555fadd94fcbf7e0c5fb4899684 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 4 Nov 2022 22:55:18 -0600 Subject: [PATCH] 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