Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/dev/isa Pull up revision 1.18 (requested by jtk):



details:   https://anonhg.NetBSD.org/src/rev/556f6c60cfc8
branches:  netbsd-1-5
changeset: 490746:556f6c60cfc8
user:      he <he%NetBSD.org@localhost>
date:      Mon Feb 26 22:08:11 2001 +0000

description:
Pull up revision 1.18 (requested by jtk):
  Make this compile with AUDIO_DEBUG turned on.

diffstat:

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

diffs (19 lines):

diff -r 49f809df8d39 -r 556f6c60cfc8 sys/dev/isa/ad1848_isa.c
--- a/sys/dev/isa/ad1848_isa.c  Mon Feb 26 22:04:58 2001 +0000
+++ b/sys/dev/isa/ad1848_isa.c  Mon Feb 26 22:08:11 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ad1848_isa.c,v 1.14.4.2 2000/12/26 15:47:15 jhawk Exp $        */
+/*     $NetBSD: ad1848_isa.c,v 1.14.4.3 2001/02/26 22:08:11 he Exp $   */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -665,7 +665,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