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/i915drm Restore is_console=1 for i915, ...
details: https://anonhg.NetBSD.org/src/rev/00fd5fb32b68
branches: trunk
changeset: 795303:00fd5fb32b68
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Apr 06 16:42:00 2014 +0000
description:
Restore is_console=1 for i915, even if I keep it off for debugging.
diffstat:
sys/external/bsd/drm2/i915drm/i915_pci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cd3f8b489c5b -r 00fd5fb32b68 sys/external/bsd/drm2/i915drm/i915_pci.c
--- a/sys/external/bsd/drm2/i915drm/i915_pci.c Sun Apr 06 16:38:34 2014 +0000
+++ b/sys/external/bsd/drm2/i915drm/i915_pci.c Sun Apr 06 16:42:00 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i915_pci.c,v 1.6 2014/04/06 16:38:34 riastradh Exp $ */
+/* $NetBSD: i915_pci.c,v 1.7 2014/04/06 16:42:00 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: i915_pci.c,v 1.6 2014/04/06 16:38:34 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: i915_pci.c,v 1.7 2014/04/06 16:42:00 riastradh Exp $");
#include <sys/types.h>
#ifndef _MODULE
@@ -412,7 +412,7 @@
goto fail3;
}
- prop_dictionary_set_bool(dict, "is_console", 0); /* XXX */
+ prop_dictionary_set_bool(dict, "is_console", 1); /* XXX */
prop_dictionary_set_uint32(dict, "width", mode_cmd.width);
prop_dictionary_set_uint32(dict, "height", mode_cmd.height);
prop_dictionary_set_uint8(dict, "depth", sizes->surface_bpp);
Home |
Main Index |
Thread Index |
Old Index