Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Update to not include COMPAT_90
details: https://anonhg.NetBSD.org/src/rev/b061ed4abca2
branches: trunk
changeset: 1006046:b061ed4abca2
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Tue Dec 31 15:07:22 2019 +0000
description:
Update to not include COMPAT_90
diffstat:
sys/arch/amd64/conf/MODULAR | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 1ae90049e332 -r b061ed4abca2 sys/arch/amd64/conf/MODULAR
--- a/sys/arch/amd64/conf/MODULAR Tue Dec 31 14:51:29 2019 +0000
+++ b/sys/arch/amd64/conf/MODULAR Tue Dec 31 15:07:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.12 2019/06/17 03:31:57 christos Exp $
+# $NetBSD: MODULAR,v 1.13 2019/12/31 15:07:22 pgoyette Exp $
#
# Try to exclude all the drivers in GENERIC that have been modularized
# XXX: incomplete
@@ -22,8 +22,9 @@
-no options COMPAT_40 # NetBSD 4.0,
-no options COMPAT_50 # NetBSD 5.0,
-no options COMPAT_60 # NetBSD 6.0,
--no options COMPAT_70 # NetBSD 7.0, and
--no options COMPAT_80 # NetBSD 8.0 binary compatibility.
+-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_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
Home |
Main Index |
Thread Index |
Old Index