Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/tegra tegracec can get physical address from...
details: https://anonhg.NetBSD.org/src/rev/0b1cb4181771
branches: trunk
changeset: 341639:0b1cb4181771
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Nov 14 23:17:39 2015 +0000
description:
tegracec can get physical address from tegradrm now
diffstat:
sys/arch/evbarm/tegra/tegra_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5c0ec0adf88a -r 0b1cb4181771 sys/arch/evbarm/tegra/tegra_machdep.c
--- a/sys/arch/evbarm/tegra/tegra_machdep.c Sat Nov 14 23:16:41 2015 +0000
+++ b/sys/arch/evbarm/tegra/tegra_machdep.c Sat Nov 14 23:17:39 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_machdep.c,v 1.28 2015/11/14 23:04:30 jmcneill Exp $ */
+/* $NetBSD: tegra_machdep.c,v 1.29 2015/11/14 23:17:39 jmcneill Exp $ */
/*-
* Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_machdep.c,v 1.28 2015/11/14 23:04:30 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_machdep.c,v 1.29 2015/11/14 23:17:39 jmcneill Exp $");
#include "opt_tegra.h"
#include "opt_machdep.h"
@@ -443,7 +443,7 @@
}
if (device_is_a(self, "tegracec")) {
- prop_dictionary_set_cstring(dict, "hdmi-device", "tegrahdmi0");
+ prop_dictionary_set_cstring(dict, "hdmi-device", "tegradrm0");
}
if (device_is_a(self, "nouveau")) {
Home |
Main Index |
Thread Index |
Old Index