Module Name: src
Committed By: ryoon
Date: Fri May 25 15:48:00 UTC 2018
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
If fixed feature buttons exist, print detection messages.
To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 src/sys/dev/acpi/acpi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/acpi/acpi.c
diff -u src/sys/dev/acpi/acpi.c:1.270 src/sys/dev/acpi/acpi.c:1.271
--- src/sys/dev/acpi/acpi.c:1.270 Sat May 5 17:16:23 2018
+++ src/sys/dev/acpi/acpi.c Fri May 25 15:48:00 2018
@@ -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 @@ acpi_register_fixed_button(struct acpi_s
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;