Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/fdt Revert previous.



details:   https://anonhg.NetBSD.org/src/rev/458f4dc6e6a8
branches:  trunk
changeset: 323565:458f4dc6e6a8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 20 19:11:01 2018 +0000

description:
Revert previous.

diffstat:

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

diffs (27 lines):

diff -r cdeedc69c951 -r 458f4dc6e6a8 sys/dev/fdt/fdtbus.c
--- a/sys/dev/fdt/fdtbus.c      Wed Jun 20 11:57:22 2018 +0000
+++ b/sys/dev/fdt/fdtbus.c      Wed Jun 20 19:11:01 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdtbus.c,v 1.18 2018/06/20 05:59:17 thorpej Exp $ */
+/* $NetBSD: fdtbus.c,v 1.19 2018/06/20 19:11:01 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2015 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdtbus.c,v 1.18 2018/06/20 05:59:17 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdtbus.c,v 1.19 2018/06/20 19:11:01 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -336,7 +336,7 @@
                        compat += (strlen(compat) + 1);
                }
        } else
-               aprint_normal(" (%s)", name);
+               aprint_debug(" (%s)", name);
 
        return UNCONF;
 }



Home | Main Index | Thread Index | Old Index