Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm/dist/bsd-core fix the module class.



details:   https://anonhg.NetBSD.org/src/rev/df2c371c86e7
branches:  trunk
changeset: 803737:df2c371c86e7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 10 16:32:21 2014 +0000

description:
fix the module class.

diffstat:

 sys/external/bsd/drm/dist/bsd-core/drm_drv.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1b6a14d8abf4 -r df2c371c86e7 sys/external/bsd/drm/dist/bsd-core/drm_drv.c
--- a/sys/external/bsd/drm/dist/bsd-core/drm_drv.c      Mon Nov 10 15:46:33 2014 +0000
+++ b/sys/external/bsd/drm/dist/bsd-core/drm_drv.c      Mon Nov 10 16:32:21 2014 +0000
@@ -1124,7 +1124,7 @@
 #if defined(__NetBSD__)
 /* Module support */
 
-MODULE(MODULE_CLASS_MISC, drm, "pci");
+MODULE(MODULE_CLASS_DRIVER, drm, "pci");
 
 static int
 drm_modcmd(modcmd_t cmd, void *arg)



Home | Main Index | Thread Index | Old Index