Module Name:    src
Committed By:   pgoyette
Date:           Thu Mar 20 22:16:58 UTC 2025

Modified Files:
        src/sys/arch/amd64/conf: MODULAR

Log Message:
We now have COMPAT_100, so use the modular version vs built-in


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/amd64/conf/MODULAR

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/MODULAR
diff -u src/sys/arch/amd64/conf/MODULAR:1.19 src/sys/arch/amd64/conf/MODULAR:1.20
--- src/sys/arch/amd64/conf/MODULAR:1.19	Wed Jan 20 13:22:08 2021
+++ src/sys/arch/amd64/conf/MODULAR	Thu Mar 20 22:16:58 2025
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.19 2021/01/20 13:22:08 nia Exp $
+# $NetBSD: MODULAR,v 1.20 2025/03/20 22:16:58 pgoyette Exp $
 #
 # Try to exclude all the drivers in GENERIC that have been modularized
 # XXX: incomplete
@@ -21,8 +21,9 @@ include "arch/amd64/conf/GENERIC"
 -no options 	COMPAT_50	# NetBSD 5.0,
 -no options 	COMPAT_60	# NetBSD 6.0,
 -no options 	COMPAT_70	# NetBSD 7.0,
--no options 	COMPAT_80	# NetBSD 8.0, and
--no options 	COMPAT_90	# NetBSD 9.0 binary compatibility.
+-no options 	COMPAT_80	# NetBSD 8.0,
+-no options 	COMPAT_90	# NetBSD 9.0, and
+-no options 	COMPAT_100	# NetBSD 10.0 binary compatibility.
 -no options 	COMPAT_43	# and 4.3BSD
 #options 	COMPAT_386BSD_MBRPART # recognize old partition ID
 

Reply via email to