Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/amdgpu amdgpu.kmod depends on drmkms.k...



details:   https://anonhg.NetBSD.org/src/rev/49ee7e202ac5
branches:  trunk
changeset: 835328:49ee7e202ac5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 14:13:29 2018 +0000

description:
amdgpu.kmod depends on drmkms.kmod, not on amdgpu.kmod.

diffstat:

 sys/external/bsd/drm2/amdgpu/amdgpu_module.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 15941f678cc4 -r 49ee7e202ac5 sys/external/bsd/drm2/amdgpu/amdgpu_module.c
--- a/sys/external/bsd/drm2/amdgpu/amdgpu_module.c      Mon Aug 27 14:13:16 2018 +0000
+++ b/sys/external/bsd/drm2/amdgpu/amdgpu_module.c      Mon Aug 27 14:13:29 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: amdgpu_module.c,v 1.1 2018/08/27 14:02:32 riastradh Exp $      */
+/*     $NetBSD: amdgpu_module.c,v 1.2 2018/08/27 14:13:29 riastradh Exp $      */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: amdgpu_module.c,v 1.1 2018/08/27 14:02:32 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: amdgpu_module.c,v 1.2 2018/08/27 14:13:29 riastradh Exp $");
 
 #include <sys/types.h>
 #include <sys/module.h>
@@ -45,7 +45,7 @@
 #include "amdgpu_amdkfd.h"
 #include "amdgpu_drv.h"
 
-MODULE(MODULE_CLASS_DRIVER, amdgpu, "amdgpu,drmkms_pci"); /* XXX drmkms_i2c, drmkms_ttm */
+MODULE(MODULE_CLASS_DRIVER, amdgpu, "drmkms,drmkms_pci"); /* XXX drmkms_i2c, drmkms_ttm */
 
 #ifdef _MODULE
 #include "ioconf.c"



Home | Main Index | Thread Index | Old Index