Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add missing sc_pil_intr_enable member to pccbb_s...



details:   https://anonhg.NetBSD.org/src/rev/d62f9be78a0f
branches:  trunk
changeset: 483520:d62f9be78a0f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Mar 12 01:15:04 2000 +0000

description:
Add missing sc_pil_intr_enable member to pccbb_softc.

XXX Double check this, please.  The code appears to only use it as a
boolean, but...

diffstat:

 sys/dev/pci/pccbbvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 76363456417e -r d62f9be78a0f sys/dev/pci/pccbbvar.h
--- a/sys/dev/pci/pccbbvar.h    Sat Mar 11 20:13:42 2000 +0000
+++ b/sys/dev/pci/pccbbvar.h    Sun Mar 12 01:15:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pccbbvar.h,v 1.7 2000/03/01 23:40:26 thorpej Exp $     */
+/*     $NetBSD: pccbbvar.h,v 1.8 2000/03/12 01:15:04 thorpej Exp $     */
 /*
  * Copyright (c) 1999 HAYAKAWA Koichi.  All rights reserved.
  *
@@ -170,6 +170,7 @@
 
        /* interrupt handler list on the bridge */
        struct pccbb_intrhand_list *sc_pil;
+       int sc_pil_intr_enable;
 };
 
 /*



Home | Main Index | Thread Index | Old Index