Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules/drmkms make this work: add agpsupport and sysctl...
details: https://anonhg.NetBSD.org/src/rev/6afc29617226
branches: trunk
changeset: 333633:6afc29617226
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 12 02:13:30 2014 +0000
description:
make this work: add agpsupport and sysctl code
diffstat:
sys/modules/drmkms/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 25e2d9ef7336 -r 6afc29617226 sys/modules/drmkms/Makefile
--- a/sys/modules/drmkms/Makefile Tue Nov 11 23:08:37 2014 +0000
+++ b/sys/modules/drmkms/Makefile Wed Nov 12 02:13:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/11/11 11:30:21 nonaka Exp $
+# $NetBSD: Makefile,v 1.5 2014/11/12 02:13:30 christos Exp $
.include "../Makefile.inc"
.include "Makefile.inc"
@@ -11,7 +11,7 @@
# Upstream source files.
#SRCS+= ati_pcigart.c # Moved to drmkms_pci module.
-#SRCS+= drm_agpsupport.c # Moved to drmkms_pci module.
+SRCS+= drm_agpsupport.c # Moved to drmkms_pci module.
SRCS+= drm_auth.c
SRCS+= drm_buffer.c
SRCS+= drm_bufs.c
@@ -46,6 +46,7 @@
SRCS+= drm_rect.c
SRCS+= drm_scatter.c
SRCS+= drm_stub.c
+SRCS+= drm_sysctl.c
SRCS+= drm_sysfs.c
SRCS+= drm_vm.c
SRCS+= drm_vma_manager.c
Home |
Main Index |
Thread Index |
Old Index