Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/shark/shark Replace the last spurious ISACF_IRQ_DEF...



details:   https://anonhg.NetBSD.org/src/rev/32c1e61f5cd6
branches:  trunk
changeset: 570063:32c1e61f5cd6
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon Sep 20 17:31:57 2004 +0000

description:
Replace the last spurious ISACF_IRQ_DEFAULT.

diffstat:

 sys/arch/shark/shark/ns87307reg.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b28c2d7a7341 -r 32c1e61f5cd6 sys/arch/shark/shark/ns87307reg.h
--- a/sys/arch/shark/shark/ns87307reg.h Mon Sep 20 17:00:39 2004 +0000
+++ b/sys/arch/shark/shark/ns87307reg.h Mon Sep 20 17:31:57 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ns87307reg.h,v 1.2 2002/10/05 17:01:51 chs Exp $       */
+/*     $NetBSD: ns87307reg.h,v 1.3 2004/09/20 17:31:57 drochner Exp $  */
 
 /*
  * Copyright 1997
@@ -258,7 +258,7 @@
 */
 #define NSIO_CONFIG_IRQ( iot, ioh, irqNum, irqType ) \
 { \
-   if ( irqNum != ISACF_IRQ_DEFAULT ) \
+   if ( irqNum != -1 ) \
    { \
        NSIO_WRITE_REG( iot, ioh, NSIO_CFG_IRQ, irqNum ); \
    } \



Home | Main Index | Thread Index | Old Index