Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi If fixed feature buttons exist, print detection...



details:   https://anonhg.NetBSD.org/src/rev/5ae8612066e0
branches:  trunk
changeset: 322954:5ae8612066e0
user:      ryoon <ryoon%NetBSD.org@localhost>
date:      Fri May 25 15:48:00 2018 +0000

description:
If fixed feature buttons exist, print detection messages.

diffstat:

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

diffs (27 lines):

diff -r 3138aca10f92 -r 5ae8612066e0 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Fri May 25 15:42:48 2018 +0000
+++ b/sys/dev/acpi/acpi.c       Fri May 25 15:48:00 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi.c,v 1.270 2018/05/05 17:16:23 christos Exp $      */
+/*     $NetBSD: acpi.c,v 1.271 2018/05/25 15:48:00 ryoon Exp $ */
 
 /*-
  * Copyright (c) 2003, 2007 The NetBSD Foundation, Inc.
@@ -100,7 +100,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.270 2018/05/05 17:16:23 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.271 2018/05/25 15:48:00 ryoon Exp $");
 
 #include "pci.h"
 #include "opt_acpi.h"
@@ -1195,7 +1195,7 @@
                goto fail;
        }
 
-       aprint_debug_dev(sc->sc_dev, "fixed %s button present\n",
+       aprint_normal_dev(sc->sc_dev, "fixed %s button present\n",
            (type != ACPI_EVENT_SLEEP_BUTTON) ? "power" : "sleep");
 
        return;



Home | Main Index | Thread Index | Old Index