Tue Dec 31 15:07:22 2019 UTC ()
Update to not include COMPAT_90


(pgoyette)
diff -r1.12 -r1.13 src/sys/arch/amd64/conf/MODULAR

cvs diff -r1.12 -r1.13 src/sys/arch/amd64/conf/MODULAR (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/MODULAR 2019/06/17 03:31:57 1.12
+++ src/sys/arch/amd64/conf/MODULAR 2019/12/31 15:07:22 1.13
@@ -1,39 +1,40 @@ @@ -1,39 +1,40 @@
1# $NetBSD: MODULAR,v 1.12 2019/06/17 03:31:57 christos Exp $ 1# $NetBSD: MODULAR,v 1.13 2019/12/31 15:07:22 pgoyette Exp $
2# 2#
3# Try to exclude all the drivers in GENERIC that have been modularized 3# Try to exclude all the drivers in GENERIC that have been modularized
4# XXX: incomplete 4# XXX: incomplete
5 5
6include "arch/amd64/conf/GENERIC" 6include "arch/amd64/conf/GENERIC"
7options MODULAR # new style module(7) framework 7options MODULAR # new style module(7) framework
8options MODULAR_DEFAULT_AUTOLOAD 8options MODULAR_DEFAULT_AUTOLOAD
9 9
10-no acpicpu* at cpu? 10-no acpicpu* at cpu?
11-no est0 at cpu0 11-no est0 at cpu0
12-no powernow0 at cpu0 12-no powernow0 at cpu0
13-no vmt0 at cpu0 13-no vmt0 at cpu0
14 14
15-no spkr* at pcppi? # PC speaker 15-no spkr* at pcppi? # PC speaker
16-no spkr* at audio? # PC speaker (synthesized) 16-no spkr* at audio? # PC speaker (synthesized)
17 17
18-no options COMPAT_15 # NetBSD 1.5, 18-no options COMPAT_15 # NetBSD 1.5,
19-no options COMPAT_16 # NetBSD 1.6, 19-no options COMPAT_16 # NetBSD 1.6,
20-no options COMPAT_20 # NetBSD 2.0, 20-no options COMPAT_20 # NetBSD 2.0,
21-no options COMPAT_30 # NetBSD 3.0, 21-no options COMPAT_30 # NetBSD 3.0,
22-no options COMPAT_40 # NetBSD 4.0, 22-no options COMPAT_40 # NetBSD 4.0,
23-no options COMPAT_50 # NetBSD 5.0, 23-no options COMPAT_50 # NetBSD 5.0,
24-no options COMPAT_60 # NetBSD 6.0, 24-no options COMPAT_60 # NetBSD 6.0,
25-no options COMPAT_70 # NetBSD 7.0, and 25-no options COMPAT_70 # NetBSD 7.0,
26-no options COMPAT_80 # NetBSD 8.0 binary compatibility. 26-no options COMPAT_80 # NetBSD 8.0, and
 27-no options COMPAT_90 # NetBSD 9.0 binary compatibility.
27-no options COMPAT_43 # and 4.3BSD 28-no options COMPAT_43 # and 4.3BSD
28#options COMPAT_386BSD_MBRPART # recognize old partition ID 29#options COMPAT_386BSD_MBRPART # recognize old partition ID
29 30
30-no options COMPAT_OSSAUDIO 31-no options COMPAT_OSSAUDIO
31-no options COMPAT_NETBSD32 32-no options COMPAT_NETBSD32
32-no options COMPAT_LINUX 33-no options COMPAT_LINUX
33-no options COMPAT_LINUX32 # req. COMPAT_LINUX and COMPAT_NETBSD32 34-no options COMPAT_LINUX32 # req. COMPAT_LINUX and COMPAT_NETBSD32
34-no options EXEC_ELF32 35-no options EXEC_ELF32
35-no options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 36-no options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
36 37
37-no options SYSVMSG # System V-like message queues 38-no options SYSVMSG # System V-like message queues
38-no options SYSVSEM # System V-like semaphores 39-no options SYSVSEM # System V-like semaphores
39-no options SYSVSHM # System V-like memory sharing 40-no options SYSVSHM # System V-like memory sharing