Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi Sync with scsiconf.c. (use aprint_normal(9) f...



details:   https://anonhg.NetBSD.org/src/rev/65211037e139
branches:  trunk
changeset: 814253:65211037e139
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Mar 13 09:01:04 2016 +0000

description:
Sync with scsiconf.c. (use aprint_normal(9) for "not configured")

diffstat:

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

diffs (27 lines):

diff -r 5f866bde6a79 -r 65211037e139 sys/dev/scsipi/atapiconf.c
--- a/sys/dev/scsipi/atapiconf.c        Sun Mar 13 08:57:10 2016 +0000
+++ b/sys/dev/scsipi/atapiconf.c        Sun Mar 13 09:01:04 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atapiconf.c,v 1.87 2014/03/05 08:45:13 skrll Exp $     */
+/*     $NetBSD: atapiconf.c,v 1.88 2016/03/13 09:01:04 tsutsui Exp $   */
 
 /*
  * Copyright (c) 1996, 2001 Manuel Bouyer.  All rights reserved.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atapiconf.c,v 1.87 2014/03/05 08:45:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atapiconf.c,v 1.88 2016/03/13 09:01:04 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -288,7 +288,7 @@
                    atapibusprint);
        } else {
                atapibusprint(sa, device_xname(sc->sc_dev));
-               printf(" not configured\n");
+               aprint_normal(" not configured\n");
                free(periph, M_DEVBUF);
                return NULL;
        }



Home | Main Index | Thread Index | Old Index