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/i2o Apply patch (requested by bouyer):



details:   https://anonhg.NetBSD.org/src/rev/c0981e465a07
branches:  netbsd-1-5
changeset: 493107:c0981e465a07
user:      he <he%NetBSD.org@localhost>
date:      Thu Jun 06 16:04:19 2002 +0000

description:
Apply patch (requested by bouyer):
  Make this compile under SCSIDEBUG.

diffstat:

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

diffs (18 lines):

diff -r 191958dbcf5f -r c0981e465a07 sys/dev/i2o/iopsp.c
--- a/sys/dev/i2o/iopsp.c       Thu Jun 06 16:01:03 2002 +0000
+++ b/sys/dev/i2o/iopsp.c       Thu Jun 06 16:04:19 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: iopsp.c,v 1.10.6.2 2001/10/25 18:01:04 he Exp $        */
+/*     $NetBSD: iopsp.c,v 1.10.6.3 2002/06/06 16:04:19 he Exp $        */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -549,7 +549,7 @@
        iop = (struct iop_softc *)dv->dv_parent;
        rb = reply;
 
-       SC_DEBUG(xs->xs_periph, SCSIPI_DB2, ("iopsp_intr\n"));
+       SC_DEBUG(xs->sc_link, SDEV_DB2, ("iopsp_intr\n"));
 
        if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) {
                xs->error = XS_DRIVER_STUFFUP;



Home | Main Index | Thread Index | Old Index