Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa doh, remove debugging leftover (forcing irq 15 t...



details:   https://anonhg.NetBSD.org/src/rev/d01223e63c17
branches:  trunk
changeset: 481705:d01223e63c17
user:      chopps <chopps%NetBSD.org@localhost>
date:      Fri Feb 04 05:30:55 2000 +0000

description:
doh, remove debugging leftover (forcing irq 15 to always be avail).

diffstat:

 sys/dev/isa/i82365_isasubr.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r b91ee44561f1 -r d01223e63c17 sys/dev/isa/i82365_isasubr.c
--- a/sys/dev/isa/i82365_isasubr.c      Fri Feb 04 04:54:51 2000 +0000
+++ b/sys/dev/isa/i82365_isasubr.c      Fri Feb 04 05:30:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82365_isasubr.c,v 1.8 2000/02/03 23:03:11 enami Exp $ */
+/*     $NetBSD: i82365_isasubr.c,v 1.9 2000/02/04 05:30:55 chopps Exp $        */
 
 #define        PCICISADEBUG
 
@@ -235,8 +235,6 @@
                }
                isa_intr_disestablish(ic, ih);
        }
-       mask |= 0x8000;
-
        sc->intr_mask[h->chip] = mask;
        printf("%s\n", sc->intr_mask ? "" : " none");
 



Home | Main Index | Thread Index | Old Index