summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2006-08-14 18:24:22 +0000
committertakawata <takawata@FreeBSD.org>2006-08-14 18:24:22 +0000
commitf7a6e9157594edcd49f39faa45a439a4eb5cf86e (patch)
tree1bd6bf8afcd1fa2c25643e50ba1b9035e09bf32f /sys/dev/acpi_support
parentdc4f6847bbd922d7b636c1f18d548e8c9d547665 (diff)
downloadFreeBSD-src-f7a6e9157594edcd49f39faa45a439a4eb5cf86e.zip
FreeBSD-src-f7a6e9157594edcd49f39faa45a439a4eb5cf86e.tar.gz
Remove debug messages on notify handler.
PR:100671
Diffstat (limited to 'sys/dev/acpi_support')
-rw-r--r--sys/dev/acpi_support/acpi_ibm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c
index f5d94f2..5f282de 100644
--- a/sys/dev/acpi_support/acpi_ibm.c
+++ b/sys/dev/acpi_support/acpi_ibm.c
@@ -919,7 +919,6 @@ acpi_ibm_notify(ACPI_HANDLE h, UINT32 notify, void *context)
ACPI_FUNCTION_TRACE_U32((char *)(uintptr_t)__func__, notify);
- printf("IBM:NOTIFY:%x\n", notify);
if (notify != 0x80)
printf("Unknown notify\n");
@@ -929,7 +928,6 @@ acpi_ibm_notify(ACPI_HANDLE h, UINT32 notify, void *context)
if (event == 0)
break;
- printf("notify:%x\n", event);
type = (event >> 12) & 0xf;
arg = event & 0xfff;
OpenPOWER on IntegriCloud