Wed Mar 11 08:31:09 2020 UTC ()
Fixup the evbarm PCI modules


(skrll)
diff -r0 -r1.1 src/distrib/sets/lists/modules/md.evbarm
diff -r1.241 -r1.242 src/sys/modules/Makefile

File Added: src/distrib/sets/lists/modules/md.evbarm
# $NetBSD: md.evbarm,v 1.1 2020/03/11 08:31:08 skrll Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
./@MODULEDIR@/if_ixl				modules-base-kernel	kmod
./@MODULEDIR@/if_ixl/if_ixl.kmod		modules-base-kernel	kmod
./@MODULEDIR@/ubsec				modules-base-kernel	kmod
./@MODULEDIR@/ubsec/ubsec.kmod			modules-base-kernel	kmod

cvs diff -r1.241 -r1.242 src/sys/modules/Makefile (expand / switch to unified diff)

--- src/sys/modules/Makefile 2020/02/29 16:25:37 1.241
+++ src/sys/modules/Makefile 2020/03/11 08:31:08 1.242
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.241 2020/02/29 16:25:37 skrll Exp $ 1# $NetBSD: Makefile,v 1.242 2020/03/11 08:31:08 skrll Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5# For all platforms 5# For all platforms
6 6
7# Modules for compatability with earlier versions of NetBSD 7# Modules for compatability with earlier versions of NetBSD
8 8
9SUBDIR+= compat_util 9SUBDIR+= compat_util
10SUBDIR+= compat_43 compat_sysctl_09_43 10SUBDIR+= compat_43 compat_sysctl_09_43
11SUBDIR+= compat_09 compat_10 compat_12 compat_13 compat_14 11SUBDIR+= compat_09 compat_10 compat_12 compat_13 compat_14
12SUBDIR+= compat_16 compat_20 compat_30 compat_40 compat_50 12SUBDIR+= compat_16 compat_20 compat_30 compat_40 compat_50
13SUBDIR+= compat_60 compat_70 compat_80 compat_90 13SUBDIR+= compat_60 compat_70 compat_80 compat_90
14 14
@@ -222,27 +222,27 @@ SUBDIR+= ichsmb @@ -222,27 +222,27 @@ SUBDIR+= ichsmb
222SUBDIR+= odcm 222SUBDIR+= odcm
223SUBDIR+= powernow 223SUBDIR+= powernow
224SUBDIR+= tco 224SUBDIR+= tco
225SUBDIR+= tprof_x86 225SUBDIR+= tprof_x86
226SUBDIR+= vmt 226SUBDIR+= vmt
227.endif 227.endif
228 228
229.if ${MACHINE_ARCH} == "x86_64" 229.if ${MACHINE_ARCH} == "x86_64"
230SUBDIR+= nvmm 230SUBDIR+= nvmm
231.endif 231.endif
232 232
233# Builds on architectures with PCI bus 233# Builds on architectures with PCI bus
234.if \ 234.if \
235 ${MACHINE_ARCH} == "evbarm" || \ 235 ${MACHINE} == "evbarm" || \
236 ${MACHINE_ARCH} == "i386" || \ 236 ${MACHINE_ARCH} == "i386" || \
237 ${MACHINE_ARCH} == "x86_64" 237 ${MACHINE_ARCH} == "x86_64"
238#SUBDIR+= hifn 238#SUBDIR+= hifn
239SUBDIR+= if_ixl 239SUBDIR+= if_ixl
240SUBDIR+= ubsec 240SUBDIR+= ubsec
241.endif 241.endif
242 242
243.if ${MKSLJIT} != "no" 243.if ${MKSLJIT} != "no"
244# No modules for 32-bit arm, mips and powerpc yet. 244# No modules for 32-bit arm, mips and powerpc yet.
245.if ${MACHINE_ARCH} == "aarch64" || \ 245.if ${MACHINE_ARCH} == "aarch64" || \
246 ${MACHINE_ARCH} == "i386" || \ 246 ${MACHINE_ARCH} == "i386" || \
247 ${MACHINE_ARCH} == "sparc" || \ 247 ${MACHINE_ARCH} == "sparc" || \
248 ${MACHINE_ARCH} == "x86_64" 248 ${MACHINE_ARCH} == "x86_64"