Deleted Added
full compact
4c4
< * $Revision: 11 $
---
> * $Revision: 13 $
12c12
< * Some or all of this work - Copyright (c) 1999 - 2003, Intel Corp.
---
> * Some or all of this work - Copyright (c) 1999 - 2004, Intel Corp.
121,122c121,123
< * XXX this is technically correct, but will cause problems with some ASL
< * which only works if the string names a Microsoft operating system.
---
> * Some systems' ASL may have problems because they look for names
> * of Microsoft operating systems. To override this, set hw.acpi.os_name
> * to the appropriate string.
131a133,141
> #include "opt_acpi.h"
> #endif
>
> #ifdef ACPI_DEBUG
> #define ACPI_DEBUG_OUTPUT /* for backward compatibility */
> #define ACPI_DISASSEMBLER
> #endif
>
> #ifdef _KERNEL
138,142d147
< #define asm __asm
< #define __cli() disable_intr()
< #define __sti() enable_intr()
<
< #ifdef ACPI_DEBUG_OUTPUT
146a152
> #ifdef ACPI_DEBUG_OUTPUT
156a163,164
> #define ACPI_FLUSH_CPU_CACHE()
> #include <sys/types.h>