diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2006-08-14 18:24:22 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2006-08-14 18:24:22 +0000 |
| commit | 924ede20318280ee0dc64f853540792851a69476 (patch) | |
| tree | 1bd6bf8afcd1fa2c25643e50ba1b9035e09bf32f /sys/dev/acpi_support | |
| parent | 5c7c5e78e5c81bf89afa1093dbe99fdf44a937a9 (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpi_support')
| -rw-r--r-- | sys/dev/acpi_support/acpi_ibm.c | 2 |
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 f5d94f250f6d..5f282de804d3 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; |
