Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ofisa Fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/154addb775d5
branches:  trunk
changeset: 467895:154addb775d5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Mar 30 20:07:56 1999 +0000

description:
Fix a typo.

diffstat:

 sys/dev/ofisa/sb_ofisa.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6efdfc515727 -r 154addb775d5 sys/dev/ofisa/sb_ofisa.c
--- a/sys/dev/ofisa/sb_ofisa.c  Tue Mar 30 19:41:30 1999 +0000
+++ b/sys/dev/ofisa/sb_ofisa.c  Tue Mar 30 20:07:56 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sb_ofisa.c,v 1.4 1999/02/19 16:10:44 mycroft Exp $     */
+/*     $NetBSD: sb_ofisa.c,v 1.5 1999/03/30 20:07:56 thorpej Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -184,7 +184,7 @@
                return;
        }
 
-       sc->sc_ih = isa_intr_establish(aa_ic, intr.irq, IST_EDGE, IPL_AUDIO,
+       sc->sc_ih = isa_intr_establish(aa->ic, intr.irq, IST_EDGE, IPL_AUDIO,
            sbdsp_intr, sc);
 
        n = OF_getproplen(aa->oba.oba_phandle, "model");



Home | Main Index | Thread Index | Old Index