Source-Changes-HG archive

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

[src/trunk]: src/sys Disable netbsd32_drm.c until it receives proper review.



details:   https://anonhg.NetBSD.org/src/rev/61115f882bec
branches:  trunk
changeset: 459012:61115f882bec
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Aug 20 12:25:41 2019 +0000

description:
Disable netbsd32_drm.c until it receives proper review.

diffstat:

 sys/compat/netbsd32/files.netbsd32   |  4 ++--
 sys/modules/compat_netbsd32/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 3a6ececb92e6 -r 61115f882bec sys/compat/netbsd32/files.netbsd32
--- a/sys/compat/netbsd32/files.netbsd32        Tue Aug 20 12:08:17 2019 +0000
+++ b/sys/compat/netbsd32/files.netbsd32        Tue Aug 20 12:25:41 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.netbsd32,v 1.46 2019/08/20 09:32:21 christos Exp $
+#      $NetBSD: files.netbsd32,v 1.47 2019/08/20 12:25:41 maxv Exp $
 #
 # config file description for machine-independent netbsd32 compat code.
 # included by ports that need it.
@@ -14,7 +14,7 @@
 file   compat/netbsd32/netbsd32_exec_elf32.c   compat_netbsd32 & exec_elf32
 file   compat/netbsd32/netbsd32_exec_aout.c    compat_netbsd32 & exec_aout
 file   compat/netbsd32/netbsd32_netbsd.c       compat_netbsd32
-file   compat/netbsd32/netbsd32_drm.c          compat_netbsd32 & drmkms
+#file  compat/netbsd32/netbsd32_drm.c          compat_netbsd32 & drmkms
 file   compat/netbsd32/netbsd32_event.c        compat_netbsd32
 file   compat/netbsd32/netbsd32_execve.c       compat_netbsd32
 file   compat/netbsd32/netbsd32_fd.c           compat_netbsd32
diff -r 3a6ececb92e6 -r 61115f882bec sys/modules/compat_netbsd32/Makefile
--- a/sys/modules/compat_netbsd32/Makefile      Tue Aug 20 12:08:17 2019 +0000
+++ b/sys/modules/compat_netbsd32/Makefile      Tue Aug 20 12:25:41 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.26 2019/08/20 09:36:40 christos Exp $
+#      $NetBSD: Makefile,v 1.27 2019/08/20 12:25:41 maxv Exp $
 
 .include "../Makefile.inc"
 .include "../Makefile.assym"
@@ -6,7 +6,7 @@
 KMOD=  compat_netbsd32
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
-NETBSD32_DRMKMS?=yes
+#NETBSD32_DRMKMS?=yes
 .endif
 
 CPPFLAGS+=     -DCOMPAT_NETBSD32



Home | Main Index | Thread Index | Old Index