Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/dev/acpi Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/95367d285abc
branches:  netbsd-9
changeset: 963832:95367d285abc
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 29 13:36:57 2020 +0000

description:
Pull up following revision(s) (requested by jmcneill in ticket #867):

        sys/dev/acpi/acpi_display.c: revision 1.17

Demote "unknown output device" message from error to debug, and change
the wording to reflect what is really happening -- the display output is
not connected.

diffstat:

 sys/dev/acpi/acpi_display.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 72ec8c1b4410 -r 95367d285abc sys/dev/acpi/acpi_display.c
--- a/sys/dev/acpi/acpi_display.c       Wed Apr 29 13:33:35 2020 +0000
+++ b/sys/dev/acpi/acpi_display.c       Wed Apr 29 13:36:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_display.c,v 1.16 2017/06/01 02:45:09 chs Exp $    */
+/*     $NetBSD: acpi_display.c,v 1.16.16.1 2020/04/29 13:36:57 martin Exp $    */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_display.c,v 1.16 2017/06/01 02:45:09 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_display.c,v 1.16.16.1 2020/04/29 13:36:57 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -1549,8 +1549,8 @@
                        }
                }
                if (i == oi->oi_dev_count)
-                       aprint_error_dev(asc->sc_dev,
-                           "unknown output device %s\n",
+                       aprint_debug_dev(asc->sc_dev,
+                           "output device %s not connected\n",
                            device_xname(osc->sc_dev));
        }
 }



Home | Main Index | Thread Index | Old Index