Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fixup the evbarm PCI modules



details:   https://anonhg.NetBSD.org/src/rev/c543714fcf69
branches:  trunk
changeset: 745757:c543714fcf69
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Mar 11 08:31:08 2020 +0000

description:
Fixup the evbarm PCI modules

diffstat:

 distrib/sets/lists/modules/md.evbarm |  8 ++++++++
 sys/modules/Makefile                 |  4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r ccf186b58c11 -r c543714fcf69 distrib/sets/lists/modules/md.evbarm
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/distrib/sets/lists/modules/md.evbarm      Wed Mar 11 08:31:08 2020 +0000
@@ -0,0 +1,8 @@
+# $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
diff -r ccf186b58c11 -r c543714fcf69 sys/modules/Makefile
--- a/sys/modules/Makefile      Wed Mar 11 08:29:44 2020 +0000
+++ b/sys/modules/Makefile      Wed Mar 11 08:31:08 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.241 2020/02/29 16:25:37 skrll Exp $
+#      $NetBSD: Makefile,v 1.242 2020/03/11 08:31:08 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -232,7 +232,7 @@
 
 # Builds on architectures with PCI bus
 .if \
-     ${MACHINE_ARCH} == "evbarm" || \
+     ${MACHINE} == "evbarm" || \
      ${MACHINE_ARCH} == "i386" || \
      ${MACHINE_ARCH} == "x86_64"
 #SUBDIR+=      hifn



Home | Main Index | Thread Index | Old Index