Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/walnut/walnut Use the interrupt numbers for emac an...
details: https://anonhg.NetBSD.org/src/rev/f7a3febc2f4e
branches: trunk
changeset: 533817:f7a3febc2f4e
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Jul 09 23:34:28 2002 +0000
description:
Use the interrupt numbers for emac and pckbc.
diffstat:
sys/arch/walnut/walnut/mainbus.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 234c8cc3be5c -r f7a3febc2f4e sys/arch/walnut/walnut/mainbus.c
--- a/sys/arch/walnut/walnut/mainbus.c Tue Jul 09 23:32:35 2002 +0000
+++ b/sys/arch/walnut/walnut/mainbus.c Tue Jul 09 23:34:28 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.9 2002/03/13 19:37:44 eeh Exp $ */
+/* $NetBSD: mainbus.c,v 1.10 2002/07/09 23:34:28 simonb Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -92,11 +92,11 @@
{ "com", UART0_BASE, 0 },
{ "com", UART1_BASE, 1 },
{ "dsrtc", NVRAM_BASE, -1 },
- { "emac", EMAC0_BASE, 15 }, /* XXX: really irq 9..15 */
+ { "emac", EMAC0_BASE, 9 }, /* XXX: really irq 9..15 */
{ "gpio", GPIO0_BASE, -1 },
{ "iic", IIC0_BASE, 2 },
{ "wdog", -1, -1 },
- { "pckbc", KEY_MOUSE_BASE, 10 }, /* XXX: really irq x..x+1 */
+ { "pckbc", KEY_MOUSE_BASE, 25 }, /* XXX: really irq x..x+1 */
{ "pchb", PCIC0_BASE, -1 },
{ NULL }
};
Home |
Main Index |
Thread Index |
Old Index