Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/pci Pullup revs 1.98-1.99 (requested by rpaulo in...



details:   https://anonhg.NetBSD.org/src/rev/ca29a45aaedc
branches:  netbsd-3
changeset: 577418:ca29a45aaedc
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun Oct 30 02:33:15 2005 +0000

description:
Pullup revs 1.98-1.99 (requested by rpaulo in ticket #920)
 Fix debug printf in auich_halt_pipe. PR#31030

diffstat:

 sys/dev/pci/auich.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 219a123d5a4b -r ca29a45aaedc sys/dev/pci/auich.c
--- a/sys/dev/pci/auich.c       Sun Oct 30 02:15:01 2005 +0000
+++ b/sys/dev/pci/auich.c       Sun Oct 30 02:33:15 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: auich.c,v 1.90 2005/03/11 22:29:16 mycroft Exp $       */
+/*     $NetBSD: auich.c,v 1.90.2.1 2005/10/30 02:33:15 jmc Exp $       */
 
 /*-
  * Copyright (c) 2000, 2004, 2005 The NetBSD Foundation, Inc.
@@ -118,7 +118,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.90 2005/03/11 22:29:16 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: auich.c,v 1.90.2.1 2005/10/30 02:33:15 jmc Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -884,7 +884,7 @@
        }
        bus_space_write_1(sc->iot, sc->aud_ioh, pipe + ICH_CTRL, ICH_RR);
 
-#if 1
+#if AUICH_DEBUG
        if (i > 0)
                printf("auich_halt_pipe: halt took %d cycles\n", i);
 #endif



Home | Main Index | Thread Index | Old Index