Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Forgotten part of chopps\'s i82365_isasubr.c commit.



details:   https://anonhg.NetBSD.org/src/rev/5a3c1143ed79
branches:  trunk
changeset: 481894:5a3c1143ed79
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Feb 08 17:56:58 2000 +0000

description:
Forgotten part of chopps\'s i82365_isasubr.c commit.

diffstat:

 sys/dev/ic/i82365var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 488e4304bb6d -r 5a3c1143ed79 sys/dev/ic/i82365var.h
--- a/sys/dev/ic/i82365var.h    Tue Feb 08 17:53:48 2000 +0000
+++ b/sys/dev/ic/i82365var.h    Tue Feb 08 17:56:58 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i82365var.h,v 1.11 2000/02/04 08:42:07 chopps Exp $    */
+/*     $NetBSD: i82365var.h,v 1.12 2000/02/08 17:56:58 mycroft Exp $   */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.
@@ -145,7 +145,7 @@
        struct pcic_handle handle[PCIC_NSLOTS];
 
        /* for use by underlying chip code for discovering irqs */
-       int intr_detect;
+       int intr_detect, intr_false;
        int intr_mask[PCIC_NSLOTS / 2]; /* probed intterupts if possible */
 };
 



Home | Main Index | Thread Index | Old Index