Module Name: src
Committed By: jakllsch
Date: Wed Nov 18 17:12:06 UTC 2015
Modified Files:
src/sys/arch/arm/nvidia: tegra_io.c
Log Message:
Note the interrupt for Tegra MC in the locators list.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/nvidia/tegra_io.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/nvidia/tegra_io.c
diff -u src/sys/arch/arm/nvidia/tegra_io.c:1.17 src/sys/arch/arm/nvidia/tegra_io.c:1.18
--- src/sys/arch/arm/nvidia/tegra_io.c:1.17 Mon Nov 9 23:05:58 2015
+++ src/sys/arch/arm/nvidia/tegra_io.c Wed Nov 18 17:12:06 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: tegra_io.c,v 1.17 2015/11/09 23:05:58 jmcneill Exp $ */
+/* $NetBSD: tegra_io.c,v 1.18 2015/11/18 17:12:06 jakllsch Exp $ */
/*-
* Copyright (c) 2015 Jared D. McNeill <[email protected]>
@@ -29,7 +29,7 @@
#include "opt_tegra.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tegra_io.c,v 1.17 2015/11/09 23:05:58 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tegra_io.c,v 1.18 2015/11/18 17:12:06 jakllsch Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -72,7 +72,7 @@ static const struct tegra_locators tegra
static const struct tegra_locators tegra_apb_locators[] = {
{ "tegramc",
- TEGRA_MC_OFFSET, TEGRA_MC_SIZE, NOPORT, NOINTR },
+ TEGRA_MC_OFFSET, TEGRA_MC_SIZE, NOPORT, TEGRA_INTR_MC },
{ "tegrapmc",
TEGRA_PMC_OFFSET, TEGRA_PMC_SIZE, NOPORT, NOINTR },
{ "tegraxusbpad",