From f7a6e9157594edcd49f39faa45a439a4eb5cf86e Mon Sep 17 00:00:00 2001 From: takawata Date: Mon, 14 Aug 2006 18:24:22 +0000 Subject: Remove debug messages on notify handler. PR:100671 --- sys/dev/acpi_support/acpi_ibm.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/acpi_support') 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; -- cgit v1.1