Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/broadcom Fix two copypasteos that resulted in i...
details: https://anonhg.NetBSD.org/src/rev/885d9876a833
branches: trunk
changeset: 781098:885d9876a833
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Aug 18 22:28:23 2012 +0000
description:
Fix two copypasteos that resulted in interrupt strings being wrong for
(among other interrutps) the plcom(4) and the sdhc(4).
diffstat:
sys/arch/arm/broadcom/bcm2835_intr.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 4694808316ea -r 885d9876a833 sys/arch/arm/broadcom/bcm2835_intr.c
--- a/sys/arch/arm/broadcom/bcm2835_intr.c Sat Aug 18 15:55:07 2012 +0000
+++ b/sys/arch/arm/broadcom/bcm2835_intr.c Sat Aug 18 22:28:23 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bcm2835_intr.c,v 1.1 2012/07/26 06:21:57 skrll Exp $ */
+/* $NetBSD: bcm2835_intr.c,v 1.2 2012/08/18 22:28:23 jakllsch Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bcm2835_intr.c,v 1.1 2012/07/26 06:21:57 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bcm2835_intr.c,v 1.2 2012/08/18 22:28:23 jakllsch Exp $");
#define _INTR_PRIVATE
@@ -93,8 +93,8 @@
static const char * const bcm2835_sources[BCM2835_NIRQ] = {
"(unused 0)", "(unused 1)", "(unused 2)", "timer3",
"(unused 4)", "(unused 5)", "(unused 6)", "jpeg",
- "(unused 8)", "usb", "(unused 10)", "(unused 11)"
- "(unused 12)", "(unused 13)", "(unused 14)", "(unused 15)"
+ "(unused 8)", "usb", "(unused 10)", "(unused 11)",
+ "(unused 12)", "(unused 13)", "(unused 14)", "(unused 15)",
"(unused 16)", "(unused 17)", "dma2", "dma3",
"(unused 20)", "(unused 21)", "(unused 22)", "(unused 23)",
"(unused 24)", "(unused 25)", "(unused 26)", "(unused 27)",
Home |
Main Index |
Thread Index |
Old Index