OS_NAME moved here

date	2004.05.14.20.39.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:27:23 +00:00
parent fa0672de03
commit 41c51b24eb

View File

@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: acconfig.h - Global configuration constants
* $Revision: 1.153 $
* $Revision: 1.154 $
*
*****************************************************************************/
@ -139,6 +139,16 @@
#define ACPI_CA_VERSION 0x20040427
/*
* OS name, used for the _OS object. The _OS object is essentially obsolete,
* but there is a large base of ASL/AML code in existing machines that check
* for the string below. The use of this string usually guarantees that
* the ASL will execute down the most tested code path. Also, there is some
* code that will not execute the _OSI method unless _OS matches the string
* below. Therefore, change this string at your own risk.
*/
#define ACPI_OS_NAME "Microsoft Windows NT"
/* Maximum objects in the various object caches */
#define ACPI_MAX_STATE_CACHE_DEPTH 64 /* State objects for stacks */