Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi SDEV_DB -> SCSIPI_DB



details:   https://anonhg.NetBSD.org/src/rev/9b8376ac7ddf
branches:  trunk
changeset: 510035:9b8376ac7ddf
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu May 17 20:02:56 2001 +0000

description:
SDEV_DB -> SCSIPI_DB

diffstat:

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

diffs (18 lines):

diff -r 17a35396ca6c -r 9b8376ac7ddf sys/dev/scsipi/cd.c
--- a/sys/dev/scsipi/cd.c       Thu May 17 19:04:01 2001 +0000
+++ b/sys/dev/scsipi/cd.c       Thu May 17 20:02:56 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cd.c,v 1.148 2001/05/06 18:30:56 drochner Exp $        */
+/*     $NetBSD: cd.c,v 1.149 2001/05/17 20:02:56 bouyer Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -779,7 +779,7 @@
                 * Sleep for 5 seconds to wait for the drive to spin up
                 */
 
-               SC_DEBUG(periph, SDEV_DB1, ("Waiting 5 sec for CD "
+               SC_DEBUG(periph, SCSIPI_DB1, ("Waiting 5 sec for CD "
                                                "spinup\n"));
                scsipi_periph_freeze(periph, 1);
                callout_reset(&periph->periph_callout,



Home | Main Index | Thread Index | Old Index