Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Fix a debugging clause missed when fixing full-d...



details:   https://anonhg.NetBSD.org/src/rev/f8b15735fe43
branches:  trunk
changeset: 500934:f8b15735fe43
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Dec 20 21:06:41 2000 +0000

description:
Fix a debugging clause missed when fixing full-duplex support.
Noted by Wolfgang Rupprecht.

diffstat:

 sys/dev/isa/ad1848_isa.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4f434dd4c502 -r f8b15735fe43 sys/dev/isa/ad1848_isa.c
--- a/sys/dev/isa/ad1848_isa.c  Wed Dec 20 20:57:20 2000 +0000
+++ b/sys/dev/isa/ad1848_isa.c  Wed Dec 20 21:06:41 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ad1848_isa.c,v 1.17 2000/12/18 21:31:32 thorpej Exp $  */
+/*     $NetBSD: ad1848_isa.c,v 1.18 2000/12/20 21:06:41 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -664,7 +664,8 @@
 
 #ifdef AUDIO_DEBUG
        if (ad1848debug > 1)
-               printf("ad1848_isa_intr: intr=%p status=%x\n", isc->sc_intr, status);
+               printf("ad1848_isa_intr: pintr=%p rintr=%p status=%x\n",
+                   isc->sc_pintr, isc->sc_rintr, status);
 #endif
        isc->sc_interrupts++;
 



Home | Main Index | Thread Index | Old Index