Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/drmkms_linux Add some components to drmkms_linux...



details:   https://anonhg.NetBSD.org/src/rev/23161e331116
branches:  trunk
changeset: 835275:23161e331116
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 13:52:58 2018 +0000

description:
Add some components to drmkms_linux.kmod.

diffstat:

 sys/modules/drmkms_linux/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b36d971fa676 -r 23161e331116 sys/modules/drmkms_linux/Makefile
--- a/sys/modules/drmkms_linux/Makefile Mon Aug 27 13:45:20 2018 +0000
+++ b/sys/modules/drmkms_linux/Makefile Mon Aug 27 13:52:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/08/27 13:52:47 riastradh Exp $
+# $NetBSD: Makefile,v 1.9 2018/08/27 13:52:58 riastradh Exp $
 
 #
 # At some point this needs to turn into linux.kmod and a proper home for it
@@ -20,12 +20,15 @@
 KMOD=  drmkms_linux
 
 SRCS+= linux_dmi.c
+SRCS+= linux_fence.c
 SRCS+= linux_i2c.c
 SRCS+= linux_idr.c
 SRCS+= linux_kmap.c
 SRCS+= linux_list_sort.c
 SRCS+= linux_module.c
-SRCS+= linux_work.c
+SRCS+= linux_rcu.c
+SRCS+= linux_reservation.c
+SRCS+= linux_work.c            # XXX Move me to linux.kmod.
 SRCS+= linux_writecomb.c
 SRCS+= linux_ww_mutex.c
 



Home | Main Index | Thread Index | Old Index