Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb make it compile when defined(USB_DEBUG)&&defined...



details:   https://anonhg.NetBSD.org/src/rev/493cfc66ac65
branches:  trunk
changeset: 514999:493cfc66ac65
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Sep 15 16:47:41 2001 +0000

description:
make it compile when defined(USB_DEBUG)&&defined(SCSIPI_DEBUG)&&!defined(SCSIDEBUG)

diffstat:

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

diffs (18 lines):

diff -r 49e71e3d6ff4 -r 493cfc66ac65 sys/dev/usb/umassbus.c
--- a/sys/dev/usb/umassbus.c    Sat Sep 15 16:45:23 2001 +0000
+++ b/sys/dev/usb/umassbus.c    Sat Sep 15 16:47:41 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umassbus.c,v 1.8 2001/05/30 20:31:39 bouyer Exp $      */
+/*     $NetBSD: umassbus.c,v 1.9 2001/09/15 16:47:41 yamt Exp $        */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -245,7 +245,7 @@
                    periph->periph_target, periph->periph_lun,
                    xs, xs->cmd->opcode, xs->datalen,
                    periph->periph_quirks, xs->xs_control & XS_CTL_POLL));
-#if defined(USB_DEBUG) && defined(SCSIDEBUG)
+#if defined(USB_DEBUG) && defined(SCSIPI_DEBUG)
                if (umassdebug & UDMASS_SCSI)
                        show_scsipi_xs(xs);
                else if (umassdebug & ~UDMASS_CMD)



Home | Main Index | Thread Index | Old Index