From 43ca2ae44949cbb8dd43601cfda902ab8d098fb5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 19 Jan 2023 08:31:51 -0700 Subject: 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(+) (limited to 'sys') 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 -- cgit v1.3