Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm32/shark Use ISACF_IRQ_DEFAULT rather than IRQUNK.
details: https://anonhg.NetBSD.org/src/rev/99275ca5cfc5
branches: trunk
changeset: 515856:99275ca5cfc5
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Oct 06 03:04:01 2001 +0000
description:
Use ISACF_IRQ_DEFAULT rather than IRQUNK.
diffstat:
sys/arch/arm32/shark/ns87307reg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f7960b4c8487 -r 99275ca5cfc5 sys/arch/arm32/shark/ns87307reg.h
--- a/sys/arch/arm32/shark/ns87307reg.h Sat Oct 06 02:51:42 2001 +0000
+++ b/sys/arch/arm32/shark/ns87307reg.h Sat Oct 06 03:04:01 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ns87307reg.h,v 1.4 1998/08/15 03:36:34 mycroft Exp $ */
+/* $NetBSD: ns87307reg.h,v 1.5 2001/10/06 03:04:01 thorpej Exp $ */
/*
* Copyright 1997
@@ -258,7 +258,7 @@
*/
#define NSIO_CONFIG_IRQ( iot, ioh, irqNum, irqType ) \
{ \
- if ( irqNum != IRQUNK ) \
+ if ( irqNum != ISACF_IRQ_DEFAULT ) \
{ \
NSIO_WRITE_REG( iot, ioh, NSIO_CFG_IRQ, irqNum ); \
} \
Home |
Main Index |
Thread Index |
Old Index