Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/i915drm Add drm2edid to the c...
details: https://anonhg.NetBSD.org/src/rev/da077d37184c
branches: riastradh-drm2
changeset: 788321:da077d37184c
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 03:14:49 2013 +0000
description:
Add drm2edid to the commented list of what i915drm2 should depend on.
diffstat:
sys/external/bsd/drm2/i915drm/i915_module.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 747b6776285a -r da077d37184c sys/external/bsd/drm2/i915drm/i915_module.c
--- a/sys/external/bsd/drm2/i915drm/i915_module.c Wed Jul 24 03:14:31 2013 +0000
+++ b/sys/external/bsd/drm2/i915drm/i915_module.c Wed Jul 24 03:14:49 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i915_module.c,v 1.1.2.1 2013/07/24 02:49:21 riastradh Exp $ */
+/* $NetBSD: i915_module.c,v 1.1.2.2 2013/07/24 03:14:49 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,13 +30,13 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i915_module.c,v 1.1.2.1 2013/07/24 02:49:21 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i915_module.c,v 1.1.2.2 2013/07/24 03:14:49 riastradh Exp $");
#include <sys/types.h>
#include <sys/module.h>
#include <sys/systm.h>
-MODULE(MODULE_CLASS_DRIVER, i915drm2, "drm2"); /* XXX drm2pci */
+MODULE(MODULE_CLASS_DRIVER, i915drm2, "drm2"); /* XXX drm2pci, drm2edid */
#ifdef _MODULE
#include "ioconf.c"
Home |
Main Index |
Thread Index |
Old Index