Module Name: src
Committed By: skrll
Date: Mon Feb 9 21:56:20 UTC 2015
Modified Files:
src/sys/arch/evbarm/ifpga: ifpga_intr.c
Log Message:
Name some interrupts
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/ifpga/ifpga_intr.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/evbarm/ifpga/ifpga_intr.c
diff -u src/sys/arch/evbarm/ifpga/ifpga_intr.c:1.9 src/sys/arch/evbarm/ifpga/ifpga_intr.c:1.10
--- src/sys/arch/evbarm/ifpga/ifpga_intr.c:1.9 Mon Dec 20 00:25:31 2010
+++ src/sys/arch/evbarm/ifpga/ifpga_intr.c Mon Feb 9 21:56:20 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: ifpga_intr.c,v 1.9 2010/12/20 00:25:31 matt Exp $ */
+/* $NetBSD: ifpga_intr.c,v 1.10 2015/02/09 21:56:20 skrll Exp $ */
/*
* Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -96,8 +96,8 @@ const char * const ifpga_irqnames[] = {
"pci lb", /* 20 */
"autoPC", /* 21 */
"irq 22", /* 22 */
- "irq 23", /* 23 */
- "irq 24", /* 24 */
+ "mmc 0", /* 23 */
+ "mmc 1", /* 24 */
"irq 25", /* 25 */
"irq 26", /* 26 */
"irq 27", /* 27 */