Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn32/include Add NEVENT1 and 2 as interrupt line...
details: https://anonhg.NetBSD.org/src/rev/39cf3dd375b2
branches: trunk
changeset: 542825:39cf3dd375b2
user: chris <chris%NetBSD.org@localhost>
date: Sat Feb 08 17:45:49 2003 +0000
description:
Add NEVENT1 and 2 as interrupt lines. Simtec docs for their 7500 board
refer to them as such (as does the ARM 7500FE pdf)
diffstat:
sys/arch/acorn32/include/irqhandler.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 8928d2847a3b -r 39cf3dd375b2 sys/arch/acorn32/include/irqhandler.h
--- a/sys/arch/acorn32/include/irqhandler.h Sat Feb 08 17:09:35 2003 +0000
+++ b/sys/arch/acorn32/include/irqhandler.h Sat Feb 08 17:45:49 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: irqhandler.h,v 1.3 2002/02/17 23:58:35 bjh21 Exp $ */
+/* $NetBSD: irqhandler.h,v 1.4 2003/02/08 17:45:49 chris Exp $ */
/*
* Copyright (c) 1994-1996 Mark Brinicombe.
@@ -91,7 +91,9 @@
#define IRQ_MSDRX 0x18
#define IRQ_MSDTX 0x19
#define IRQ_ATOD 0x1A
+#define IRQ_NEVENT1 0x1A
#define IRQ_CLOCK 0x1B
+#define IRQ_NEVENT2 0x1B
#define IRQ_PANIC 0x1C
/*#define IRQ_RESERVED2 0x1D*/
/*#define IRQ_RESERVED3 0x1E*/
Home |
Main Index |
Thread Index |
Old Index