Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Make it compile with SCSIPI_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/a22189549f22
branches:  trunk
changeset: 511762:a22189549f22
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Jun 26 12:19:49 2001 +0000

description:
Make it compile with SCSIPI_DEBUG

diffstat:

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

diffs (27 lines):

diff -r b6a2a2f94960 -r a22189549f22 sys/dev/ic/aic7xxx.c
--- a/sys/dev/ic/aic7xxx.c      Tue Jun 26 09:36:40 2001 +0000
+++ b/sys/dev/ic/aic7xxx.c      Tue Jun 26 12:19:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: aic7xxx.c,v 1.73 2001/06/19 12:59:17 wiz Exp $ */
+/*     $NetBSD: aic7xxx.c,v 1.74 2001/06/26 12:19:49 bouyer Exp $      */
 
 /*
  * Generic driver for the aic7xxx based adaptec SCSI controllers
@@ -3853,7 +3853,7 @@
                xs = arg;
                periph = xs->xs_periph;
 
-               SC_DEBUG(xs->xs_periph, SDEV_DB3, ("ahc_action\n"));
+               SC_DEBUG(xs->xs_periph, SCSIPI_DB3, ("ahc_action\n"));
 
                /* must protect the queue */
                s = splbio();
@@ -4118,7 +4118,7 @@
        /*
         * If we can't use interrupts, poll for completion
         */
-       SC_DEBUG(xs->xs_periph, SDEV_DB3, ("cmd_poll\n"));
+       SC_DEBUG(xs->xs_periph, SCSIPI_DB3, ("cmd_poll\n"));
        do {
                if (ahc_poll(ahc, xs->timeout)) {
                        if (!(xs->xs_control & XS_CTL_SILENT))



Home | Main Index | Thread Index | Old Index